diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/php-xdebug/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/php-xdebug/APKBUILD b/community/php-xdebug/APKBUILD index e91e8c11bb..cec83da4a0 100644 --- a/community/php-xdebug/APKBUILD +++ b/community/php-xdebug/APKBUILD @@ -5,7 +5,7 @@ pkgname=php-xdebug _pkgname=xdebug pkgver=2.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="PHP extension provides functions for function traces and profiling" url="http://pecl.php.net/package/$_pkgname" arch="all" @@ -56,8 +56,8 @@ _subpackage() { install -d "$subpkgdir"/etc/php$ver/conf.d || return 1 cat > "$subpkgdir"/etc/php$ver/conf.d/$_pkgname.ini <<-EOF - # Uncomment to enable this extension. - #zend_extension=$_pkgname.so + ; Uncomment to enable this extension. + ;zend_extension=$_pkgname.so EOF } |