From 830f12faac0ab990918277d69819b2d3653a209d Mon Sep 17 00:00:00 2001 From: Date: Fri, 13 Jan 2006 06:31:41 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/ChangeLog b/ChangeLog index f7ecc58db0c..723e3740fa6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2006-01-12 Marcus Boerger + + * (PHP_5_1) + ext/standard/filters.c: + - Add stream filter 'consumed' + + * ext/standard/filters.c: + - Add stream filter 'consumed' which can restore the stream position when + a stream was read or written through a size changing filter. + + * main/streams/filter.c: + - Fix two warnings + + * main/streams/filter.c: + - Fix warning + +2006-01-12 Derick Rethans + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Back to dev. + + * (PHP_4_4) + NEWS: + - Fixed year. + + * (PHP_4_4) + NEWS + configure.in + main/php_version.h: + - Go with 4.4.2. + +2006-01-12 Hartmut Holzgraefe + + * ext/standard/levenshtein.c: + typo fix + +2006-01-12 Ilia Alshanetsky + + * (PHP_5_1) + NEWS + configure.in + main/php_version.h: + Back to dev + 2006-01-11 Michael Wallner * run-tests.php: