changelog Sun May 9 20:32:12 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1623&r2=1.1624&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1623 php-src/ChangeLog:1.1624
--- php-src/ChangeLog:1.1623 Sat May 8 20:35:06 2004
+++ php-src/ChangeLog Sun May 9 20:32:12 2004
@@ -1,3 +1,71 @@
+2004-05-09 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/dir.c:
+ MFH: Fixed bug #28289 (incorrect resolving of relative paths by glob() in
+ windows).
+
+ * ext/standard/dir.c:
+ Fixed bug #28289 (incorrect resolving of relative paths by glob() in
+ windows).
+
+ * NEWS:
+ GD bug fixing news.
+
+ * ext/gd/libgd/gd.c:
+ Fixed bug #28304 (Missing bounds check inside imagefilter()).
+
+ * ext/gd/libgd/gd_topal.c:
+ Fixed bug #28311 (Transparency detection code is off by 1).
+
+ * ext/gd/gd.c:
+ Fixed bug #28267 (php_image_filter_contrast calls gdImageBrightness).
+
+ * (PHP_4_3)
+ NEWS
+ ext/gd/gd.c
+ ext/gd/libgd/gdft.c:
+ MFH:
+ Upgrade bundled GD library to 2.0.23.
+ Fixed bug #28175 (build problem for people using FreeType 2.1.0-2.1.2).
+
+ * ext/gd/gd.c
+ ext/gd/libgd/gdft.c:
+ Upgrade bundled GD library to 2.0.23.
+ Fixed bug #28175 (build problem for people using FreeType 2.1.0-2.1.2).
+
+2004-05-09 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/com_dotnet/com_com.c
+ ext/com_dotnet/com_extension.c
+ ext/com_dotnet/com_persist.c
+ ext/com_dotnet/config.w32
+ ext/com_dotnet/php_com_dotnet_internal.h:
+ Implement com_get_active_object() and a helper object for working with
+ persistent COM objects.
+ (That's the last of the stuff I want to sneak in before 5.0 is released).
+
+ * ext/com_dotnet/com_misc.c:
+ Urgh!
+ Use the correct function to free messages from php_win_err(), otherwise
+ we say hello to Mr. S. Fault.
+
+2004-05-09 Derick Rethans <[EMAIL PROTECTED]>
+
+ * NEWS:
+ - Fixed news
+
+2004-05-09 John Coggeshall <[EMAIL PROTECTED]>
+
+ * NEWS:
+ Tell ppl about it.
+
+2004-05-09 Stanislav Malyshev <[EMAIL PROTECTED]>
+
+ * ext/standard/proc_open.c:
+ Add __EXTENSIONS__ define - otherwise it won't compile on Solaris
+
2004-05-08 Sergey Kartashoff <[EMAIL PROTECTED]>
* ext/mnogosearch/php_mnogo.c
@@ -2913,7 +2981,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1623 2004/05/09 00:35:06
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1624 2004/05/10 00:32:12
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>