Skip to content

Commit 9de21ba

Browse files
committed
Update UPGRADING for proc_get_status() and proc_close() change
1 parent 9c514e8 commit 9de21ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADING

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ PHP 8.3 UPGRADE NOTES
2626
(`fiber.stack_size-zend.reserved_stack_size` for fibers).
2727
. Class constants can now be accessed dynamically using the C::{$name} syntax.
2828
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.
2933

3034
========================================
3135
2. New Features

0 commit comments

Comments
 (0)