diff options
| author | Zeev Suraski <zeev@php.net> | 2001-07-31 07:09:49 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2001-07-31 07:09:49 +0000 |
| commit | b1de7fc900766b229f17bf9e1020b5a67b5b0964 (patch) | |
| tree | c405a417de3fdafcd98ad8db882b770e96e70d90 /ext/standard/basic_functions.h | |
| parent | bc42c37513a730b0b3ff9cf29e14e45e4ec50c71 (diff) | |
| download | php-git-b1de7fc900766b229f17bf9e1020b5a67b5b0964.tar.gz | |
More TSRMLS_FETCH annihilation. Enough for today...
Diffstat (limited to 'ext/standard/basic_functions.h')
| -rw-r--r-- | ext/standard/basic_functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h index 8fac9cb70e..1364a3b11f 100644 --- a/ext/standard/basic_functions.h +++ b/ext/standard/basic_functions.h @@ -122,7 +122,7 @@ typedef unsigned int php_stat_len; typedef int php_stat_len; #endif -PHPAPI int _php_error_log(int opt_err,char *message,char *opt,char *headers); +PHPAPI int _php_error_log(int opt_err, char *message, char *opt, char *headers TSRMLS_DC); #if SIZEOF_INT == 4 /* Most 32-bit and 64-bit systems have 32-bit ints */ |
