summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2002-01-18 01:13:30 +0000
committer <changelog@php.net>2002-01-18 01:13:30 +0000
commit013072f880e920202a35f82b16dc27bf1e347757 (patch)
treee4423b2b70ea41237598b4b56025b54bd2618d56 /NEWS
parentb2e578256e17077bde6731335d1a243fb6311fc2 (diff)
downloadphp-git-013072f880e920202a35f82b16dc27bf1e347757.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3532c9774e..184158e95a 100644
--- 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)