mirror of
https://github.com/php/php-src.git
synced 2024-12-04 07:14:10 +08:00
fix phpdbg disabling chroot support
This commit is contained in:
parent
8f221bdec0
commit
be11b354f4
@ -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
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user