diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2016-12-15 16:16:45 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2016-12-15 16:16:45 +0900 |
commit | 577b081a20c8128fba0d2e17253d030e38309fc5 (patch) | |
tree | 070117317547444e79800025f177502411b7d306 | |
parent | 51360480649628a58b4c06940b6c4ad49ff31186 (diff) | |
download | php-git-577b081a20c8128fba0d2e17253d030e38309fc5.tar.gz |
Add missing UPGRADING entry. Manual is updated before 7.0 release.
-rw-r--r-- | UPGRADING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -484,6 +484,7 @@ Other is defined in the interface. . session.lazy_write(default=On) INI setting enables only write session data when session data is updated. + . session_regenerate_id() saves current $_SESSION before creating new session ID. - Opcache . Removed opcache.load_comments configuration directive. Now doc comments |