Skip to content

Commit da612a3

Browse files
committed
[skip ci] Add a note on UPGRADING
1 parent f2c1329 commit da612a3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADING

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,11 @@ PHP 8.0 UPGRADE NOTES
422422
- PDO_ODBC:
423423
. The php.ini directive pdo_odbc.db2_instance_name has been removed
424424

425+
- Phar:
426+
. Metadata associated with a phar will no longer be automatically unserialized,
427+
to fix potential security vulnerabilities due to object instantiation, autoloading, etc.
428+
RFC: https://wiki.php.net/rfc/phar_stop_autoloading_metadata
429+
425430
- Reflection:
426431
. The method signatures
427432

0 commit comments

Comments
 (0)