summaryrefslogtreecommitdiff
path: root/Zend/zend_alloc.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-05-31 18:39:29 +0000
committerZeev Suraski <zeev@php.net>1999-05-31 18:39:29 +0000
commit63f2cc9fe9955f96febbef9ed85f339b8e5bdd9a (patch)
treea18be1241b0e0fe7106d8b4a4877271c6e1507e2 /Zend/zend_alloc.c
parent52ec64359c551b219b136430f448a3d5d91256c1 (diff)
downloadphp-git-63f2cc9fe9955f96febbef9ed85f339b8e5bdd9a.tar.gz
*** empty log message ***
Diffstat (limited to 'Zend/zend_alloc.c')
-rw-r--r--Zend/zend_alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_alloc.c b/Zend/zend_alloc.c
index eec6b69daa..e2d2a63688 100644
--- a/Zend/zend_alloc.c
+++ b/Zend/zend_alloc.c
@@ -431,6 +431,7 @@ ZEND_API int _mem_block_check(void *ptr, int silent, char *filename, int lineno)
no_cache_notice=1;
}
if (!silent) {
+ zend_message_dispatcher(ZMSG_LOG_SCRIPT_NAME, NULL);
zend_debug_alloc_output("---------------------------------------\n");
zend_debug_alloc_output("Block 0x%0.8lX status at %s:%d:\n", (long) p, filename, lineno);
zend_debug_alloc_output("%10s\t","Beginning: ");