changelog Sat Nov 20 20:36:53 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1809&r2=1.1810&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1809 php-src/ChangeLog:1.1810
--- php-src/ChangeLog:1.1809 Fri Nov 19 20:36:16 2004
+++ php-src/ChangeLog Sat Nov 20 20:36:52 2004
@@ -1,3 +1,39 @@
+2004-11-20 Stefan Esser <[EMAIL PROTECTED]>
+
+ * main/rfc1867.c:
+ Fixed: strip quotes from filename
+
+2004-11-20 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -12882,7 +12918,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1809 2004/11/20
01:36:16 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1810 2004/11/21
01:36:52 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>