changelog Fri Jan 13 06:31:41 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2223&r2=1.2224&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2223 php-src/ChangeLog:1.2224 --- php-src/ChangeLog:1.2223 Thu Jan 12 06:31:40 2006 +++ php-src/ChangeLog Fri Jan 13 06:31:41 2006 @@ -1,3 +1,50 @@ +2006-01-12 Marcus Boerger <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * ext/standard/levenshtein.c: + typo fix + +2006-01-12 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_1) + NEWS + configure.in + main/php_version.h: + Back to dev + 2006-01-11 Michael Wallner <[EMAIL PROTECTED]> * run-tests.php: