Posted by Ric on 12/25/06 20:22
Siegfreed schrieb:
> Ric wrote:
>
> My php version is 5.1.6, consequently is allegedly compiled with sqlite.
What does command:
php -m
tell you?
>
> The extensions:
>
> extension=php_pdo.dll
> extension=php_pdo_sqlite.dll
> extension=php_sqlite.dll
>
> are located in the directory:
Are those extensions for php 5.1.6 or at least 5.x?
>
> c:\program files\php\ext
>
> php.ini is located in:
>
> c:\windows
>
> In ther php.ini file the following lines are present and not commented
> out :
>
> extension_dir = C:\program files\php\ext
>
> extension=php_pdo.dll
> extension=php_pdo_sqlite.dll
> extension=php_sqlite.dll
>
>
>
>
[Back to original message]
|