Skip to content

Commit 4d883a0

Browse files
committed
note in upgrading for b227a72
1 parent b227a72 commit 4d883a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

UPGRADING

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,9 @@ PHP 8.1 UPGRADE NOTES
345345
. Added array_is_list(array $array), which will return true if the array keys are 0 .. count($array)-1 in that order.
346346
RFC: https://wiki.php.net/rfc/is_list
347347

348+
- Reflection:
349+
. Added ReflectionFunctionAbstract::getClosureUsedVariables
350+
348351
- Standard:
349352
. Added fsync() and fdatasync(), which instruct the operating system to
350353
flush its buffers to physical storage.

0 commit comments

Comments
 (0)