We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c514e8 commit 9de21baCopy full SHA for 9de21ba
UPGRADING
@@ -26,6 +26,10 @@ PHP 8.3 UPGRADE NOTES
26
(`fiber.stack_size-zend.reserved_stack_size` for fibers).
27
. Class constants can now be accessed dynamically using the C::{$name} syntax.
28
RFC: https://wiki.php.net/rfc/dynamic_class_constant_fetch
29
+ . Executing proc_get_status() multiple times will now always return the right
30
+ value. Previously, only the first call of the function returned the right
31
+ value. Executing proc_close() after proc_get_status() will now also return
32
+ the right exit code. Previously this would return -1.
33
34
========================================
35
2. New Features
0 commit comments