From: Date: Sun, 21 Nov 2004 01:36:52 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~649 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a1f6b537ada3c91d225a51881184cd1927d5eca;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3bd071ae60..57bf297f0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2004-11-20 Stefan Esser + + * main/rfc1867.c: + Fixed: strip quotes from filename + +2004-11-20 Pierre-Alain Joye + + * (PHP_4_3) + NEWS: + - Entry for #30229 + + * (PHP_4_3) + ext/gd/libgd/gd.c: + - Fix #30229, imagerectangle draw the corners twice, making it useless + with alpha channel. + Fix it to work well with thick>1 as well, both filled and wired + rectangle + + * ext/gd/libgd/gdft.c: + - Attempt to fix #28598, bug introduced in GD (around php 4.3.4) + The way they fix MS Symbol are wrong, multiple faces support hould added + later, safer. + + Please test it with your weird fonts, if it works, MFH will be done. + +2004-11-20 Rob Richards + + * (PHP_5_0) + ext/com_dotnet/com_handlers.c: + MFH: fix crash when calling com methods + - due to change in Zend + + * ext/com_dotnet/com_handlers.c: + fix crash when calling com methods + - due to change in Zend + 2004-11-19 Antony Dovgal * (PHP_4_3)