summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-12-05 17:05:21 +0100
committerJulien Pauli <jpauli@php.net>2014-12-05 17:05:21 +0100
commit3add3491b3c0d48aa5278163664e5dc66c024419 (patch)
tree45c81e686911880e033a33ef885c9b90882d149c
parent4c0bd5e77a11d4e766ca523a54593a5c14a3f5df (diff)
downloadphp-git-3add3491b3c0d48aa5278163664e5dc66c024419.tar.gz
Updated NEWS
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2e8b8876a6..d62f125028 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,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)
+
- SPL:
. Fixed bug #66405 (RecursiveDirectoryIterator::CURRENT_AS_PATHNAME
breaks the RecursiveIterator). (Paul Garvin)