diff options
author | Julien Pauli <jpauli@php.net> | 2014-12-05 17:06:16 +0100 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2014-12-05 17:06:16 +0100 |
commit | 0e67973e9a2707f0010ac9a65020f62b5cb104fb (patch) | |
tree | 743005d5604f79c0769d8fd9f32fc827cf3d8761 | |
parent | 5104c2bbc3cff9fd18e61a107166eba6ab356bba (diff) | |
download | php-git-0e67973e9a2707f0010ac9a65020f62b5cb104fb.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,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) |