Skip to content

Commit a2313ce

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: zend_max_execution_timer: fix gcc compatibility (#15447)
2 parents 588029a + 89daa83 commit a2313ce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Zend/zend_max_execution_timer.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@
3131
#include "zend_globals.h"
3232
#include "zend_portability.h"
3333

34+
#include "zend.h"
35+
#include "zend_globals.h"
36+
#include "zend_portability.h"
37+
3438
#if __has_feature(memory_sanitizer)
3539
# include <sanitizer/msan_interface.h>
3640
#endif

0 commit comments

Comments
 (0)