]> granicus.if.org Git - php/commitdiff
Update NEWS
authorXinchen Hui <laruence@php.net>
Fri, 6 Feb 2015 14:47:16 +0000 (22:47 +0800)
committerXinchen Hui <laruence@php.net>
Fri, 6 Feb 2015 14:47:16 +0000 (22:47 +0800)
NEWS

diff --git a/NEWS b/NEWS
index 6d01918955592a75b06802f91c10b040cd31d675..0f1d118c49722408cf0e9845c255fdd8103c63a8 100644 (file)
--- a/NEWS
+++ b/NEWS
 - PCRE:
   . Removed support for the /e (PREG_REPLACE_EVAL) modifier. (Nikita)
 
+- PDO:
+  . Fixed bug #59450 (./configure fails with "Cannot find php_pdo_driver.h").
+    (maxime dot besson at smile dot fr)
+
 - PDO_mysql:
   . Fixed bug #68424 (Add new PDO mysql connection attr to control multi
     statements option). (peter dot wolanin at acquia dot com)