mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
- Forgot ZEND_API
This commit is contained in:
@@ -157,7 +157,7 @@ ZEND_API zend_bool zend_is_executing(void);
|
||||
|
||||
void zend_set_timeout(long seconds);
|
||||
void zend_unset_timeout(void);
|
||||
void zend_timeout(int dummy);
|
||||
ZEND_API void zend_timeout(int dummy);
|
||||
|
||||
#ifdef ZEND_WIN32
|
||||
void zend_init_timeout_thread();
|
||||
|
||||
@@ -554,7 +554,7 @@ void execute_new_code(CLS_D)
|
||||
#endif
|
||||
|
||||
|
||||
void zend_timeout(int dummy)
|
||||
ZEND_API void zend_timeout(int dummy)
|
||||
{
|
||||
ELS_FETCH();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user