1
0
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:
Joe Watkins
2018-05-23 22:23:53 +02:00
+1 -1
View File
@@ -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
;;