1
0
mirror of https://github.com/php/php-src.git synced 2026-04-26 17:38:14 +02:00

Align NEWS entry format

This commit is contained in:
Lior Kaplan
2016-02-05 01:13:19 +02:00
parent 08e43f5c1e
commit 7a225d1a3e
+4 -3
View File
@@ -29,13 +29,14 @@ PHP NEWS
. Implemented FR #48532 (Allow pg_fetch_all() to index numerically). (Yasuo)
- Session:
. Improved fix for bug #68063 (Empty session IDs do still start sessions). (Yasuo)
. Improved fix for bug #68063 (Empty session IDs do still start sessions).
(Yasuo)
. Fixed bug #71038 (session_start() returns TRUE on failure).
Session save handlers must return 'string' always for successful read.
i.e. Non-existing session read must return empty string. PHP 7.0 is made
not to tolerate buggy return value. (Yasuo)
. Fixed bug #71394 (session_regenerate_id() must close opened session on errors).
(Yasuo)
. Fixed bug #71394 (session_regenerate_id() must close opened session on
errors). (Yasuo)
- SQLite3:
. Implemented FR #71159 (Upgraded bundled SQLite lib to 3.9.2). (Laruence)