[EMAIL PROTECTED] apache and php on windows

2007-01-29 Thread Sam Carleton
Is there any way to statically build PHP5 into any version of apache on Windows? - The official User-To-User support forum of the Apache HTTP Server Project. See URL:http://httpd.apache.org/userslist.html for more info. To

Re: [EMAIL PROTECTED] apache and php on windows

2007-01-29 Thread William A. Rowe, Jr.
Sam Carleton wrote: Is there any way to statically build PHP5 into any version of apache on Windows? 1. yes. 2. it's non-trivial. 3. it's possible to compile mod_php.c in, it's also possible to compile in all of mod_php.c and the php4ts.dll modules. The definition of static can vary. 4.

Re: [EMAIL PROTECTED] apache and php on windows

2007-01-29 Thread Sam Carleton
On 1/29/07, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Sam Carleton wrote: Is there any way to statically build PHP5 into any version of apache on Windows? 1. yes. 2. it's non-trivial. 3. it's possible to compile mod_php.c in, it's also possible to compile in all of mod_php.c and the

Re: [EMAIL PROTECTED] apache and php on windows

2007-01-29 Thread William A. Rowe, Jr.
Sam Carleton wrote: I was simply thinking that if I could statically link apache and php so that there was simply one executable, it would make packaging and distribution simpler for me. I could be wrong;) What you save in having one binary is mitigated by the fact that pushing out one