]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 17 Oct 2005 05:45:46 +0000 (05:45 +0000)
committer <changelog@php.net> <>
Mon, 17 Oct 2005 05:45:46 +0000 (05:45 +0000)
ChangeLog
Zend/ChangeLog

index c7a2b79f504517e7eb612664a2585a416c8cc654..c15906cb7fa6727db50566cfbcc48526d034e289 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2005-10-16  Jani Taskinen  <jani.taskinen@sci.fi>
+
+    * Makefile.frag
+      ext/sqlite/Makefile.frag
+      ext/standard/Makefile.frag:
+      - Silence unnecessary output
+
+    * (PHP_5_1)
+      NEWS:
+      NEWS file is about changes between releases. (RCs are not releases..)
+
+2005-10-16  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Add ability to access private properties of base classes
+      - Add ability to specify fully qualified name for properties
+      - ReflectionClass::getInterfaces89 now returns associative array
+
 2005-10-15  Derick Rethans  <php@derickrethans.nl>
 
     * (PHP_5_1)
index 8fac5d763c320c1c5f49426cf80970e8ae880ab9..eea623f0d4def1e0205820de1fab63d1416b3d92 100644 (file)
@@ -1,3 +1,10 @@
+2005-10-16  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      - Add ability to access private properties of base classes
+      - Add ability to specify fully qualified name for properties
+      - ReflectionClass::getInterfaces89 now returns associative array
+
 2005-10-15  Derick Rethans  <php@derickrethans.nl>
 
     * zend_compile.c: