summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)