For Programmers: Free Programming Magazines  


Home > Archive > PHP Zend Engine > August 2006 > cvs: ZendEngine2 / zend_alloc.c









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: ZendEngine2 / zend_alloc.c
Antony Dovgal

2006-08-30, 6:56 pm

tony2001 Wed Aug 30 22:29:17 2006 UTC

Modified files:
/ZendEngine2 zend_alloc.c
Log:
s/pinter/pointer/


http://cvs.php.net/viewvc.cgi/ZendE...9&diff_format=u
Index: ZendEngine2/zend_alloc.c
diff -u ZendEngine2/zend_alloc.c:1.158 ZendEngine2/zend_alloc.c:1.159
--- ZendEngine2/zend_alloc.c:1.158 Wed Aug 23 13:01:04 2006
+++ ZendEngine2/zend_alloc.c Wed Aug 30 22:29:17 2006
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/

-/* $Id: zend_alloc.c,v 1.158 2006/08/23 13:01:04 dmitry Exp $ */
+/* $Id: zend_alloc.c,v 1.159 2006/08/30 22:29:17 tony2001 Exp $ */

#include "zend.h"
#include "zend_alloc.h"
@@ -793,7 +793,7 @@
#ifdef ZTS
if (ZEND_MM_BAD_THREAD_ID(p)) {
if (!silent) {
- zend_debug_alloc_output("Invalid pinter: ((thread_id=0x%0.8X) != (expected=0x%0.8X))\n", (long)p->thread_id, (long)tsrm_thread_id());
+ zend_debug_alloc_output("Invalid pointer: ((thread_id=0x%0.8X) != (expected=0x%0.8X))\n", (long)p->thread_id, (long)tsrm_thread_id());
had_problems = 1;
} else {
return zend_mm_check_ptr(heap, ptr, 0 ZEND_FILE_LINE_RELAY_CC ZEND_FILE_LINE_ORIG_RELAY_CC);
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com