]> granicus.if.org Git - php/commitdiff
[skip ci] Fix grammar/typo nits in docs
authorTyson Andre <tysonandre775@hotmail.com>
Sat, 1 Aug 2020 15:44:03 +0000 (11:44 -0400)
committerTyson Andre <tysonandre775@hotmail.com>
Sat, 1 Aug 2020 22:03:45 +0000 (18:03 -0400)
The PHP error message says "well-formed", not "well formed"

Fixes GH-5920

NEWS
UPGRADING
UPGRADING.INTERNALS

diff --git a/NEWS b/NEWS
index df92b5fe79e95eab0b885ab84d877e086d6cc40d..1dac12226ddc80c19ec2221cdb29ab605192fe72 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -99,11 +99,11 @@ PHP                                                                        NEWS
     that allow global flag to configure query() or evaluate() calls.
 
 - Enchant:
-  . Add LIBENCHANT_VERSION macro
-  . Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path
-    enchant_dict_add_to_personal and enchant_dict_is_in_session
-  . Add enchant_dict_add and enchant_dict_is_added functions
-  . Use libenchant-2 when available
+  . Add LIBENCHANT_VERSION macro.
+  . Deprecate enchant_broker_set_dict_path, enchant_broker_get_dict_path,
+    enchant_dict_add_to_personal and enchant_dict_is_in_session.
+  . Add enchant_dict_add and enchant_dict_is_added functions.
+  . Use libenchant-2 when available.
 
 - FPM:
   . Fixed bug #64865 (Search for .user.ini files from script dir up to
index cee09177bee1b9f18d3b17a72017c59ea5c40b32..d473c2609eecb6b9c560b9eb468258d7262cfc7b 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -226,7 +226,7 @@ PHP 8.0 UPGRADE NOTES
      - Increment and decrement operations
     The concept of a "leading-numeric string" has been mostly dropped; the
     cases where this remains exist in order to ease migration. Strings which
-    emitted an E_NOTICE "A non well formed numeric value encountered" will now
+    emitted an E_NOTICE "A non well-formed numeric value encountered" will now
     emit an E_WARNING "A non-numeric value encountered" and all strings which
     emitted an E_WARNING "A non-numeric value encountered" will now throw a
     TypeError. This mostly affects:
@@ -797,7 +797,7 @@ PHP 8.0 UPGRADE NOTES
    . env_method
    . enc_password
  . ZipArchive::addEmptyDir, ZipArchive::addFile and aZipArchive::addFromString
-   methods have a new "flags" argument. This allow to manage name encoding
+   methods have a new "flags" argument. This allows managing name encoding
    (ZipArchive::FL_ENC_*) and entry replacement (ZipArchive::FL_OVERWRITE)
  . ZipArchive::extractTo now restore file modification time.
 
index e4a8e98de3f2452683685313184acfe2b711f74c..f8020157d5c0fbca71c523f03b0ed3d6d499eb69 100644 (file)
@@ -209,7 +209,7 @@ PHP 8.0 INTERNALS UPGRADE NOTES
         with extremely constrained memory, and compilation fails with an "out
         of memory" message, add "-O0" to CFLAGS.
 
-    5.  build system and provider are displayed in phpinfo from enviroment:
+    5.  build system and provider are displayed in phpinfo from environment:
         - PHP_BUILD_SYSTEM (default is same as PHP_UNAME)
         - PHP_BUILD_PROVIDER (no default)