Skip to content

Commit 218154e

Browse files
committed
Merge branch 'PHP-7.2' into PHP-7.3
* PHP-7.2: Consider phpdbg as cli
2 parents eb405a2 + 79f046f commit 218154e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acinclude.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ dnl ---------------------------------------------- Shared module
968968
dnl ---------------------------------------------- CLI static module
969969
[PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no
970970
case "$PHP_SAPI" in
971-
cgi|embed[)]
971+
cgi|embed|phpdbg[)]
972972
PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,)
973973
EXT_STATIC="$EXT_STATIC $1;$ext_dir"
974974
;;

0 commit comments

Comments
 (0)