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 31b4bfc commit 357b891Copy full SHA for 357b891
UPGRADING
@@ -174,6 +174,10 @@ PHP 8.1 UPGRADE NOTES
174
reference representation since PHP 7.0.
175
. debug_zval_dump() will now print "interned" instead of a dummy refcount of
176
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.
181
182
- SPL:
183
. SplFixedArray will now be JSON encoded like an array.
0 commit comments