We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17454a6 commit c8f65e3Copy full SHA for c8f65e3
1 file changed
frankenphp.c
@@ -1070,7 +1070,8 @@ static void *php_main(void *arg) {
1070
1071
sapi_startup(&frankenphp_sapi_module);
1072
1073
- /* TODO: adapted from https://github.com/php/php-src/pull/16958, remove when merged. */
+ /* TODO: adapted from https://github.com/php/php-src/pull/16958, remove when
1074
+ * merged. */
1075
#ifdef PHP_WIN32
1076
{
1077
const DWORD flags = GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS |
0 commit comments