changelog               Sat Apr 27 20:34:32 2002 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.31 ZendEngine2/ChangeLog:1.32
--- ZendEngine2/ChangeLog:1.31  Thu Apr 25 20:43:34 2002
+++ ZendEngine2/ChangeLog       Sat Apr 27 20:34:30 2002
@@ -1,3 +1,9 @@
+2002-04-27  Sebastian Bergmann  <[EMAIL PROTECTED]>
+
+    * zend_alloc.c
+      zend_alloc.h:
+    MFZE1: If the size-operands of memset are constants, the compiler can turn them 
+into fast inline code. So, instead of using ecalloc, we use emalloc + memset in macro 
+form now. emalloc will not return NULL, so the chosen macro form is safe. This is not 
+true for malloc(3). An inline function accomodates our needs here. Suggested by: 
+http://www.mail-archive.com/dev%40httpd.apache.org/msg02492.html (Sascha)
+
 2002-04-25  Harald Radi  <[EMAIL PROTECTED]>
 
     * zend_config.w32.h: unbreak the win32 build


Reply via email to