|
Posted by awebguynow on 08/15/06 20:57
I note from the Apache website:
Apache 2.2.3 Released
I also note that Apache comes in an MSI form, while PHP just needs to
be unzipped.
I took a glance at apachelounge.com ( Apache2 on Windows ) and it's
notes may help.
Pecl seems very straightforward on Windows, just make sure .ini
setting, "extension_dir" is correct and then add line
"extension=???.dll"
~~~~~~~
I am a bit concerned with this (and so are webhosts)
>From php 5.1.4 Install notes:
"We do not recommend using a threaded MPM in production with Apache2.
......"
So (if I was running production Server) is the solution to use
non-threading Prefork ??
Module Identifier: mpm_prefork_module
Source File: prefork.c
I haven't heard too much comment on this but it seems like saying,
you can have dinner, you just can't have a fork.
~~~~~~~
Finally, the lastest Pear 1.4.3 looks very cool, and can even help your
sync your Shared Host Pear modules up to the latest version, without
asking your host to provide support system wide.
[Back to original message]
|