Skip to content

Commit 22ec523

Browse files
committed
Update UPGRADING for proc_get_status() and proc_close() change
1 parent 67679e3 commit 22ec523

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
@@ -24,6 +24,10 @@ PHP 8.3 UPGRADE NOTES
2424
Error when using more than
2525
`zend.max_allowed_stack_size-zend.reserved_stack_size` bytes of stack
2626
(`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.
2731

2832
========================================
2933
2. New Features

0 commit comments

Comments
 (0)