]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 30 Aug 2005 05:42:02 +0000 (05:42 +0000)
committer <changelog@php.net> <>
Tue, 30 Aug 2005 05:42:02 +0000 (05:42 +0000)
ChangeLog
Zend/ChangeLog

index b7760d136d186bb2e29a092c2fd2f2533e345d4b..c7ff0789d84a800d885fe75ad2ac2c6296390358 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2005-08-29  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_1)
+      EXTENSIONS:
+      Mark pspell as working
+
+2005-08-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Fix #34299: ReflectionClass::isInstantiable() returns true for abstract
+      classes
+
+2005-08-29  Sara Golemon  <php@alphaweb.net>
+
+    * (PHP_5_1)
+      TSRM/TSRM.c:
+      MFH: allocate_new_resource() handles the malloc() for us.  Don't leak by
+      mallocing twice.
+
+    * TSRM/TSRM.c:
+      allocate_new_resource() handles the malloc() for us.  Don't leak by
+      mallocing twice.
+
+2005-08-29  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * php.ini-dist
+      php.ini-recommended:
+      Clean away PECled exts and added date.timezone setting
+
+2005-08-29  Dmitry Stogov  <dmitry@zend.com>
+
+    * main/main.c:
+      Fixed SIGSEGV
+
+    * ext/standard/string.c:
+      Fixed gcc 4 compatibility
+
 2005-08-28  Wez Furlong  <wez.php@thebrainroom.net>
 
     * (PHP_5_0)
index 1b6cc56331e684a4cf55394f281545b415008e86..bd5d4abb329104863ee0b229910174e8a794f4b6 100644 (file)
@@ -1,3 +1,9 @@
+2005-08-29  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      - Fix #34299: ReflectionClass::isInstantiable() returns true for abstract
+      classes
+
 2005-08-25  Zeev Suraski  <zeev@zend.com>
 
     * (PHP_5_0)