Skip to content

Commit c7b0209

Browse files
committed
Enable Apache and phpdbg shared SAPIs in presets
1 parent 2f23460 commit c7b0209

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
@@ -70,13 +70,15 @@
7070
"PHP_EXT_ZIP": true,
7171
"PHP_EXT_ZLIB": true,
7272

73+
"PHP_SAPI_APACHE2HANDLER": true,
7374
"PHP_SAPI_EMBED": true,
7475
"PHP_SAPI_FPM": true,
7576
"PHP_SAPI_FPM_ACL": true,
7677
"PHP_SAPI_FPM_APPARMOR": true,
7778
"PHP_SAPI_FPM_SELINUX": true,
7879
"PHP_SAPI_FPM_SYSTEMD": true,
79-
"PHP_SAPI_LITESPEED": true
80+
"PHP_SAPI_LITESPEED": true,
81+
"PHP_SAPI_PHPDBG_SHARED": true
8082
}
8183
},
8284
{

0 commit comments

Comments
 (0)