changelog Sun Sep 19 20:34:16 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1750&r2=1.1751&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1750 php-src/ChangeLog:1.1751
--- php-src/ChangeLog:1.1750 Fri Sep 17 20:35:22 2004
+++ php-src/ChangeLog Sun Sep 19 20:34:15 2004
@@ -1,3 +1,18 @@
+2004-09-19 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/com_dotnet/com_iterator.c:
+ Use the correct free() here...
+
+2004-09-19 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_reflection_api.c:
+ Bugfix #30146 (ReflectionProperty->getValue() requires instance for static
+ property)
+
+ * ZendEngine2/zend_reflection_api.c:
+ Bugfix #30148 (ReflectionMethod->isConstructor() fails for inherited
+ classes)
+
2004-09-17 Wez Furlong <[EMAIL PROTECTED]>
* main/network.c
@@ -9865,7 +9880,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1750 2004/09/18 00:35:22
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1751 2004/09/20 00:34:15
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>