summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-02-06 22:47:16 +0800
committerXinchen Hui <laruence@php.net>2015-02-06 22:47:16 +0800
commite033af4ed6a811f0710acaba166a4924cda7f73e (patch)
tree40a5d09ec258c20d5ce14304d60669fef632404e
parent2bdf8d30b4fcb4e8e7fe1f1b468132b3513c52c0 (diff)
downloadphp-git-e033af4ed6a811f0710acaba166a4924cda7f73e.tar.gz
Update NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6d01918955..0f1d118c49 100644
--- a/NEWS
+++ b/NEWS
@@ -98,6 +98,10 @@
- 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)