]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Mon, 17 Jun 2002 15:12:40 +0000 (15:12 +0000)
committerAndrei Zmievski <andrei@php.net>
Mon, 17 Jun 2002 15:12:40 +0000 (15:12 +0000)
NEWS

diff --git a/NEWS b/NEWS
index cf187c7552c70e24f3c9843fcdcc4b40c5c0bfe6..5440207bdd902607e8a1508cf73471348b0642da 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.2.2
+- Fixed ereg_replace() crash when the backreference number was greater than the 
+  number of captured subpatterns. (oliver@billix.franken.de)
 - Fixed array_rand() on thread-safe platforms such as Windows. (Edin)
 - Report the right exit code after a call to exit(). (Edin)