forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
23 lines (17 loc) · 770 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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)
. 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! >>>