]> granicus.if.org Git - php/commitdiff
MFB: Fixed bug #44166 (Parameter handling flaw in
authorIlia Alshanetsky <iliaa@php.net>
Mon, 3 Mar 2008 21:14:19 +0000 (21:14 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 3 Mar 2008 21:14:19 +0000 (21:14 +0000)
PDO::getAvailableDrivers())

NEWS

diff --git a/NEWS b/NEWS
index e8789d910649fc974a3ce52c3d65707e90698272..e8f50f270381a3014f3d929cb3d050d713eb6073 100644 (file)
--- 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)