From: Colin Viebrock Date: Thu, 26 Sep 2002 20:54:55 +0000 (+0000) Subject: document changes X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~145 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=219a978c54187b55daed2b6001983c7de88e6206;p=php document changes --- diff --git a/NEWS b/NEWS index 3387e8f9d8..4864011121 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ PHP 4 NEWS - Added platform independent socket error constants for better error handling. - Fixed include(), require() and GD functions to work with remote files under win32. (Wez) +- Update output of phpinfo() to use more CSS to reduce the file size, do + proper HTML escaping, and make it XHTML compliant. (Colin) - 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)