diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2018-01-27 13:14:20 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2018-01-27 13:16:06 +0100 |
commit | 5d7b2ce961beab58ab8bcc9b3335e0d06781aec8 (patch) | |
tree | 9d05f5f020602f8d819564cfc6a3c1d022b7d557 | |
parent | ce7ef7c282973a12d8c5bf4608ce107244392a3f (diff) | |
parent | 96595a232a7ad2031165152a2292ed3055507493 (diff) | |
download | php-git-5d7b2ce961beab58ab8bcc9b3335e0d06781aec8.tar.gz |
Merge branch 'PHP-7.2' and add NEWS entry
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -151,6 +151,8 @@ PHP NEWS loop). (jhdxr) . Fixed bug #74372 (autoloading file with syntax error uses next autoloader, may hide parse error). (Nikita) + . Fixed bug #75878 (RecursiveTreeIterator::setPostfix has wrong signature). + (cmb) - SQLite3: . Updated bundled libsqlite to 3.22.0. (cmb) |