summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyson Andre <tysonandre775@hotmail.com>2020-01-26 11:53:42 -0500
committerTyson Andre <tysonandre775@hotmail.com>2020-01-26 16:13:02 -0500
commit3f6779879cf7a293541ea10cd2852c9f45cbe73f (patch)
treea5884192813d6a97dbdf56438845d8747b86f096
parent9f4d1b99362f4bf00b8ea27fca39af2faf6bb634 (diff)
downloadphp-git-3f6779879cf7a293541ea10cd2852c9f45cbe73f.tar.gz
[skip ci] Fix typos in NEWS
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 49cc899370..8290ac3d81 100644
--- a/NEWS
+++ b/NEWS
@@ -10,7 +10,7 @@ PHP NEWS
(Nikita)
. Fixed bug #49555 (Fatal error "Function must be a string" message should be
renamed). (Nikita)
- . Fixed bug #70839 (Convertion optional argument to variadic forbidden by LSP
+ . Fixed bug #70839 (Converting optional argument to variadic forbidden by LSP
checks). (Nikita)
- CURL:
@@ -19,7 +19,7 @@ PHP NEWS
- Date:
. Fixed bug #65547 (Default value for sunrise/sunset zenith still wrong).
(cmb)
- . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
+ . Fixed bug #69044 (discrepancy between time and microtime). (krakjoe)
- DOM:
. Add property DOMXPath::$registerNodeNamespaces and constructor argument
@@ -57,7 +57,7 @@ PHP NEWS
. Fixed #60594 (mysqlnd exposes 160 lines of stats in phpinfo). (PeeHaa)
- OpCache:
- . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
+ . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
non-ascii characters). (mhagstrand)
- PCRE:
@@ -79,7 +79,7 @@ PHP NEWS
. Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
- Reflection:
- . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error
+ . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error
message with traits). (villfa)
- Session:
@@ -113,7 +113,7 @@ PHP NEWS
. Fixed bug #76874 (xml_parser_free() should never leak memory). (Nikita)
- XMLWriter:
- . Changed functions to accept/return XMKWriter objects instead of resources.
+ . Changed functions to accept/return XMLWriter objects instead of resources.
(cmb)
- Zip: