Skip to content

Commit fd5d659

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Consider phpdbg as cli
2 parents 78f0725 + 218154e commit fd5d659

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
@@ -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)