mirror of
https://github.com/php/php-src.git
synced 2026-03-28 10:12:18 +01:00
* PHP-8.1: Fix GH-9583: session_create_id() fails with user defined save handler that doesn't have a validateId() method
26 lines
897 B
Plaintext
26 lines
897 B
Plaintext
PHP NEWS
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
?? ??? ????, PHP 8.3.0alpha1
|
|
|
|
- Core:
|
|
. Fixed bug GH-9388 (Improve unset property and __get type incompatibility
|
|
error message). (ilutov)
|
|
. SA_ONSTACK is now set for signal handlers to be friendlier to other
|
|
in-process code such as Go's cgo. (Kévin Dunglas)
|
|
|
|
- Opcache:
|
|
. Added start, restart and force restart time to opcache's
|
|
phpinfo section. (Mikhail Galanin)
|
|
. Fix GH-9139: Allow FFI in opcache.preload when opcache.preload_user=root
|
|
(Arnaud, Kapitan Oczywisty)
|
|
|
|
- Posix:
|
|
. Added posix_sysconf. (David Carlier)
|
|
|
|
- CLI:
|
|
. Added pdeathsig to builtin server to terminate workers when the master
|
|
process is killed. (ilutov)
|
|
|
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|