From e744a448ab4c1ac83e20d4bbdf3508e063ca58ff Mon Sep 17 00:00:00 2001 From: Date: Tue, 27 Apr 2004 00:35:21 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 15 +++++++++++++++ Zend/ChangeLog | 5 +++++ 2 files changed, 20 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1cd1ce25e96..4e4de6cf4a5 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 f5fd673b31a..95c64121ce0 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: