1
0
mirror of https://github.com/php/php-src.git synced 2026-04-05 07:02:33 +02:00

Updated NEWS

This commit is contained in:
Julien Pauli
2014-12-05 17:06:16 +01:00
parent 5104c2bbc3
commit 0e67973e9a

4
NEWS
View File

@@ -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)