From: Date: Mon, 19 Sep 2005 05:45:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_0~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=baf70abbf96c6470af0c654c8ca9ee95c2a3604b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f43c1d3303..c385a48792 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2005-09-18 Jani Taskinen + + * (PHP_5_1) + NEWS: + cleanup, typos, etc + +2005-09-18 Marcus Boerger + + * (PHP_5_1) + NEWS: + - Synch naming/move changes with HEAD + - Update tests/docu + +2005-09-18 Antony Dovgal + + * (PHP_5_0) + ZendEngine2/zend_reflection_api.c: + fix leaks + this problem is in 5.0 only, while 5.1 & HEAD work fine and I'd appreciate + if someone explain me why.. + 2005-09-16 Antony Dovgal * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index af4c08439a..24bf803a2e 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2005-09-18 Antony Dovgal + + * (PHP_5_0) + zend_reflection_api.c: + fix leaks + this problem is in 5.0 only, while 5.1 & HEAD work fine and I'd appreciate + if someone explain me why.. + 2005-09-16 Antony Dovgal * (PHP_5_0)