Skip to content

Commit fb5fac4

Browse files
committed
Merge branch 'PHP-8.4'
2 parents e9694bc + b6e0940 commit fb5fac4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmake/cmake/presets/all-enabled.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,15 @@
6666
"PHP_EXT_ZIP": true,
6767
"PHP_EXT_ZLIB": true,
6868

69+
"PHP_SAPI_APACHE2HANDLER": true,
6970
"PHP_SAPI_EMBED": true,
7071
"PHP_SAPI_FPM": true,
7172
"PHP_SAPI_FPM_ACL": true,
7273
"PHP_SAPI_FPM_APPARMOR": true,
7374
"PHP_SAPI_FPM_SELINUX": true,
7475
"PHP_SAPI_FPM_SYSTEMD": true,
75-
"PHP_SAPI_LITESPEED": true
76+
"PHP_SAPI_LITESPEED": true,
77+
"PHP_SAPI_PHPDBG_SHARED": true
7678
}
7779
},
7880
{

0 commit comments

Comments
 (0)