We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef3e3a commit 7ac4cabCopy full SHA for 7ac4cab
1 file changed
frankenphp.c
@@ -1080,7 +1080,8 @@ static void *php_main(void *arg) {
1080
1081
sapi_startup(&frankenphp_sapi_module);
1082
1083
- /* 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
1084
+ * merged. */
1085
#ifdef PHP_WIN32
1086
{
1087
const DWORD flags = GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS |
0 commit comments