From 4474ab9f29a63088bcc969a1d033bab0d80689a3 Mon Sep 17 00:00:00 2001 From: Andy Postnikov Date: Mon, 12 Dec 2016 01:00:25 +0300 Subject: community/php-xdebug: fix ini-file comment --- community/php-xdebug/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community') 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 } -- cgit v1.2.3