2015-07-21 22:36:36 +08:00
|
|
|
PHP NEWS
|
1999-07-23 07:54:54 +08:00
|
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
2022-08-30 23:17:15 +08:00
|
|
|
?? ??? ????, PHP 8.3.0alpha1
|
2022-08-16 23:39:53 +08:00
|
|
|
|
2022-02-09 02:28:24 +08:00
|
|
|
- CLI:
|
|
|
|
. Added pdeathsig to builtin server to terminate workers when the master
|
|
|
|
process is killed. (ilutov)
|
|
|
|
|
2022-08-26 22:33:47 +08:00
|
|
|
- Core:
|
|
|
|
. Fixed bug GH-9388 (Improve unset property and __get type incompatibility
|
|
|
|
error message). (ilutov)
|
2022-09-27 05:02:56 +08:00
|
|
|
. SA_ONSTACK is now set for signal handlers to be friendlier to other
|
|
|
|
in-process code such as Go's cgo. (Kévin Dunglas)
|
2022-10-16 18:21:40 +08:00
|
|
|
. SA_ONSTACK is now set when signals are disabled. (Kévin Dunglas)
|
2022-10-22 17:17:27 +08:00
|
|
|
. Fix GH-9649: Signal handlers now do a no-op instead of crashing when
|
|
|
|
executed on threads not managed by TSRM. (Kévin Dunglas)
|
2022-11-02 21:55:08 +08:00
|
|
|
. Fixed potential NULL pointer dereference Windows shm*() functions. (cmb)
|
2022-07-26 18:52:48 +08:00
|
|
|
. Added shadow stack support for fibers. (Chen Hu)
|
2022-11-11 22:55:03 +08:00
|
|
|
. Fix bug GH-9965 (Fix accidental caching of default arguments with side
|
|
|
|
effects). (ilutov)
|
2022-08-26 22:33:47 +08:00
|
|
|
|
2022-10-03 04:26:17 +08:00
|
|
|
- Fileinfo:
|
|
|
|
. Upgrade bundled libmagic to 5.43. (Anatol)
|
|
|
|
|
2022-09-09 00:19:34 +08:00
|
|
|
- FPM:
|
|
|
|
. The status.listen shared pool now uses the same php_values (including
|
|
|
|
expose_php) and php_admin_value as the pool it is shared with. (dwxh)
|
|
|
|
|
2022-11-09 06:47:30 +08:00
|
|
|
- GD:
|
|
|
|
. Fixed bug #81739: OOB read due to insufficient input validation in
|
|
|
|
imageloadfont(). (CVE-2022-31630) (cmb)
|
|
|
|
|
|
|
|
- Hash:
|
|
|
|
. Fixed bug #81738: buffer overflow in hash_update() on long parameter.
|
|
|
|
(CVE-2022-37454) (nicky at mouha dot be)
|
|
|
|
|
2022-10-08 21:45:59 +08:00
|
|
|
- JSON:
|
|
|
|
. Implemented RFC: json_validate()
|
|
|
|
https://wiki.php.net/rfc/json_validate (Juan Morales)
|
|
|
|
|
2022-09-03 00:29:56 +08:00
|
|
|
- Opcache:
|
|
|
|
. Added start, restart and force restart time to opcache's
|
2022-10-08 21:56:29 +08:00
|
|
|
phpinfo section. (Mikhail Galanin)
|
|
|
|
. Fix GH-9139: Allow FFI in opcache.preload when opcache.preload_user=root.
|
|
|
|
(Arnaud, Kapitan Oczywisty)
|
|
|
|
. Made opcache.preload_user always optional in the cli and phpdbg SAPIs.
|
|
|
|
(Arnaud)
|
2022-09-09 17:04:38 +08:00
|
|
|
|
2022-10-16 18:21:40 +08:00
|
|
|
- PCNTL:
|
|
|
|
. SA_ONSTACK is now set for pcntl_signal. (Kévin Dunglas)
|
2022-11-12 03:15:58 +08:00
|
|
|
. Added SIGINFO constant. (David Carlier)
|
2022-10-16 18:21:40 +08:00
|
|
|
|
2022-09-05 02:52:21 +08:00
|
|
|
- Posix:
|
|
|
|
. Added posix_sysconf. (David Carlier)
|
|
|
|
|
2022-11-09 06:47:30 +08:00
|
|
|
- Reflection:
|
|
|
|
. Fix GH-9470 (ReflectionMethod constructor should not find private parent
|
|
|
|
method). (ilutov)
|
|
|
|
|
2022-02-09 02:28:24 +08:00
|
|
|
- Sockets:
|
|
|
|
. Added SO_ATTACH_REUSEPORT_CBPF socket option, to give tighter control
|
2022-10-08 21:56:29 +08:00
|
|
|
over socket binding for a cpu core. (David Carlier)
|
2022-10-08 09:48:24 +08:00
|
|
|
. Added SKF_AD_QUEUE for cbpf filters. (David Carlier)
|
2022-10-29 03:08:46 +08:00
|
|
|
. Added socket_atmark if send/recv needs using MSG_OOB. (David Carlier)
|
2021-10-05 22:27:03 +08:00
|
|
|
|
2022-11-16 02:36:38 +08:00
|
|
|
- Standard:
|
|
|
|
. E_NOTICEs emitted by unserialized() have been promoted to E_WARNING. (timwolla)
|
|
|
|
|
2022-10-05 21:31:28 +08:00
|
|
|
- Streams:
|
|
|
|
. Fixed bug #51056: blocking fread() will block even if data is available.
|
|
|
|
(Jakub Zelenka)
|
|
|
|
|
2013-05-17 17:22:04 +08:00
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|