From bde77fdc412b19f13123bfaefbd87ef5a3338b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Wed, 16 Nov 2016 18:23:13 +0100 Subject: community/php7: disabled debug output in phpdbg The purpose of this flag was to make phpdbg more verbose (https://github.com/krakjoe/phpdbg/blob/master/config.m4#L12) And add a lot of noise in application's logs. --- community/php7/APKBUILD | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'community/php7') diff --git a/community/php7/APKBUILD b/community/php7/APKBUILD index 6a165dacd8..c0b1f5cdc3 100644 --- a/community/php7/APKBUILD +++ b/community/php7/APKBUILD @@ -3,7 +3,7 @@ pkgname=php7 _pkgreal=php pkgver=7.0.13 -pkgrel=0 +pkgrel=1 pkgdesc="The PHP language runtime engine - 7th branch" url="http://www.php.net/" arch="all" @@ -150,7 +150,6 @@ build() { _build --enable-phpdbg \ --enable-phpdbg \ --enable-phpdbg-webhelper \ - --enable-phpdbg-debug \ --disable-cgi \ --disable-cli \ --with-readline \ -- cgit v1.2.3