]> granicus.if.org Git - php/commitdiff
tuning
authorfoobar <sniper@php.net>
Mon, 16 Sep 2002 15:49:18 +0000 (15:49 +0000)
committerfoobar <sniper@php.net>
Mon, 16 Sep 2002 15:49:18 +0000 (15:49 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c5a40ab7416a141510275fb1591ef05317c10d79..239b5c3cc0e07b24d21e0305090fcaf5fa0da6de 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,10 @@ PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ? ? ??? 2002, Version 4.3.0
 - Upgraded PCRE to version 3.9. (Wez)
-- OCIResult() could return garbage if called on empty result-sets. (thies)
+- Fixed bug in OCIResult() which returned garbage when called on 
+  empty result-sets. (Thies)
 - Added ability to use Perl-style ${n} subpattern references in the
-  replacement string for preg_replace(). Takes care of bug #18442. (Andrei)
+  replacement string for preg_replace() (bug #18442). (Andrei)
 - Fixed array_merge_recursive() to avoid problems with merging cyclical
   arrays (bug #16064). (Andrei)
 - Made function_exists() work properly with disabled functions. (Andrei)