diff options
author | Andy Postnikov <apostnikov@gmail.com> | 2020-10-25 03:38:51 +0300 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2020-10-25 03:38:51 +0300 |
commit | 0e8c4d74652e28c6bc46eea50963b68783494e52 (patch) | |
tree | 08c7550daca6645db3acbd5f6ce390f064e0a520 | |
parent | 9c1524ecbc08f629562afb6194a817ee9fb4d1e7 (diff) | |
download | aports-0e8c4d74652e28c6bc46eea50963b68783494e52.tar.gz aports-0e8c4d74652e28c6bc46eea50963b68783494e52.tar.bz2 aports-0e8c4d74652e28c6bc46eea50963b68783494e52.tar.xz |
testing/php8-pecl-xdebug: disable by default as require configure mode
-rw-r--r-- | testing/php8-pecl-xdebug/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/testing/php8-pecl-xdebug/APKBUILD b/testing/php8-pecl-xdebug/APKBUILD index b0cb4742b1..fdc72c32e4 100644 --- a/testing/php8-pecl-xdebug/APKBUILD +++ b/testing/php8-pecl-xdebug/APKBUILD @@ -6,7 +6,7 @@ pkgname=php8-pecl-xdebug _extname=xdebug pkgver=3.0.0_beta1 _pkgver=${pkgver//_/} -pkgrel=0 +pkgrel=1 pkgdesc="PHP 8 extension that provides functions for function traces and profiling - PECL" url="https://pecl.php.net/package/xdebug" arch="all" @@ -34,8 +34,9 @@ package() { mkdir -p $_confdir # should go after opcache cat > $_confdir/50_$_extname.ini <<-EOF - ; Configure mode https://3.xdebug.org/docs/all_settings#xdebug.mode - zend_extension=$_extname.so + ; Uncomment and configure mode https://3.xdebug.org/docs/all_settings#xdebug.mode + ;zend_extension=$_extname.so + ;xdebug.mode=off EOF install -D -m644 -t "$pkgdir"/usr/share/php8/xdebug/ contrib/tracefile-analyser.php |