diff options
author | Julien Pauli <jpauli@php.net> | 2016-07-12 10:19:45 +0200 |
---|---|---|
committer | Julien Pauli <jpauli@php.net> | 2016-07-12 10:19:45 +0200 |
commit | d2d17e14eed8930fd31698de80e0d9ac77d4ea62 (patch) | |
tree | 53b87751c5e1801f04aa8394ebb0371d9656527a | |
parent | f5ccd71d0c1e1c2ac3470bb1798789376a921206 (diff) | |
download | php-git-d2d17e14eed8930fd31698de80e0d9ac77d4ea62.tar.gz |
Updated NEWS
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,6 +22,9 @@ PHP NEWS - PDO_pgsql: . Fixed bug #70313 (PDO statement fails to throw exception). (Matteo) +- SPL: + . Fixed bug #72122 (IteratorIterator breaks '@' error suppression). (kinglozzer) + 21 Jul 2016, PHP 5.6.24 - Core: |