-
- Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Just an FYI for those who are using php 8.5.x ...
When using php 8.5.2 I'm getting a depreciation warning from laravel-zero when using php hyde serve and composer update, etc. This looks to be a laravel-zero issue. I think it was fixed in some later version ... v12.x, maybe. This does not occur with php 8.4.x.
Anyway, here is the warning from the command line and also shows up on the top of my webpage when served from hyde (personal stuff removed):
Deprecated: Constant PDO::MYSQL_ATTR_SSL_CA is deprecated since 8.5, use Pdo\Mysql::ATTR_SSL_CA instead in .../hyde/vendor/laravel-zero/foundation/config/database.php on line 61 Deprecated: Constant PDO::MYSQL_ATTR_SSL_CA is deprecated since 8.5, use Pdo\Mysql::ATTR_SSL_CA instead in .../hyde/vendor/laravel-zero/foundation/config/database.php on line 81 Not a big deal. Just freaked me out as I just upgraded to hyde 2.0 while I also installed and used php 8.5.2 simultaneously. :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels