-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
[BUG]: PHP 8 db->delete throw exception if not pass empty array #15363
Comments
You are using |
Yes, but i did compile from v5.0.0-alpha.1 which is the correct php8 branch? Thanks |
Is this the only bug between php8 and phalcon 4.1.0? because i have tested all app and this is the only error |
There are miss match in the interfaces, which gives you that exception. |
oh ok, so which branch should i use to test on php8? |
|
Hi, can you help me I`m on branch v 5.0.x , i did compile at least 4 times,
i also have use gen-build.php Always give me the same phalcon 4.1.0 on phpinfo i`m on ubuntu 20.1 |
Version | 5.0.0-alpha.1 Same error! |
#15363 - Fix db delete with passed `bindTypes`
Works on update and insert.
Throw exception if not pass empty array as third argument.
$db = \Phalcon\Db\Adapter\Pdo\Postgresql
Throws
But if i pass as third argument an empty array works.
The text was updated successfully, but these errors were encountered: