Skip to content

Commit 570c15a

Browse files
committed
Merge branch 'PHP-8.5'
* PHP-8.5: Update NEWS zend: fix missing return in global register detection (phpGH-22206) (php#22320)
2 parents 278137c + 6124206 commit 570c15a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Zend/Zend.m4

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ int emu(const opcode_handler_t *ip, void *fp) {
317317
while ((*ip)());
318318
FP = orig_fp;
319319
IP = orig_ip;
320+
return 0;
320321
}], [])],
321322
[php_cv_have_global_register_vars=yes],
322323
[php_cv_have_global_register_vars=no])

0 commit comments

Comments
 (0)