@@ -10,7 +10,7 @@ PHP NEWS
10
10
(Nikita)
11
11
. Fixed bug #49555 (Fatal error "Function must be a string" message should be
12
12
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
14
14
checks). (Nikita)
15
15
16
16
- CURL:
@@ -19,7 +19,7 @@ PHP NEWS
19
19
- Date:
20
20
. Fixed bug #65547 (Default value for sunrise/sunset zenith still wrong).
21
21
(cmb)
22
- . Fixed bug #69044 (discrepency between time and microtime). (krakjoe)
22
+ . Fixed bug #69044 (discrepancy between time and microtime). (krakjoe)
23
23
24
24
- DOM:
25
25
. Add property DOMXPath::$registerNodeNamespaces and constructor argument
@@ -57,7 +57,7 @@ PHP NEWS
57
57
. Fixed #60594 (mysqlnd exposes 160 lines of stats in phpinfo). (PeeHaa)
58
58
59
59
- OpCache:
60
- . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
60
+ . Fixed bug #78654 (Incorrectly computed opcache checksum on files with
61
61
non-ascii characters). (mhagstrand)
62
62
63
63
- PCRE:
@@ -79,7 +79,7 @@ PHP NEWS
79
79
. Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)
80
80
81
81
- Reflection:
82
- . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error
82
+ . Fixed bug #78697 (ReflectionClass::implementsInterface - inaccurate error
83
83
message with traits). (villfa)
84
84
85
85
- Session:
@@ -113,7 +113,7 @@ PHP NEWS
113
113
. Fixed bug #76874 (xml_parser_free() should never leak memory). (Nikita)
114
114
115
115
- XMLWriter:
116
- . Changed functions to accept/return XMKWriter objects instead of resources.
116
+ . Changed functions to accept/return XMLWriter objects instead of resources.
117
117
(cmb)
118
118
119
119
- Zip:
0 commit comments