-
-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
php 8 compatibility #41
Comments
I created a PR for the project URI, where the error is thrown. Could you validate it? Thanks. |
Those warnings are fixed, however this new one appears issue appears when migrating up or reset (with up) |
All right. I merged the URI project, so you can restore your composer JSON and the next update will get the correct one. I'll take a look at this error. |
I wasn't able to reproduce this error :( Could you paste the code you are using including the parameters of the database? You can fake the DB the password. Thanks |
migration files
00000.sql
00001.sql
|
Found the issue and fixed it in branch 4.2.1. You can change your composer to use Let me know if it fixes, so I can create a new release with this. |
seems to be fixed |
OK. PR merged. Release 4.2.2 created. I am closing this issue. |
I am using php version 8.1.3 with example from documents on mysql
I got these warnings:
I tested this on 7.4 & 7.3 with no warnings
The text was updated successfully, but these errors were encountered: