From 4869bd3bfc88b30a99735fd4b0b26d22ae1b23e2 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 10 Apr 1999 21:39:23 +0000 Subject: [PATCH] Test patch... --- main/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main/main.c b/main/main.c index 8664096f38..c69dc14f7d 100644 --- a/main/main.c +++ b/main/main.c @@ -305,7 +305,7 @@ void php3_apache_putc(char c) void php3_log_err(char *log_message) { FILE *log_file; - TLS_VARS; + PLS_FETCH(); /* Try to use the specified logging location. */ if (PG(error_log) != NULL) { @@ -355,7 +355,6 @@ void php3_log_err(char *log_message) /* wrapper for modules to use PHPWRITE */ PHPAPI int php3_write(void *buf, int size) { - TLS_VARS; return PHPWRITE(buf, size); } -- 2.50.1