summaryrefslogtreecommitdiff
path: root/ext/standard/syslog.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-27 10:16:41 +0000
committerZeev Suraski <zeev@php.net>2001-07-27 10:16:41 +0000
commitfe6f8712a439c8b5046a03bca9ce5ae8e75aa4f5 (patch)
treec7bc98cac58386828871aae860f90cac0ebdcf8f /ext/standard/syslog.c
parent2c254ba762d9392a732d5793b5b193ee6e395f1c (diff)
downloadphp-git-fe6f8712a439c8b5046a03bca9ce5ae8e75aa4f5.tar.gz
- Get rid of ELS_*(), and use TSRMLS_*() instead.
- Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
Diffstat (limited to 'ext/standard/syslog.c')
-rw-r--r--ext/standard/syslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/syslog.c b/ext/standard/syslog.c
index 236c54cf88..f6330facd3 100644
--- a/ext/standard/syslog.c
+++ b/ext/standard/syslog.c
@@ -130,7 +130,7 @@ PHP_RSHUTDOWN_FUNCTION(syslog)
*/
static void start_syslog(BLS_D)
{
- ELS_FETCH();
+ TSRMLS_FETCH();
/* error levels */
SET_VAR_LONG("LOG_EMERG", LOG_EMERG); /* system unusable */