update NEWS
authorAdam Baratz <adambaratz@php.net>
Mon, 26 Nov 2018 15:39:24 +0000 (10:39 -0500)
committerAdam Baratz <adambaratz@php.net>
Mon, 26 Nov 2018 15:39:24 +0000 (10:39 -0500)
NEWS

diff --git a/NEWS b/NEWS
index fad14571e3724b390fe47ceb96be23ada6c714a6..3d6069e9e375b092cfbdcc682b730f8975eb9fb3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,10 @@ PHP                                                                        NEWS
   . Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
     (cmb)
 
+- PDO:
+  . Handle invalid index passed to PDOStatement::fetchColumn() as error. (Sergei
+    Morozov)
+
 - Soap:
   . Fixed bug #77088 (Segfault when using SoapClient with null options).
     (Laruence)