mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
[ci skip] Fixes in NEWS
This commit is contained in:
parent
42575ac966
commit
02758ec376
1 changed files with 6 additions and 7 deletions
13
NEWS
13
NEWS
|
@ -5,18 +5,17 @@ PHP NEWS
|
|||
- Core:
|
||||
. Fixed bug GH-12953 (false positive SSA integrity verification failed when
|
||||
loading composer classmaps with more than 11k elements). (nielsdos)
|
||||
. Fixed bug GH-12999 (zend_strnlen build when strnlen is unsupported). (rainerjung)
|
||||
. Fixed bug GH-12966 (missing cross-compiling 3rd argument so Autoconf doesn't
|
||||
emit warnings). (Peter Kokot)
|
||||
. Fixed bug GH-12999 (zend_strnlen build when strnlen is unsupported).
|
||||
(rainerjung)
|
||||
. Fixed bug GH-12966 (missing cross-compiling 3rd argument so Autoconf
|
||||
doesn't emit warnings). (Peter Kokot)
|
||||
. Fixed bug GH-12854 (8.3 - as final trait-used method does not correctly
|
||||
report visibility in Reflection). (nielsdos)
|
||||
|
||||
- Cli:
|
||||
. Fix incorrect timeout in built-in web server when using router script and
|
||||
max_input_time. (ilutov)
|
||||
|
||||
- Core:
|
||||
. Fixed bug GH-12854 (8.3 - as final trait-used method does not correctly
|
||||
report visibility in Reflection). (nielsdos)
|
||||
|
||||
- DOM:
|
||||
. Fixed bug GH-12870 (Creating an xmlns attribute results in a DOMException).
|
||||
(nielsdos)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue