mirror of
https://github.com/php/php-src.git
synced 2026-04-10 17:43:13 +02:00
The deny_ptrace is a OS runtime setting and is off by default, at least on workstations flavors (fedora) however it might be different on production servers.
52 lines
1.8 KiB
Plaintext
52 lines
1.8 KiB
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)
|
|
. Fixed bug GH-7771 (Fix filename/lineno of constant expressions). (ilutov)
|
|
. Fixed bug GH-7792 (Improve class type in error messages). (ilutov)
|
|
|
|
- FPM:
|
|
. Emit error for invalid port setting. (David Carlier)
|
|
. Added extra check for FPM proc dumpable on SELinux based systems.
|
|
(David Carlier)
|
|
|
|
- Intl:
|
|
. Update all grandfathered language tags with preferred values
|
|
. Fixed GH-7939 (Cannot unserialize IntlTimeZone objects). (cmb)
|
|
|
|
- OCI8:
|
|
. Added oci8.prefetch_lob_size directive to tune LOB query performance
|
|
. Support for building against Oracle Client libraries 10.1 and 10.2 has been
|
|
dropped. Oracle Client libraries 11.2 or newer are now required.
|
|
|
|
- PDO_ODBC:
|
|
. Fixed bug #80909 (crash with persistent connections in PDO_ODBC). (Calvin
|
|
Buckley)
|
|
|
|
- Sodium:
|
|
. Added sodium_crypto_stream_xchacha20_xor_ic(). (Scott)
|
|
|
|
- Standard:
|
|
. net_get_interfaces() also reports wireless network interfaces on Windows.
|
|
(Yurun)
|
|
. Finished AVIF support in getimagesize(). (Yannis Guyon)
|
|
. Fixed bug GH-7847 (stripos with large haystack has bad performance).
|
|
(ilutov)
|
|
. New function memory_reset_peak_usage(). (Patrick Allaert)
|
|
|
|
- Zip:
|
|
. add ZipArchive::clearError() method
|
|
. add ZipArchive::getStreamName() method
|
|
. add ZipArchive::getStreamIndex() method
|
|
|
|
- Session:
|
|
. Fixed bug GH-7787 (Improve session write failure message for user error
|
|
handlers). (ilutov)
|
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|