From: Date: Fri, 19 Jan 2001 02:09:21 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~525 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fe074d7525f1b8a322c257770e82ea5541f8ab7;p=php NEWS update --- diff --git a/NEWS b/NEWS index 05ef0525f4..e692732511 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 200?, Version 4.0.5 +- Added the pg_lolseek and pg_lotell functions (Derick) +- Fixed 'O' and 'r' flags of date() to have correct sign for timezone + offset. (Andrei) - Changed 'Z' flag to date() to always return timezone offset with negative sign if it's west of UTC. (Andrei) - Add the HTML_Processor class which provides common functions for processing HTML.