Modify zend_max_execution_timer.h to export the symbols with C format (#16550)

This commit is contained in:
Tianfeng.Han 2024-10-24 22:01:31 +08:00 committed by GitHub
parent c5a5707450
commit 4a4371d31c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);