Re: Using SQLite from PHP w/out recompiling?
am 21.01.2008 10:57:19 von Luuk
"Gilles Ganault" schreef in bericht
news:cfc7p31d31cbhaa7kvck4s9fvnu9gb05jt@4ax.com...
> Hello
>
> I need to access SQLite from PHP5 without recompiling PHP. Is there a
> way to just drop the DLL (or rather, the .so file : It's Linux) and
> use a special PHP function to use it?
>
> Thank you.
http://nl.php.net/sqlite
Re: Using SQLite from PHP w/out recompiling?
am 23.01.2008 04:41:57 von DFS
On Mon, 21 Jan 2008 10:57:19 +0100, "Luuk" wrote:
>http://nl.php.net/sqlite
Thanks for the link. It looks like the version of PHP I had was bult
"--without-sqlite", so I reallly need to recompile PHP to have access
to the embedded SQLite functions.