]> granicus.if.org Git - php/commitdiff
Crash fix news.
authorAndrei Zmievski <andrei@php.net>
Sat, 10 Nov 2001 23:58:23 +0000 (23:58 +0000)
committerAndrei Zmievski <andrei@php.net>
Sat, 10 Nov 2001 23:58:23 +0000 (23:58 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a8984a8668d37c2e3480c4155675bf7f0b1747ef..31184c0c57c2b85ca1e6141c51daf68cc1676979 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -75,6 +75,11 @@ PHP 4.0                                                                    NEWS
 - Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha)
 
 ?? ??? 200?, Version 4.1.0
+- Fixed a bug preg_match_all() that would return results under improper indices
+  in certain cases. (Andrei)
+- Fixed a crash in str_replace() that would happen if search parameter was an
+  array and one of the replacements results in subject string being empty.
+  (Andrei)
 - Fixed MySQL extension to work with MySQL 4.0 (Jani)
 - Fixed a crash bug within Cobalt systems. Patch by tomc@tripac.com. (Jani)
 - Now bundling Dan Libby's xmlrpc-epi extension