changelog               Wed Nov 16 01:45:00 2005 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.807&r2=1.808&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.807 ZendEngine2/ChangeLog:1.808
--- ZendEngine2/ChangeLog:1.807 Tue Nov  8 01:44:26 2005
+++ ZendEngine2/ChangeLog       Wed Nov 16 01:44:57 2005
@@ -1,3 +1,45 @@
+2005-11-15  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend.h
+      zend_compile.c:
+      Allow "null" default value for arguments with array type hint
+      Unicode support
+
+    * (PHP_5_1)
+      zend_compile.c:
+      Allow "null" default value for arguments with array type hint
+
+2005-11-15  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      zend_compile.c:
+      - Allow "= null" default for parameters with a class type-hint.
+
+2005-11-15  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * zend.h
+      zend.h
+      zend_object_handlers.c
+      zend_object_handlers.c
+      zend_objects.c
+      zend_objects.c
+      zend_reflection_api.c
+      zend_reflection_api.c:
+      Allow recursive calls to __get/__set for different properties
+
+    * (PHP_5_1)
+      zend.c
+      zend_globals.h
+      zend_language_scanner.l
+      zend_multibyte.c:
+      Fixed bug #35147 (__HALT_COMPILER() breaks with --enable-zend-multibyte)
+
+    * zend_objects_API.c
+      zend_objects_API.c
+      zend_objects_API.c:
+      Fixed call to __destruct() for objects of classes delivered from internal
+      ones those use zend_objects_store_put(obj, NULL, ...
+
 2005-11-07  Dmitry Stogov  <[EMAIL PROTECTED]>
 
     * zend.c
@@ -11008,7 +11050,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.807 2005/11/08 06:44:26 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.808 2005/11/16 06:44:57 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -12732,7 +12774,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.807 2005/11/08 06:44:26 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.808 2005/11/16 06:44:57 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 

Reply via email to