From b45872c2ec9e9ea685807530719a364f5e01c17e Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Mon, 26 Jan 2015 10:24:12 +0900 Subject: [PATCH] Fix typo in doc --- UPGRADING | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.40.0