Updated NEWS

This commit is contained in:
Julien Pauli 2015-01-09 16:26:10 +01:00
parent fb069be475
commit 32f761d7f8

4
NEWS
View File

@ -94,6 +94,10 @@
breaks the RecursiveIterator). (Paul Garvin)
. Fixed bug #68479 (Added escape parameter to SplFileObject::fputcsv). (Salathe)
- Sqlite3:
. Fix bug #68260 (SQLite3Result::fetchArray declares wrong
required_num_args). (Julien)
- Standard:
. Removed call_user_method() and call_user_method_array() functions. (Kalle)
. Fix user session handlers (See rfc:session.user.return-value). (Sara)