Skip to content

Commit 357b891

Browse files
committed
Update UPGRADING for proc_get_status() and proc_close() change
1 parent 31b4bfc commit 357b891

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
@@ -174,6 +174,10 @@ PHP 8.1 UPGRADE NOTES
174174
reference representation since PHP 7.0.
175175
. debug_zval_dump() will now print "interned" instead of a dummy refcount of
176176
one for interned strings and immutable arrays.
177+
. Executing proc_get_status() multiple times will now always return the right
178+
value. Previously, only the first call of the function returned the right
179+
value. Executing proc_close() after proc_get_status() will now also return
180+
the right exit code. Previously this would return -1.
177181

178182
- SPL:
179183
. SplFixedArray will now be JSON encoded like an array.

0 commit comments

Comments
 (0)