We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb6e55 commit 4e5451eCopy full SHA for 4e5451e
1 file changed
Zend/Zend.m4
@@ -317,6 +317,7 @@ int emu(const opcode_handler_t *ip, void *fp) {
317
while ((*ip)());
318
FP = orig_fp;
319
IP = orig_ip;
320
+ return 0;
321
}], [])],
322
[php_cv_have_global_register_vars=yes],
323
[php_cv_have_global_register_vars=no])
0 commit comments