summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-12-05 17:07:13 +0100
committerJulien Pauli <jpauli@php.net>2014-12-05 17:07:13 +0100
commitb7251a89dae88aa5d97b1cac93aee8e79ccbfd1c (patch)
tree105660a4270fd63d976614ae4138569c39e92e65
parent5a528076d2fcadfc832a6b2fd1a8955e1ff73ef9 (diff)
downloadphp-git-b7251a89dae88aa5d97b1cac93aee8e79ccbfd1c.tar.gz
Updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e922c510ef..d2e68d0b6c 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,10 @@ PHP NEWS
. Fixed bug #60509 (pcntl_signal doesn't decrease ref-count of old handler
when setting SIG_DFL). (Julien)
+- PDO_mysql:
+ . Fixed bug #68424 (Add new PDO mysql connection attr to control multi
+ statements option). (peter dot wolanin at acquia dot com)
+
- Reflection
. Fixed inheritance chain of Reflector interface (Tjerk)