]> granicus.if.org Git - php/commitdiff
*** empty log message ***
authorAndrei Zmievski <andrei@php.net>
Thu, 6 Apr 2006 21:11:12 +0000 (21:11 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 6 Apr 2006 21:11:12 +0000 (21:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b6ebcf73e0f0b4744204d8b5ce1c6e13b17fac96..c70d5788a295b695721fb8a60a71efd094cd3ae3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 30 Mar 2006, PHP 5.1.3RC2
+- Fixed a bug that would not fill in the fifth argument to preg_replace() 
+  properly, if the variable was not declared previously. (Andrei)
 - Fixed safe_mode check for source argument of the copy() function. (Ilia)
 - Fixed mysqli bigint conversion under Windows (Georg)
 - Fixed XSS inside phpinfo() with long inputs. (Ilia)