|
Posted by Justin Koivisto on 01/09/06 18:54
Captain Dondo wrote:
> I am working on an embedded platform which will serve a small number of
> dynamic webpages. Right now we are looking at php+javascript with
> apache as the webserver.
>
> Do we need to compile the entire php tarball or is the php module in
> apache enough to run php? Similarly, what is the minimum configuration
> of php we need, assuming we only need to access flat-file ascii data?
The first question is what is the embedded platform? (Windows, linux, etc.?)
If you are loading the php module for apache, you either have already
compiled the php source, or do not need to unless you need additional
features.
How do you plan on accessing the files? (which functions, etc.)
I'm betting that you'd be spending most of your time deciding which
extensions to *disable* rather than enable.
--
Justin Koivisto, ZCE - justin@koivi.com
http://koivi.com
Navigation:
[Reply to this message]
|