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 67679e3 commit 22ec523Copy full SHA for 22ec523
UPGRADING
@@ -24,6 +24,10 @@ PHP 8.3 UPGRADE NOTES
24
Error when using more than
25
`zend.max_allowed_stack_size-zend.reserved_stack_size` bytes of stack
26
(`fiber.stack_size-zend.reserved_stack_size` for fibers).
27
+ . Executing proc_get_status() multiple times will now always return the right
28
+ value. Previously, only the first call of the function returned the right
29
+ value. Executing proc_close() after proc_get_status() will now also return
30
+ the right exit code. Previously this would return -1.
31
32
========================================
33
2. New Features
0 commit comments