mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Eliminate the TSRMLS_FETCH() calls in the ticks functions and hook
This commit is contained in:
parent
c83598119b
commit
aed4b086ac
8 changed files with 13 additions and 19 deletions
|
@ -24,11 +24,11 @@
|
|||
int php_startup_ticks(TSRMLS_D);
|
||||
void php_deactivate_ticks(TSRMLS_D);
|
||||
void php_shutdown_ticks(TSRMLS_D);
|
||||
void php_run_ticks(int count);
|
||||
void php_run_ticks(int count TSRMLS_DC);
|
||||
|
||||
BEGIN_EXTERN_C()
|
||||
PHPAPI void php_add_tick_function(void (*func)(int));
|
||||
PHPAPI void php_remove_tick_function(void (*func)(int));
|
||||
PHPAPI void php_add_tick_function(void (*func)(int) TSRMLS_DC);
|
||||
PHPAPI void php_remove_tick_function(void (*func)(int) TSRMLS_DC);
|
||||
END_EXTERN_C()
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue