diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2016-12-12 01:00:25 +0300 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-12-12 00:04:59 +0100 |
commit | 4474ab9f29a63088bcc969a1d033bab0d80689a3 (patch) | |
tree | 802159dc405a2cc2721fbd416007bf510d946d9c /community/php-xdebug | |
parent | 4ec933e01fb8ff4fa3d4c301afe2a47c8eb22030 (diff) | |
download | aports-4474ab9f29a63088bcc969a1d033bab0d80689a3.tar.bz2 aports-4474ab9f29a63088bcc969a1d033bab0d80689a3.tar.xz |
community/php-xdebug: fix ini-file comment
Diffstat (limited to 'community/php-xdebug')
-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 } |