mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
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:
parent
208ab22c81
commit
bde77fdc41
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user