Skip to content

Commit 875dc39

Browse files
Update frankenphp.c
Co-authored-by: Alexander Stecher <45872305+AlliBalliBaba@users.noreply.github.com> Signed-off-by: Marc <m@pyc.ac>
1 parent 1c49d32 commit 875dc39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frankenphp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@ PHP_FUNCTION(frankenphp_handle_request) {
607607
}
608608

609609
#ifndef PHP_WIN32
610-
if (is_forked_child) {
610+
if (UNEXPECTED(is_forked_child)) {
611611
_exit(0);
612612
}
613613
#endif

0 commit comments

Comments
 (0)