Skip to content

Commit 02758ec

Browse files
committed
[ci skip] Fixes in NEWS
1 parent 42575ac commit 02758ec

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

NEWS

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,17 @@ PHP NEWS
55
- Core:
66
. Fixed bug GH-12953 (false positive SSA integrity verification failed when
77
loading composer classmaps with more than 11k elements). (nielsdos)
8-
. Fixed bug GH-12999 (zend_strnlen build when strnlen is unsupported). (rainerjung)
9-
. Fixed bug GH-12966 (missing cross-compiling 3rd argument so Autoconf doesn't
10-
emit warnings). (Peter Kokot)
8+
. Fixed bug GH-12999 (zend_strnlen build when strnlen is unsupported).
9+
(rainerjung)
10+
. Fixed bug GH-12966 (missing cross-compiling 3rd argument so Autoconf
11+
doesn't emit warnings). (Peter Kokot)
12+
. Fixed bug GH-12854 (8.3 - as final trait-used method does not correctly
13+
report visibility in Reflection). (nielsdos)
1114

1215
- Cli:
1316
. Fix incorrect timeout in built-in web server when using router script and
1417
max_input_time. (ilutov)
1518

16-
- Core:
17-
. Fixed bug GH-12854 (8.3 - as final trait-used method does not correctly
18-
report visibility in Reflection). (nielsdos)
19-
2019
- DOM:
2120
. Fixed bug GH-12870 (Creating an xmlns attribute results in a DOMException).
2221
(nielsdos)

0 commit comments

Comments
 (0)