]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 31 Aug 2005 05:40:14 +0000 (05:40 +0000)
committer <changelog@php.net> <>
Wed, 31 Aug 2005 05:40:14 +0000 (05:40 +0000)
ChangeLog
Zend/ChangeLog

index c7ff0789d84a800d885fe75ad2ac2c6296390358..d99f4b1237f12bdb99c88ba1802e48993f216785 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,78 @@
+2005-08-30  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_4)
+      NEWS
+      NEWS
+      ext/imap/php_imap.c
+      ext/imap/php_imap.c:
+      MFH: Fixed bug #32589 (possible crash inside imap_mail_compose() function).
+
+    * ext/imap/php_imap.c:
+      Fixed bug #32589 (possible crash inside imap_mail_compose() function).
+
+2005-08-30  Johannes Schlüter  <schlueter@phpbar.de>
+
+    * NEWS:
+      News
+
+2005-08-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_1)
+      run-tests-config.php
+      server-tests-config.php
+      server-tests.php:
+      - MFH (missing run-tests2.php rename part)
+
+    * run-tests-config.php
+      server-tests-config.php
+      server-tests-config.php
+      server-tests.php:
+      - run-tests2.php was renamed into server-tests.php (missing part)
+
+    * ZendEngine2/zend_API.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_reflection_api.c:
+      - Adds module registering a function to struct zend_internal_function.
+        (Johannes)
+
+2005-08-30  Derick Rethans  <php@derickrethans.nl>
+
+    * NEWS
+      NEWS
+      NEWS
+      NEWS
+      ext/standard/datetime.c
+      ext/standard/datetime.c:
+      - Fixed bug #34302 (date('W') do not return leading zeros for week 1 to 9).
+
+2005-08-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Fix const speling (correct in branshes where did it vanish here)
+
+2005-08-30  Dmitry Stogov  <dmitry@zend.com>
+
+    * ZendEngine2/zend_reflection_api.c
+      ZendEngine2/zend_reflection_api.c:
+      Fixed possible memory leak
+
+    * ZendEngine2/zend.c:
+      Fixed unicode support bug
+
+2005-08-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_0)
+      NEWS
+      NEWS:
+      - BFN
+
+    * (PHP_5_0)
+      ZendEngine2/zend_reflection_api.c:
+      - MFH Fix #34299: ReflectionClass::isInstantiable() returns true for
+      abstract classes
+
 2005-08-29  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_5_1)
index bd5d4abb329104863ee0b229910174e8a794f4b6..a7c7650568594122384aaf14fad8c9ca6d5019d0 100644 (file)
@@ -1,3 +1,32 @@
+2005-08-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_API.c
+      zend_compile.c
+      zend_compile.h
+      zend_object_handlers.c
+      zend_reflection_api.c:
+      - Adds module registering a function to struct zend_internal_function.
+        (Johannes)
+
+    * zend_reflection_api.c:
+      - Fix const speling (correct in branshes where did it vanish here)
+
+2005-08-30  Dmitry Stogov  <dmitry@zend.com>
+
+    * zend_reflection_api.c
+      zend_reflection_api.c:
+      Fixed possible memory leak
+
+    * zend.c:
+      Fixed unicode support bug
+
+2005-08-30  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_0)
+      zend_reflection_api.c:
+      - MFH Fix #34299: ReflectionClass::isInstantiable() returns true for
+      abstract classes
+
 2005-08-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_reflection_api.c: