Skip to content

Commit

Permalink
Modify zend_max_execution_timer.h to export the symbols with C form…
Browse files Browse the repository at this point in the history
…at (#16550)
  • Loading branch information
matyhtf authored Oct 24, 2024
1 parent c5a5707 commit 4a4371d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Zend/zend_max_execution_timer.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 4a4371d

Please sign in to comment.