From: Date: Fri, 13 Jan 2006 06:31:41 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_4~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=830f12faac0ab990918277d69819b2d3653a209d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f7ecc58db0..723e3740fa 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: