Re: Can't open SQLite DB... but only when using mod_php??

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Mittwoch, den 03.10.2007, 20:25 +0300 schrieb Thodoris:
> I came up with this try to edit your php.ini and in case you use
> pdo_sqlite extension then change the order of the loaded modules to
> this:
> 
>       extension=pdo.so
>       extension=pdo_sqlite.so
>       extension=sqlite.so

Still no change - and the CLI version of PHP was configured in the same
order as the mod_php version anyway, so there wouldn't be a difference.

> You could also define the full path of the extensions like this:
> 
> extension_dir="/usr/local/include/php/ext/pdo/"

Actually, the full path seems to be some kind of hardcoded into the
build (at least that's the case with the Debian package of PHP I'm
currently working with), so no point in repeating that in the php.ini.

CU
 Markus

-- 
Mit freundlichen Grüßen
Markus Wolff
Development

NorthClick GmbH

Gasstr. 10 - 22761 Hamburg
Tel.: 040 8 22 44 999 - Fax: 040 8 22 44 998
Internet: http://www.northclick.de/

Geschäftsführer: F. Detzner | M. Henze | C. Springub
Amtsgericht Hamburg, HRB 94459

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux