Skip to content

Commit 4e2e9fc

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

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,10 +21,12 @@
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);
2627
void zend_max_execution_timer_settime(zend_long seconds);
2728
void zend_max_execution_timer_shutdown(void);
29+
END_EXTERN_C()
2830

2931
# else
3032

0 commit comments

Comments
 (0)