php-crud-api icon indicating copy to clipboard operation
php-crud-api copied to clipboard

Support for mysqli, sqlsrv, pgsql and sqlite without PDO

Open mevdschee opened this issue 4 years ago • 5 comments

These drivers are supported via PDO. To support Spatialite and other features not properly supported by PDO this issue is opened.

mevdschee avatar Apr 13 '20 07:04 mevdschee

Hi, how I can use this lib with "mysqli" and not PDO? My server supports "mysqli" only.

BenitoJedai avatar Sep 30 '20 03:09 BenitoJedai

Hi how i can use this lib with mysqli and not PDO my server support mysqli only

Hi Benito,

Thank you for your +1 on this issue. At the moment you can't use mysqli with this lib, hence this registered enhancement. It would require to rewrite the core database handling to fallback to other drivers (mysqli etc). At the moment this is enhancement is not planned. You may however take a shot at it and do a PR.

Kind regards, Maurits

mevdschee avatar Sep 30 '20 10:09 mevdschee

Hi sir, here I am again. What is the latest version of this lib that can run in PHP 5.6?

BenitoJedai avatar Oct 01 '20 16:10 BenitoJedai

The v1 can run but i need the latest stable release of this lib that can run in a php 5 env. Thanks for this amazing lib.

BenitoJedai avatar Oct 01 '20 16:10 BenitoJedai

The v1 can run but i need the latest stable release of this lib that can run in php 5 env. Thanks for this amazing lib

Thank you for your kind words. Unfortunately PHP 5 is no longer supported (in v2).

mevdschee avatar Oct 03 '20 19:10 mevdschee