From: Colin Viebrock Date: Wed, 20 Jun 2001 18:09:09 +0000 (+0000) Subject: entry X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46847de73bc7ef9f0937a3108eacb66392fe0197;p=php entry --- diff --git a/NEWS b/NEWS index 80fe5262d5..466d61f1df 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.7-dev +- added 'W' flag to date() function to return week number of year using + ISO 8601 standard (Colin) - Allow the PostgreSQL driver to do internal row counting when iterating through result sets. (gvz@2scale.net) - Updated ext/mysql/libmysql to version 3.23.39; Portability fixes, minor