-
### Bug Report
| Q | A
|------------ | ------
| BC Break | no
| Version | 2.11
#### Summary
The QueryBuilder returns no records when using an array parameter
#### Cur…
-
### Description
same with https://bugs.php.net/bug.php?id=63916
but in pdo_mysql with libmysqlclient driver
### PHP Version
master
### Operating System
_No response_
-
Execute the command and paste the result below.
Command: `uname -a && php -v && composer info | grep hyperf && php --ri swoole`
OS: Debian 12 (amd64)
PHP: 8.3.11
Swoole: 5.1.4
Hyperf: Latest …
-
Currently I'm not getting any errors/hints for (PDO->prepare())->execute().
It would be nice to have support for (PDO->prepare())->execute().
e.g.
```
$dsn = sprintf('mysql:host=%s;dbn…
-
Hi, I've followed the cookbook guide and am getting this error.
```
Fatal error: Uncaught PDOException: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'code_challenge' cannot be null i…
-
-
1. What version of PDO/PHP driver are you using?
PHP 8.2, Snowflake pdo 1.2.6
2. What operating system and processor architecture are you using?
Debian buster
3. What version of C/C++ co…
-
Hi,
First, thanks for the useful tool!
On a working Prestashop 1.7.8.6 on a PHP 7.4 with extension pdo_mysql, the phppsinfo tells me extension mysqli is missing.
If I add extension mysqli (so p…
-
Have anyone tried this?
https://sourceforge.net/projects/pdos/
The description is here:
https://groups.google.com/forum/#!topic/alt.os.free-dos/9hX7dkO5QP0
The interesting bit is:
```
There's …
-
In application/Model/Song.php
it's missing
use Mvc\Libs\Helper;
Correct it this:
```php