Skip to content

Commit edaf4ae

Browse files
committed
Modify zend_max_execution_timer.h to export the symbols with C format
1 parent 96ac2c4 commit edaf4ae

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)