mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
bring back all the TSRMLS_FETCH() stuff
for better comparability with the mainstream
This commit is contained in:
parent
382f95e612
commit
c00424e427
97 changed files with 377 additions and 12 deletions
|
@ -34,6 +34,7 @@ void zend_accel_error(int type, const char *format, ...)
|
|||
time_t timestamp;
|
||||
char *time_string;
|
||||
FILE * fLog = NULL;
|
||||
TSRMLS_FETCH();
|
||||
|
||||
if (type > ZCG(accel_directives).log_verbosity_level) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue