From: Colin Viebrock Date: Thu, 9 Nov 2000 21:33:16 +0000 (+0000) Subject: oops, forgot to document it :) X-Git-Tag: php-4.0.4RC3~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ecaf64a362f36f01c4203e0f4eaac2031b872ad7;p=php oops, forgot to document it :) --- diff --git a/NEWS b/NEWS index 868ce5d20a..263c032f62 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.4 +- Added 'r' flag to date() which generates an RFC822 formatted date, e.g. + "Thu, 9 Nov 2000 16:33:01 -0500" (Colin) - In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables as well (Zeev) - Allow user to use mysql_use_result in mysql queries (Stas)