mirror of
https://github.com/php/php-src.git
synced 2024-11-23 01:44:06 +08:00
Modify zend_max_execution_timer.h
to export the symbols with C format (#16550)
This commit is contained in:
parent
c5a5707450
commit
4a4371d31c
@ -21,8 +21,10 @@
|
||||
|
||||
#include "zend_long.h"
|
||||
|
||||
BEGIN_EXTERN_C()
|
||||
/* Must be called after calls to fork() */
|
||||
ZEND_API void zend_max_execution_timer_init(void);
|
||||
END_EXTERN_C()
|
||||
void zend_max_execution_timer_settime(zend_long seconds);
|
||||
void zend_max_execution_timer_shutdown(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user