yii
yii copied to clipboard
PHP 8.5 compatibility
https://www.php.net/releases/8.5/en.php
- Add to CI
- See what happens
From the migration docs:
- Backward incompatible changes: https://www.php.net/manual/en/migration85.incompatible.php
- Deprecated features: https://www.php.net/manual/en/migration85.deprecated.php
Note that the test suite by default runs without outputting deprecation messages.
vendor/yiisoft/yii/framework/db/schema/CDbColumnSchema.php vendor/yiisoft/yii/framework/web/helpers/CJSON.php
- Deprecated: Non-canonical cast (integer) is deprecated, use the (int) cast instead
- Deprecated: Non-canonical cast (boolean) is deprecated, use the (bool) cast instead
I love Yii 👍