From: Date: Sun, 5 Nov 2006 01:32:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_0RC1~1126 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67eda5b3aa069e9ac5b5bb33a24a38d4c9339dba;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 55d20600be..a7da0d6d7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,97 @@ +2006-11-04 Marcus Boerger + + * (PHP_5_2) + ext/exif/exif.c: + - MFH: Make parameter parsing api check happy + + * ext/exif/exif.c: + - Make parameter parsing api check happy + +2006-11-04 Rasmus Lerdorf + + * main/streams/memory.c + main/streams/memory.c: + Mark memory streams as is_url + +2006-11-04 Marcus Boerger + + * (PHP_5_2) + ext/spl/php_spl.c + ext/spl/php_spl.h: + - MFH Store length of autoload file exts + + * ext/spl/php_spl.c + ext/spl/php_spl.h: + - Store length of autoload file exts + + * ext/spl/php_spl.c: + - Mark some funcs as unicode ready + +2006-11-04 Frank M. Kromann + + * ext/mbstring/config.w32 + ext/mbstring/config.w32: + Fix win32 build + +2006-11-04 Pierre-Alain Joye + + * ext/gd/libgd/.cvsignore: + - MFB: update cvsignore + + * (PHP_5_2) + ext/gd/libgd/gd_png.c: + - WS + + * ext/gd/libgd/gd_png.c: + - Fixed filter argument for imagepng in gdImagePngEx + + * ext/gd/libgd/gd_gif_in.c: + - MFB: vim folding + + * ext/gd/libgd/gd_gd2.c: + - MFB: silent compiler warnings + + * (PHP_5_2) + NEWS + ext/gd/libgd/gd.c: + - MFH: optimize horizontal and vertical lines + + * ext/gd/libgd/gd.c: + - ws + +2006-11-04 Hannes Magnusson + + * (PHP_5_2) + sapi/apache2filter/sapi_apache2.c: + Fix build + +2006-11-04 Pierre-Alain Joye + + * (PHP_5_2) + NEWS + ext/gd/libgd/gd.c + ext/gd/tests/bug39366.phpt: + - MFH #39366, imagerotate does not use alpha with angles>45 + + * ext/gd/libgd/gd.c + ext/gd/tests/bug39366.phpt + ext/gd/tests/bug39366.phpt: + - #39366, imagerotate does not use alpha with angles>45 + + * (PHP_5_2) + NEWS: + - #39273 entry + + * ext/gd/libgd/gd.c + ext/gd/tests/bug39273.phpt: + - MFB: #39273, imagecopyresized and alpha channel + + * (PHP_5_2) + ext/gd/libgd/gd.c + ext/gd/tests/bug39273.phpt + ext/gd/tests/bug39273.phpt: + - #39273, imagecopyresized and alpha channel + 2006-11-03 Ilia Alshanetsky * (PHP_5_2)