Skip to content

Commit 4a4371d

Browse files
authored
Modify zend_max_execution_timer.h to export the symbols with C format (php#16550)
1 parent c5a5707 commit 4a4371d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_max_execution_timer.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121

2222
#include "zend_long.h"
2323

24+
BEGIN_EXTERN_C()
2425
/* Must be called after calls to fork() */
2526
ZEND_API void zend_max_execution_timer_init(void);
27+
END_EXTERN_C()
2628
void zend_max_execution_timer_settime(zend_long seconds);
2729
void zend_max_execution_timer_shutdown(void);
2830

0 commit comments

Comments
 (0)