-
Notifications
You must be signed in to change notification settings - Fork 11.1k
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
5.2.40 breaks database queries on HHVM #14426
Comments
What HHVM version please? If the latest, please report this bug to facebook. |
We're on |
Looks like #14052 is the reason this is happening. |
Still facebook's fault for not being php compatible, but re-opening this since we should probably mitigate this ourselves. |
I have submitted a fix for this: #14429. |
HHVM isn't that wrong, as using an empty array is not "documented", in the error message. Still, it is an incompatibility with PHP. |
HHVM is wrong if it's not exactly the same as PHP. PHP is the definition of being correct. |
Fixed by #14429 and Laravel 5.2.42 has been released, so this issue can be closed. |
Upgraded to
5.2.41
and now any database query causes the following error to be thrown on HHVM:Looks like
5.2.40
introduced the error: https://laracasts.com/discuss/channels/forge/sqlstatehy000-general-error-user-supplied-class-does-not-have-a-constructorThe text was updated successfully, but these errors were encountered: