From: Zeev Suraski Date: Thu, 21 Jun 2001 15:07:14 +0000 (+0000) Subject: Update NEWS X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3739f10a4df62226a8a5f34d04f1e74acffda79;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 466d61f1df..5e057f48ad 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.7-dev +- Fixed a crash bug in the string-offsets implementation (Zeev, Zend Engine) +- Improved the implementation of parent::method_name() for classes which use + run-time inheritence (Zeev, Zend Engine) - 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