ChangeLog update

This commit is contained in:
2004-09-20 00:34:18 +00:00
parent 9ce9605723
commit 4017713fc2
2 changed files with 25 additions and 0 deletions

View File

@ -1,3 +1,18 @@
2004-09-19 Wez Furlong <wez.php@thebrainroom.net>
* ext/com_dotnet/com_iterator.c:
Use the correct free() here...
2004-09-19 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* 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 <wez.php@thebrainroom.net>
* main/network.c

View File

@ -1,3 +1,13 @@
2004-09-19 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_reflection_api.c:
Bugfix #30146 (ReflectionProperty->getValue() requires instance for static
property)
* zend_reflection_api.c:
Bugfix #30148 (ReflectionMethod->isConstructor() fails for inherited
classes)
2004-09-17 Stanislav Malyshev <stas@zend.com>
* zend_execute_API.c