mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: fix phpdbg disabling chroot support
This commit is contained in:
@@ -318,7 +318,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
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user