summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2018-01-27 13:14:20 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2018-01-27 13:16:06 +0100
commit5d7b2ce961beab58ab8bcc9b3335e0d06781aec8 (patch)
tree9d05f5f020602f8d819564cfc6a3c1d022b7d557
parentce7ef7c282973a12d8c5bf4608ce107244392a3f (diff)
parent96595a232a7ad2031165152a2292ed3055507493 (diff)
downloadphp-git-5d7b2ce961beab58ab8bcc9b3335e0d06781aec8.tar.gz
Merge branch 'PHP-7.2' and add NEWS entry
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 35be09d627..e8cc9be530 100644
--- a/NEWS
+++ b/NEWS
@@ -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)