Re: PHP4 as CGI with 2.0.25

2001-08-30 Thread Sebastian Bergmann
"William A. Rowe, Jr." wrote: > that's the bug I'm attacking, at the moment. Thanks for the > details. It works again now, thanks. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/http://phpOpenTracker.de/

Re: PHP4 as CGI with 2.0.25

2001-08-30 Thread William A. Rowe, Jr.
Sebastian, that's the bug I'm attacking, at the moment. Thanks for the details. Bill - Original Message - From: "Sebastian Bergmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 30, 2001 9:34 AM Subject: Re: PHP4 as CGI wi

Re: PHP4 as CGI with 2.0.25

2001-08-30 Thread Sebastian Bergmann
Jeff Trawick wrote: > I put a fix into server/core.c to fix an unbelievably drastic > problem (loop and/or segfault on main path) which was introduced > during the evening. You might want to try it again. The crash is gone now, but the The requested URL /php/php.exe/index.php was not fou

Re: PHP4 as CGI with 2.0.25

2001-08-30 Thread Jeff Trawick
Sebastian Bergmann <[EMAIL PROTECTED]> writes: > "William A. Rowe, Jr." wrote: > > I hope to have an answer today. > > Just compiled the current CVS to test if the problem might be > gone, but now Apache.exe crashes upon request. I put a fix into server/core.c to fix an unbelievably drastic

Re: PHP4 as CGI with 2.0.25

2001-08-30 Thread Sebastian Bergmann
"William A. Rowe, Jr." wrote: > I hope to have an answer today. Just compiled the current CVS to test if the problem might be gone, but now Apache.exe crashes upon request. -- Sebastian Bergmann Measure Traffic & Usability http://sebastian-bergmann.de/htt

Re: PHP4 as CGI with 2.0.25

2001-08-29 Thread William A. Rowe, Jr.
From: "Sebastian Bergmann" <[EMAIL PROTECTED]> Sent: Wednesday, August 29, 2001 2:24 PM > Hi there, > > I just updated to 2.0.25 on my Win32 system, where I have the > following lines in the httpd.conf to use PHP 4 as CGI > > ScriptAlias /php/ "e:/server/php/" > AddType applicati

PHP4 as CGI with 2.0.25

2001-08-29 Thread Sebastian Bergmann
Hi there, I just updated to 2.0.25 on my Win32 system, where I have the following lines in the httpd.conf to use PHP 4 as CGI ScriptAlias /php/ "e:/server/php/" AddType application/x-httpd-php .php Action application/x-httpd-php "/php/php.exe" Action application/x-httpd-php