changelog               Sat Sep 17 01:41:46 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.2105&r2=1.2106&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2105 php-src/ChangeLog:1.2106
--- php-src/ChangeLog:1.2105    Fri Sep 16 01:39:45 2005
+++ php-src/ChangeLog   Sat Sep 17 01:41:37 2005
@@ -1,3 +1,106 @@
+2005-09-16  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS
+      NEWS
+      NEWS:
+      BFN
+
+    * (PHP_5_0)
+      ZendEngine2/zend_reflection_api.c
+      ZendEngine2/zend_reflection_api.c:
+      MFH: check class_entry of this_ptr in Reflection API
+
+    * ZendEngine2/zend_reflection_api.c:
+      check class_entry of this_ptr in Reflection API, so we won't get an alien
+      this_ptr
+      when called statically in a function that is called statically too
+      (without being
+      declared as static)
+
+2005-09-16  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * NEWS:
+      Please, only add entries for fixed bugs if they are ONLY fixed in HEAD!
+
+2005-09-16  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      ext/standard/http.c
+      ext/standard/var.c
+      ext/wddx/wddx.c:
+      fix #34505 (possible memory corruption when unmangling properties with
+      empty names)
+      2nd part
+
+    * (PHP_5_1)
+      ZendEngine2/zend.c
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_reflection_api.c
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      fix #34505 (possible memory corruption when unmangling properties with
+      empty names)
+      1st part
+
+2005-09-16  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * NEWS
+      NEWS
+      NEWS:
+      Fixed bug #34478 (Incorrect parsing of url's fragment (#...))
+
+    * ZendEngine2/tests/array_type_hint_001.phpt
+      tests/classes/type_hinting_001.phpt
+      tests/lang/bug24658.phpt
+      tests/lang/catchable_error_001.phpt
+      tests/lang/catchable_error_002.phpt
+      tests/lang/type_hints_001.phpt:
+      Fixed tests
+
+2005-09-16  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/sqlite/tests/sqlite_spl_001.phpt:
+      - MFB
+
+2005-09-16  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/tests/bug34518.phpt
+      ZendEngine2/tests/bug34518.phpt:
+      
+      Fixed bug #34518 (Unset doesn't separate container in CV)
+
+    * NEWS
+      NEWS
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_execute.h
+      ZendEngine2/zend_vm_opcodes.h
+      ZendEngine2/zend_vm_opcodes.h
+      ZendEngine2/tests/bug34518.phpt:
+      Fixed bug #34518 (Unset doesn't separate container in CV)
+
+    * ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.c:
+      MFH (overriding of protected static property)
+
+2005-09-16  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_1)
+      ext/ldap/config.m4:
+      correct flag
+
+    * (PHP_5_1)
+      ext/ldap/config.m4:
+      Fixed bug #34525
+
+    * (PHP_5_1)
+      ext/sqlite/tests/sqlite_spl_001.phpt:
+      fix test
+
 2005-09-15  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * (PHP_5_1)
@@ -11957,7 +12060,7 @@
 
     * (PHP_4_3)
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2105 2005/09/16 05:39:45 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2106 2005/09/17 05:41:37 changelog Exp $ tag
 
     * (PHP_5_0)
       ext/standard/url_scanner_ex.c:
@@ -15358,7 +15461,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.2105 2005/09/16 05:39:45 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.2106 2005/09/17 05:41:37 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -15839,7 +15942,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.2105 2005/09/16 05:39:45 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.2106 2005/09/17 05:41:37 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -17313,7 +17416,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.2105 2005/09/16 05:39:45 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.2106 2005/09/17 05:41:37 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to