Codeigniter CLI mode calling firebird database |
How do you call php from CLI? Exactly what command did you run?
I think you have more thane one php version installed and the CLI one is different than you use with your web server. If my assumption is true, then you have to enable interbase extensions in all php version's php.ini... Run get_loaded_extensions() (http://php.net/manual/en/function.get-lo...nsions.php) to check interbase is loaded. |
Messages In This Thread |
Codeigniter CLI mode calling firebird database - by wakarimase - 03-28-2016, 09:19 PM
RE: Codeigniter CLI mode calling firebird database - by orionstar - 03-29-2016, 03:05 AM
RE: Codeigniter CLI mode calling firebird database - by wakarimase - 03-29-2016, 09:21 PM
|