diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2015-01-26 10:24:12 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2015-01-26 10:24:12 +0900 |
commit | b45872c2ec9e9ea685807530719a364f5e01c17e (patch) | |
tree | 53b1c86c52d7f2fd1aeceb0d6edecc951e7b1a49 | |
parent | 7b179808758264cdde9aee2aa526d870e53ed75b (diff) | |
download | php-git-b45872c2ec9e9ea685807530719a364f5e01c17e.tar.gz |
Fix typo in doc
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ PHP X.Y UPGRADE NOTES . session_start() accepts all INI settings as array. e.g. ['cache_limiter'=>'private'] sets session.cache_limiter=private. It also supports 'read_and_close' which closes session data immediately after read data. - . Save handlers accpets validate_sid(), update_timestamp() which validates session + . Save handler accepts validate_sid(), update_timestamp() which validates session ID existence, updates timestamp of session data. Compatibility of old user defined save handler is retained. . SessionUpdateTimestampHandlerInterface is added. validateSid(), updateTimestamp() |