Reply to Re: Using SQLite from PHP w/out recompiling?
Posted by Luuk on 01/21/08 09:57
"Gilles Ganault" <nospam@nospam.com> 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.