]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Fri, 19 Jan 2001 02:09:21 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Fri, 19 Jan 2001 02:09:21 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 05ef0525f46c5b6d02f0eb6b5c49067ee5d9db61..e692732511c7241bf6ac2be445011844399852f8 100644 (file)
--- 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.