Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
What do I need to do in order to get SQLite running?
Offline
First, you should install the package on your device:
wget http://www.inreto.de/dns323/fun-plug/0.5/packages/sqlite-3.5.6-3.tgz funpkg -i sqlite-3.5.6-3.tgz
Add some lines to /ffp/etc/php.ini if you need support for SQL in PHP:
[PHP] extension=pdo.so extension=sqlite.so
(Create file if needed, and restart lighttpd after editting)
Last edited by jainoxi (2008-05-25 22:55:05)
Offline
Works, thank you!
Offline
jainoxi ,
Same question, what to I need to do to get PHP working w/ FFP .5?
Offline