1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00
Files
archived-php-src/NEWS
2022-09-08 11:13:02 +02:00

22 lines
665 B
Plaintext

PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, 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)
- 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! >>>