Skip to content

Commit 3f67798

Browse files
committed
[skip ci] Fix typos in NEWS
1 parent 9f4d1b9 commit 3f67798

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PHP NEWS
1010
(Nikita)
1111
. Fixed bug #49555 (Fatal error "Function must be a string" message should be
1212
renamed). (Nikita)
13-
. Fixed bug #70839 (Convertion optional argument to variadic forbidden by LSP
13+
. Fixed bug #70839 (Converting optional argument to variadic forbidden by LSP
1414
checks). (Nikita)
1515

1616
- CURL:
@@ -19,7 +19,7 @@ PHP NEWS
1919
- Date:
2020
. Fixed bug #65547 (Default value for sunrise/sunset zenith still wrong).
2121
(cmb)
22-
. Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
22+
. Fixed bug #69044 (discrepancy between time and microtime). (krakjoe)
2323

2424
- DOM:
2525
. Add property DOMXPath::$registerNodeNamespaces and constructor argument
@@ -57,7 +57,7 @@ PHP NEWS
5757
. Fixed #60594 (mysqlnd exposes 160 lines of stats in phpinfo). (PeeHaa)
5858

5959
- OpCache:
60-
. Fixed bug #78654 (Incorrectly computed opcache checksum on files with
60+
. Fixed bug #78654 (Incorrectly computed opcache checksum on files with
6161
non-ascii characters). (mhagstrand)
6262

6363
- PCRE:
@@ -79,7 +79,7 @@ PHP NEWS
7979
. Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
8080

8181
- Reflection:
82-
. Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error
82+
. Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error
8383
message with traits). (villfa)
8484

8585
- Session:
@@ -113,7 +113,7 @@ PHP NEWS
113113
. Fixed bug #76874 (xml_parser_free() should never leak memory). (Nikita)
114114

115115
- XMLWriter:
116-
. Changed functions to accept/return XMKWriter objects instead of resources.
116+
. Changed functions to accept/return XMLWriter objects instead of resources.
117117
(cmb)
118118

119119
- Zip:

0 commit comments

Comments
 (0)