]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Fri, 18 Jan 2002 01:13:30 +0000 (01:13 +0000)
committer <changelog@php.net> <>
Fri, 18 Jan 2002 01:13:30 +0000 (01:13 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3532c9774eff7786b4f629fd8d3b5cf29a86be34..184158e95a441a7a242ec429c17237c9867bdb1b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,12 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.2.0-dev
+- Don't touch any globals in session_unset() if register_globals is set
+  to off. (Thies)
+- Added 3 new optional parameters to OCIFetchStatement(). They control
+  the number of rows to skip at the beginning of the cursor, the
+  maximun numer of rows that should be fetched and the format of the
+  returned array. (Thies)
 - Update the XSLT extension to support Sablotron 0.8 (Petr Cimprich)
 - Fixed a bug in preg_match()/preg_match_all() when matching strings containing
   null bytes. (Andrei)