1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 03:22:58 +02:00

ChangeLog update

This commit is contained in:
2003-08-03 00:30:27 +00:00
parent 4f1e331c4d
commit 973b85672b

View File

@@ -1,3 +1,21 @@
2003-08-02 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_API.c:
Initialize all struct members: Necessary for reflection
* zend_reflection_api.c:
Show interfaces
2003-08-02 Wez Furlong <wez.php@thebrainroom.net>
* zend_API.c:
fix usage of instanceof here too
2003-08-02 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_execute.c:
Fix warning
2003-08-01 Wez Furlong <wez.php@thebrainroom.net>
* zend_API.c: