Skip to content

Commit be11b35

Browse files
committed
fix phpdbg disabling chroot support
1 parent 8f221bd commit be11b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ case "$PHP_SAPI" in
319319
none)
320320
for PROG in $PHP_BINARIES; do
321321
case "$PROG" in
322-
cgi|cli)
322+
cgi|cli|phpdbg)
323323
PHP_ENABLE_CHROOT_FUNC=yes
324324
;;
325325

0 commit comments

Comments
 (0)