-
```
Bonjour j'ai installer ezstats deux fois et toujours rien cela ne fonctionne
pas a cause de PHP 5.5 car ancien mysql n'est plus valable comment faire pour
utiliser mysqli.
Merci
translate:
Hell…
-
```
Bonjour j'ai installer ezstats deux fois et toujours rien cela ne fonctionne
pas a cause de PHP 5.5 car ancien mysql n'est plus valable comment faire pour
utiliser mysqli.
Merci
translate:
Hell…
-
Hi,
Your wrapper is really helpfull. Thanks a lot! 👍
Andreas
-
After setting up the game running on a host running PHP 5.6.22, I realized that the mysql_connect() and related functions were deprecated some time ago, and removed during the 5.6 series, and yet the …
-
I have updated my php from 5.4 to 7.0 and as result of this upgradation mysql is no longer valid. I tried updating config.inc.php by chnaging the $dbsys = mysql to mysqli but still getting errors . Ap…
-
https://github.com/silverstripe/silverstripe-framework/blob/c6f5e7e2fa02ed1163c5a9622898499ef3b0fc80/src/ORM/Connect/MySQLiConnector.php#L114
The `real_connect` method accepts two additional parame…
-
I've had a scan through the code, and I can say all of this string escaping is pretty gross. If you continue to stick with mysqli, at least try to make use of prepared queries.
I'm not on my main PC,…
-
I think we should add more detail to result from the query using this [mysql_info](http://php.net/manual/en/mysqli.info.php)
-
Is it possible to use sqlite instead of Mysqli?
ghost updated
5 years ago
-
While running php artisan lavalite:install, I get this error:
```
In ConfigureDatabase.php line 117:
Call to undefined function Litepie\Install\Installers\Scripts\mysqli_connect()
```
Tried…