]> granicus.if.org Git - php/commitdiff
Note that the GD functions now also work with remote files.
authorWez Furlong <wez@php.net>
Thu, 26 Sep 2002 01:20:38 +0000 (01:20 +0000)
committerWez Furlong <wez@php.net>
Thu, 26 Sep 2002 01:20:38 +0000 (01:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c34b51f783da79e9eb1f2065cba2d5f96b61807e..55d4f4b0faf19c6f8929e7f56be8436a37bafd2a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,8 @@ PHP 4                                                                      NEWS
 ? ? ??? 2002, Version 4.3.0
 - Changed y2k_compliance to default to 1 now. (Sascha)
 - Added platform independent socket error constants for better error handling.
-- Fixed include() and require() to work with remote files under win32. (Wez)
+- Fixed include(), require() and GD functions to work with remote files under
+  win32. (Wez)
 - Added php.ini option "auto_detect_line_endings" which enables PHP to detect
   Macintosh, Unix and Dos end-of-line characters in fgets() and file().
   Fixes Bug #16521. (Wez)