Hi Guys,
I have access to mini linux PCs that can serve up webpages using the Boa webserver. They also house an sqlite db file.
What I want to do is install the bare-bones of php with only sqlite and PDO functionality, so I can write to and display data from the databases on board with a php page (I already have the code working on a full version of php/apache on my full size machine, with a sqlite .db file copied across from the mini PC).
I guess it is not as simple as commenting everything out of php.ini that I don't need and deleting all the coresponding .dll files to reduce the size?? (it didn't seem to work when I tried it)
All the documentation I can find on the Boa webserver also suggests running php in cgi-mode, which again I've followed a few tutorials on without success.
Ideas/links/tutorials/hints/tips/tricks etc would be most welcome at this point!
Thanks in advance