Skip to content

Commit 1c23f75

Browse files
committed
Oops
1 parent 4b98f34 commit 1c23f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,8 +609,8 @@ static void php_message_handler_for_zend(long message, void *data)
609609

610610
if (EG(error_reporting)&E_WARNING) {
611611
#if ZEND_DEBUG
612-
# if APACHE /* log into the errorlog, since at this time we can't send messages to the browser */
613612
mem_header *t = (mem_header *) data;
613+
# if APACHE /* log into the errorlog, since at this time we can't send messages to the browser */
614614
char memory_leak_buf[512];
615615

616616
snprintf(memory_leak_buf,512,"Possible PHP3 memory leak detected (harmless): %d bytes from %s:%d",t->size,t->filename,t->lineno);

0 commit comments

Comments
 (0)