changelog               Thu Aug 28 20:31:41 2003 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.288 ZendEngine2/ChangeLog:1.289
--- ZendEngine2/ChangeLog:1.288 Wed Aug 27 20:32:00 2003
+++ ZendEngine2/ChangeLog       Thu Aug 28 20:31:41 2003
@@ -1,3 +1,54 @@
+2003-08-28  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * zend_default_classes.c:
+      Add public read access to protected
+
+    * zend_default_classes.c
+      zend_default_classes.h:
+      Add zend_throw_exception_ex() which allows to format exception messages.
+
+    * zend.c:
+      Classe tables work this way
+
+    * zend_builtin_functions.c
+      zend_builtin_functions.h
+      zend_default_classes.c:
+      - Split debug_backtrace() into lowlevel c function and php function wrapper
+      - Add trace property to default method based on new
+      zend_fetch_debug_backtrace
+
+2003-08-28  Sascha Schumann  <[EMAIL PROTECTED]>
+
+    * zend.h:
+      older gccs don't understand attribute((format)) on function pointers
+
+    * zend.h:
+      ZEND_GCC_VERSION should always be defined to a number so we can use
+      simple comparisons all the time.
+
+    * zend.h
+      zend_alloc.c
+      zend_builtin_functions.c
+      zend_compile.c
+      zend_execute.c:
+      Add format attribute to a number of functions
+      
+      Kill a few warnings
+
+    * zend.h
+      zend_alloc.h:
+      cleanup & centralize ZEND_GCC_VERSION and ZEND_ATTRIBUTE_MALLOC so that
+      they can be used by downstream applications
+
+    * zend_alloc.h:
+      Enable attribute((malloc)) for GCC 2.96
+
+    * zend_alloc.h:
+      GCC 2 does not know about malloc yet.
+
+    * zend_alloc.h:
+      provide attribute((malloc)) where appropiate
+
 2003-08-27  Marcus Boerger  <[EMAIL PROTECTED]>
 
     * zend_reflection_api.c:
@@ -1233,7 +1284,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.288 2003/08/28 00:32:00 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.289 2003/08/29 00:31:41 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -2957,7 +3008,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.288 2003/08/28 00:32:00 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.289 2003/08/29 00:31:41 changelog 
Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to