From: Andrei Zmievski Date: Thu, 6 Apr 2006 21:11:12 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-5.1.3RC3~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3d7abc2931d75c3edc55df6a6576bebde441bc00;p=php *** empty log message *** --- diff --git a/NEWS b/NEWS index b6ebcf73e0..c70d5788a2 100644 --- 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)