mirror of
https://github.com/php/php-src.git
synced 2024-11-25 10:54:15 +08:00
ChangeLog update
This commit is contained in:
parent
9ce9605723
commit
4017713fc2
15
ChangeLog
15
ChangeLog
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user