Posted by Bent Stigsen on 09/26/32 11:37
jeanmarc wrote:
[snip]
> Fatal error: Call to undefined function sqlite_open() in
> C:\wamp\www\POO\_debug_tmp.php on line 2
>
> comment résoudre ce problème ( j'utilise wamp)
[snip]
I don't speak french, but I guess this is what you want to know.
- download php_sqlite.dll (appropriate version)
http://snaps.php.net/win32/PECL_STABLE/php_sqlite.dll
- place it (php_sqlite.dll) where all the other php extensions are.
- In "php.ini" you'll find a list of "extension=...". Add
php_sqlite.dll to the list.
- restart apache service
- check extension is loaded with: phpinfo(INFO_MODULES);
/Bent
Navigation:
[Reply to this message]
|