]> granicus.if.org Git - php/commitdiff
Typo..
authorPáll Haraldsson <Pall.Haraldsson@gmail.com>
Thu, 21 Jul 2016 20:56:18 +0000 (20:56 +0000)
committerGitHub <noreply@github.com>
Thu, 21 Jul 2016 20:56:18 +0000 (20:56 +0000)
[skip ci]

UPGRADING

index 553b43fb11a338bd0e594958d5225c85a76f98dc..5400a2eee688581837ac91aa31bd9c1708ff747d 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -311,7 +311,7 @@ PHP 7.1 UPGRADE NOTES
 - Core:
   . Support for long and UTF-8 path;
 
-    If an application is UTF-8 conform, no further action is required. For
+    If an application is UTF-8 conforming, no further action is required. For
     applications depending on paths in non UTF-8 encodings for I/O, an explicit
     INI directive has to be set. The encoding INI settings check relies on the
     order in the core:
@@ -319,7 +319,7 @@ PHP 7.1 UPGRADE NOTES
       - default_charset
       - zend.multibyte
 
-    Several functions for codepage handling were itroduced:
+    Several functions for codepage handling were introduced:
       - sapi_windows_cp_set() to set the default codepage
       - sapi_windows_cp_get() to retrieve the current codepage
       - sapi_windows_cp_is_utf8()