]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 27 May 2005 00:34:54 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Fri, 27 May 2005 00:34:54 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index b4ffa00d79f936d7bad6bff4271cad38df94db89..f384a43291802adc56e9ee0d158bca53f60cf71c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,71 @@
+2005-05-26  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ext/standard/reg.c:
+      Do a cache flush if we detect possible cache corruption (same as for
+      PCRE).
+
+2005-05-26  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_execute_API.c
+      ZendEngine2/tests/bug33116.phpt:
+      Fixed bug #33116 (crash when assigning class name to global variable in
+      __autoload)
+
+    * ZendEngine2/tests/bug33116.phpt
+      ZendEngine2/tests/bug33116.phpt:
+      
+      Fixed bug #33116 (crash when assigning class name to global variable in
+      __autoload).
+
+    * ZendEngine2/zend_execute_API.c:
+      Fixed bug #33116 (crash when assigning class name to global variable in
+      __autoload).
+
+    * NEWS
+      ZendEngine2/zend_API.h
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_language_parser.y
+      ZendEngine2/zend_reflection_api.c
+      ZendEngine2/tests/array_type_hint_001.phpt:
+      Added array type hinting. (This patch requires full re-make)
+
+2005-05-26  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_0)
+      ZendEngine2/tests/bug27304.phpt
+      ZendEngine2/tests/bug32981.phpt:
+      - Add new tests
+
+    * ZendEngine2/tests/bug27304.phpt
+      ZendEngine2/tests/bug27304.phpt
+      ZendEngine2/tests/bug32981.phpt
+      ZendEngine2/tests/bug32981.phpt:
+      
+      - Add new tests
+
+    * (PHP_5_0)
+      NEWS:
+      - BFN
+
+    * ext/sqlite/sqlite.c:
+      - Make SQLiteDatabase derivable by dropping final tag from class and
+        making the ctor final to ensure it is being called, which is the
+      problem.
+
+2005-05-26  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/standard/url.c
+      ext/standard/url.c:
+      MFH: Added scheme validation for parse_url().
+
+    * ext/standard/url.c:
+      Added scheme validation for parse_url().
+
 2005-05-25  Dmitry Stogov  <dmitry@zend.com>
 
     * tests/basic/bug29971.phpt
index 7c0a9d2d9d6a4b1cc2eebb09b599b8a5a536caee..f4767b45dab124c865494ce6392b7a0f3510c14e 100644 (file)
@@ -1,3 +1,44 @@
+2005-05-26  Dmitry Stogov  <dmitry@zend.com>
+
+    * (PHP_5_0)
+      zend_execute_API.c
+      tests/bug33116.phpt:
+      Fixed bug #33116 (crash when assigning class name to global variable in
+      __autoload)
+
+    * tests/bug33116.phpt
+      tests/bug33116.phpt:
+      
+      Fixed bug #33116 (crash when assigning class name to global variable in
+      __autoload).
+
+    * zend_execute_API.c:
+      Fixed bug #33116 (crash when assigning class name to global variable in
+      __autoload).
+
+    * zend_API.h
+      zend_compile.c
+      zend_compile.h
+      zend_execute.c
+      zend_language_parser.y
+      zend_reflection_api.c
+      tests/array_type_hint_001.phpt:
+      Added array type hinting. (This patch requires full re-make)
+
+2005-05-26  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_0)
+      tests/bug27304.phpt
+      tests/bug32981.phpt:
+      - Add new tests
+
+    * tests/bug27304.phpt
+      tests/bug27304.phpt
+      tests/bug32981.phpt
+      tests/bug32981.phpt:
+      
+      - Add new tests
+
 2005-05-22  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_0)