From: Yasuo Ohgaki Date: Mon, 26 Jan 2015 01:24:12 +0000 (+0900) Subject: Fix typo in doc X-Git-Tag: PRE_PHP7_REMOVALS~21^2~76^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b45872c2ec9e9ea685807530719a364f5e01c17e;p=php Fix typo in doc --- 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()