]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Fri, 26 May 2000 02:15:07 +0000 (02:15 +0000)
committer <changelog@php.net> <>
Fri, 26 May 2000 02:15:07 +0000 (02:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index dd325942a861fd91281f32610f2db28138d278a2..200912ab3c58356f22738a05e3ee806a7459e178 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,12 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 2000, Version 4.0.1
+- Added second argument to preg_quote() which allows quoting of
+  one additional character, usually the regex delimiter. (Andrei)
+- Uncommitted outstanding OCI8 transactions are now rolled back
+  before the connection is closed. (Thies)
+- ignore_user_abort() & friends should now work in CGI mode as well.
+  (Patch by daniel.braun@ercom.fr)
 - Added extension YAZ (dickmeiss).
 - Fixed a crash bug triggered by certain cases of class redeclarations
   (Stanislav & Zeev, Zend Engine)