]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 25 Nov 2004 01:33:25 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Thu, 25 Nov 2004 01:33:25 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index 7cbe2f099d252fccc1f0f08dc03729f8f094406d..7f33f2321254155ae5bdc63c6f61296702707d55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+2004-11-24  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_0)
+      ext/iconv/php_iconv.h:
+      MFH: Fixed compilation when PHP is built in separate directory.
+
+    * ext/iconv/php_iconv.h:
+      Fixed compilation when PHP is built in separate directory.
+
+2004-11-24  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * (PHP_5_0)
+      NEWS:
+      - BFN
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Fix Bug #30856 (ReflectionClass::getStaticProperties segfaults)
+
+    * ZendEngine2/tests/bug30856.phpt:
+      
+      - Add new test
+
 2004-11-23  Dmitry Stogov  <dmitry@zend.com>
 
     * ext/gd/tests/imagefilter.phpt
index 81f6d48e059d10fcbf6a5b862efbba26688cd4a2..d0cc0ae44cbad72747b9b3539f168d8a62f4a9eb 100644 (file)
@@ -1,3 +1,12 @@
+2004-11-24  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      - Fix Bug #30856 (ReflectionClass::getStaticProperties segfaults)
+
+    * tests/bug30856.phpt:
+      
+      - Add new test
+
 2004-11-17  Stanislav Malyshev  <stas@zend.com>
 
     * (PHP_5_0)