mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Modify zend_max_execution_timer.h
to export the symbols with C format (#16550)
This commit is contained in:
parent
c5a5707450
commit
4a4371d31c
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue