1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

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

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