From: Ilia Alshanetsky Date: Mon, 3 Mar 2008 21:14:19 +0000 (+0000) Subject: MFB: Fixed bug #44166 (Parameter handling flaw in X-Git-Tag: php-5.2.6RC2~25 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d66c333851aa8137738afe7054f0c0f4e221af8;p=php MFB: Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers()) --- diff --git a/NEWS b/NEWS index e8789d9106..e8f50f2703 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? Mar 2008, PHP 5.2.6 - Fixed bug #44306 (Better detection of MIPS processors on Windows). (Ilia) +- Fixed bug #44166 (Parameter handling flaw in PDO::getAvailableDrivers()). + (Ilia) 27 Feb 2008, PHP 5.2.6RC1 - Fixed security issue detailed in CVE-2008-0599. (Rasmus)