summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2015-01-26 10:24:12 +0900
committerYasuo Ohgaki <yohgaki@php.net>2015-01-26 10:24:12 +0900
commitb45872c2ec9e9ea685807530719a364f5e01c17e (patch)
tree53b1c86c52d7f2fd1aeceb0d6edecc951e7b1a49
parent7b179808758264cdde9aee2aa526d870e53ed75b (diff)
downloadphp-git-b45872c2ec9e9ea685807530719a364f5e01c17e.tar.gz
Fix typo in doc
-rw-r--r--UPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 668ff87aec..d13aba7a22 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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()