diff options
author | Jérémy Derussé <jeremy@derusse.com> | 2016-11-16 18:23:13 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2016-11-16 18:44:39 +0100 |
commit | bde77fdc412b19f13123bfaefbd87ef5a3338b88 (patch) | |
tree | 93056229419532f631b232c70b1beeb0702fef76 /community/php7 | |
parent | 208ab22c81514c0517a0a739fe7c27eb3ecf822d (diff) | |
download | aports-bde77fdc412b19f13123bfaefbd87ef5a3338b88.tar.bz2 aports-bde77fdc412b19f13123bfaefbd87ef5a3338b88.tar.xz |
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.
Diffstat (limited to 'community/php7')
-rw-r--r-- | community/php7/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
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 \ |