]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 1 Feb 2005 01:33:19 +0000 (01:33 +0000)
committer <changelog@php.net> <>
Tue, 1 Feb 2005 01:33:19 +0000 (01:33 +0000)
ChangeLog
Zend/ChangeLog

index a6e54de466206c2be2611c606c651d6ca0a976db..73063c877a2f9b28a8cebc95f9f32dfb9cb8611d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant()
+        to complete api (johannes@php.net)
+
 2005-01-30  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index a66eb8ead35b8ac50d193209249f50b0f740e403..dde51cb0a0d33b05f4b3eebd3ec8793ee709e0fb 100644 (file)
@@ -1,3 +1,9 @@
+2005-01-31  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_reflection_api.c:
+      - Add ReclectionClass:hasProperty(), ReflectionClass::hasConstant()
+        to complete api (johannes@php.net)
+
 2005-01-28  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_execute_API.c: