mirror of
https://github.com/php/php-src.git
synced 2024-11-27 11:53:33 +08:00
3be0ce653b
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.
27 lines
826 B
Plaintext
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! >>>
|