logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: ZendEngine2(PHP_5_2) / zend_alloc.c: msg#00005

Subject: cvs: ZendEngine2(PHP_5_2) / zend_alloc.c
dmitry          Thu Feb  1 15:08:11 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /ZendEngine2        zend_alloc.c 
  Log:
  Enable canary protection in DEBUG mode only.
  
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_alloc.c?r1=1.144.2.3.2.30&r2=1.144.2.3.2.31&diff_format=u
Index: ZendEngine2/zend_alloc.c
diff -u ZendEngine2/zend_alloc.c:1.144.2.3.2.30 
ZendEngine2/zend_alloc.c:1.144.2.3.2.31
--- ZendEngine2/zend_alloc.c:1.144.2.3.2.30     Tue Jan  9 15:29:14 2007
+++ ZendEngine2/zend_alloc.c    Thu Feb  1 15:08:10 2007
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: zend_alloc.c,v 1.144.2.3.2.30 2007/01/09 15:29:14 dmitry Exp $ */
+/* $Id: zend_alloc.c,v 1.144.2.3.2.31 2007/02/01 15:08:10 dmitry Exp $ */
 
 #include "zend.h"
 #include "zend_alloc.h"
@@ -47,7 +47,7 @@
 #endif
 
 #ifndef ZEND_MM_COOKIES
-# define ZEND_MM_COOKIES 1
+# define ZEND_MM_COOKIES ZEND_DEBUG
 #endif
 
 #if ZEND_DEBUG

-- 
Zend Engine CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




<Prev in Thread] Current Thread [Next in Thread>