Skip to content

Commit 7873c79

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Consider phpdbg as cli
2 parents b00cd12 + fd5d659 commit 7873c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: acinclude.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ dnl ---------------------------------------------- Shared module
938938
dnl ---------------------------------------------- CLI static module
939939
[PHP_]translit($1,a-z_-,A-Z__)[_SHARED]=no
940940
case "$PHP_SAPI" in
941-
cgi|embed[)]
941+
cgi|embed|phpdbg[)]
942942
PHP_ADD_SOURCES($ext_dir,$2,$ac_extra,)
943943
EXT_STATIC="$EXT_STATIC $1;$ext_dir"
944944
;;

0 commit comments

Comments
 (0)