php-src/NEWS
Yurun 3be0ce653b
Report wireless network interfaces on Windows too
There is no particular reason to exclude wireless network interfaces
from the results of `net_get_interfaces()` on Windows, especially since
`getifaddrs(3)` includes these as well.

Closes GH-7718.
2021-12-05 16:05:31 +01:00

27 lines
826 B
Plaintext

PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.2.0alpha1
- CLI:
. Fixed bug #81496 (Server logs incorrect request method). (lauri)
- Core:
. Fixed bug #81380 (Observer may not be initialized properly). (krakjoe)
- Intl:
. Update all grandfathered language tags with preferred values
- OCI8:
. Added oci8.prefetch_lob_size directive to tune LOB query performance
- Standard:
. net_get_interfaces() also reports wireless network interfaces on Windows.
(Yurun)
- Zip:
. add ZipArchive::clearError() method
. add ZipArchive::getStreamName() method
. add ZipArchive::getStreamIndex() method
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>