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.
This commit is contained in:
Jérémy Derussé 2016-11-16 18:23:13 +01:00 committed by Jakub Jirutka
parent 208ab22c81
commit bde77fdc41

View File

@ -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 \