From: Date: Tue, 27 Apr 2004 00:35:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_1~363 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e744a448ab4c1ac83e20d4bbdf3508e063ca58ff;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 1cd1ce25e9..4e4de6cf4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2004-04-26 Ilia Alshanetsky + + * ext/yp/yp.c: + Removed pointless check. + +2004-04-26 Marcus Boerger + + * ZendEngine2/zend_reflection_api.c: + Fix prototype + +2004-04-26 Antony Dovgal + + * ext/oci8/oci8.c: + hmm. this comma is supposed to be a semicolon. + 2004-04-25 Derick Rethans * ext/gd/libgd/gd.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f5fd673b31..95c64121ce 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-04-26 Marcus Boerger + + * zend_reflection_api.c: + Fix prototype + 2004-04-25 Marcus Boerger * zend_builtin_functions.c: