php-src/NEWS

24 lines
770 B
Plaintext
Raw Normal View History

2015-07-21 14:36:36 +00:00
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2022-08-30 15:17:15 +00:00
?? ??? ????, PHP 8.3.0alpha1
- Core:
. Fixed bug GH-9388 (Improve unset property and __get type incompatibility
error message). (ilutov)
- Opcache:
. Added start, restart and force restart time to opcache's
phpinfo section. (Mikhail Galanin)
2022-09-09 09:04:38 +00:00
. Fix GH-9139: Allow FFI in opcache.preload when opcache.preload_user=root
(Arnaud, Kapitan Oczywisty)
2022-09-04 18:52:21 +00:00
- 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! >>>