changelog               Thu Jan 17 20:13:30 2002 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  NEWS update
  
Index: php4/NEWS
diff -u php4/NEWS:1.851 php4/NEWS:1.852
--- php4/NEWS:1.851     Thu Jan 17 12:26:38 2002
+++ php4/NEWS   Thu Jan 17 20:13:30 2002
@@ -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)


Reply via email to