fix phpdbg disabling chroot support

This commit is contained in:
Joe Watkins 2018-05-23 22:23:13 +02:00
parent 8f221bdec0
commit be11b354f4
No known key found for this signature in database
GPG Key ID: F9BA0ADA31CBD89E

View File

@ -319,7 +319,7 @@ case "$PHP_SAPI" in
none)
for PROG in $PHP_BINARIES; do
case "$PROG" in
cgi|cli)
cgi|cli|phpdbg)
PHP_ENABLE_CHROOT_FUNC=yes
;;