From 1c23f75627f2bb9cc598ead791ca8e5020f1df2f Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 10 Apr 1999 21:30:49 +0000 Subject: [PATCH] Oops --- main/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/main.c b/main/main.c index 2a92509587..b3ed6cd04d 100644 --- a/main/main.c +++ b/main/main.c @@ -609,8 +609,8 @@ static void php_message_handler_for_zend(long message, void *data) if (EG(error_reporting)&E_WARNING) { #if ZEND_DEBUG -# if APACHE /* log into the errorlog, since at this time we can't send messages to the browser */ mem_header *t = (mem_header *) data; +# if APACHE /* log into the errorlog, since at this time we can't send messages to the browser */ char memory_leak_buf[512]; snprintf(memory_leak_buf,512,"Possible PHP3 memory leak detected (harmless): %d bytes from %s:%d",t->size,t->filename,t->lineno); -- 2.40.0