]> granicus.if.org Git - php/commitdiff
Fix typo in doc
authorYasuo Ohgaki <yohgaki@php.net>
Mon, 26 Jan 2015 01:24:12 +0000 (10:24 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Mon, 26 Jan 2015 01:24:12 +0000 (10:24 +0900)
UPGRADING

index 668ff87aecdea228f4e16c091783032382be21be..d13aba7a22906dd3a043e83dbd1f674ca99d74ef 100644 (file)
--- 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()