File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -5,18 +5,17 @@ PHP NEWS
5
5
- Core:
6
6
. Fixed bug GH-12953 (false positive SSA integrity verification failed when
7
7
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)
11
14
12
15
- Cli:
13
16
. Fix incorrect timeout in built-in web server when using router script and
14
17
max_input_time. (ilutov)
15
18
16
- - Core:
17
- . Fixed bug GH-12854 (8.3 - as final trait-used method does not correctly
18
- report visibility in Reflection). (nielsdos)
19
-
20
19
- DOM:
21
20
. Fixed bug GH-12870 (Creating an xmlns attribute results in a DOMException).
22
21
(nielsdos)
You can’t perform that action at this time.
0 commit comments