Re: [PHP-DEV] php-cgi broken

2005-02-10 Thread Jani Taskinen
reverted. --Jani On Thu, 10 Feb 2005, Frank M. Kromann wrote: I Suggest that we revert the patch, as it for sure breaks how IIS works with CGI. I have not thested with ISAPI or Apache, but I could do that. We can then add a patch that checks for SCRIPT_FILENAME and then falls back to SCRIPT

Re: [PHP-DEV] php-cgi broken

2005-02-10 Thread Andi Gutmans
I agree. Frank, can you revert and then we can either fix it ourselves or ask that guy to come up with a new patch. Andi At 04:11 PM 2/10/2005 -0800, Frank M. Kromann wrote: I Suggest that we revert the patch, as it for sure breaks how IIS works with CGI. I have not thested with ISAPI or Apache,

Re: [PHP-DEV] php-cgi broken

2005-02-10 Thread Frank M. Kromann
I Suggest that we revert the patch, as it for sure breaks how IIS works with CGI. I have not thested with ISAPI or Apache, but I could do that. We can then add a patch that checks for SCRIPT_FILENAME and then falls back to SCRIPT_NAME if the first one was undefined. It seams to me that the patch

Re: [PHP-DEV] php-cgi broken

2005-02-10 Thread Edin Kadribasic
On Thursday 10 February 2005 14:16, Jani Taskinen wrote: > Read http://bugs.php.net/bug.php?id=28227&edit=1 php-cgi has worked very well under iis quite some time. And I doubt that a netbsd guy would care much about it either :) Edin -- PHP Internals - PHP Runtime Development Mailing List

Re: [PHP-DEV] php-cgi broken

2005-02-10 Thread Jani Taskinen
Read http://bugs.php.net/bug.php?id=28227&edit=1 --Jani On Tue, 8 Feb 2005, Andi Gutmans wrote: Jani, any ideas? When this patch was commited it seemed a bit odd to me but I wasn't quite sure what it attempted to resolve. At 10:56 AM 2/8/2005 -0800, Frank M. Kromann wrote: Hello Everyone,

Re: [PHP-DEV] php-cgi broken

2005-02-10 Thread Jani Taskinen
Bug report suggested the other way around: CGI not being usable under IIS _without_ the patch. :) (Yes, I didn't test it, I don't have IIS..) http://bugs.php.net/bug.php?id=28227&edit=1 --Jani On Tue, 8 Feb 2005, Frank M. Kromann wrote: Hello Everyone, The patch on sapi/cgi_main

Re: [PHP-DEV] php-cgi broken

2005-02-08 Thread Andi Gutmans
Jani, any ideas? When this patch was commited it seemed a bit odd to me but I wasn't quite sure what it attempted to resolve. At 10:56 AM 2/8/2005 -0800, Frank M. Kromann wrote: Hello Everyone, The patch on sapi/cgi_main.c from 1.259 to 1.260 (HEAD) breaks the cgi under IIS. No after this patch t

[PHP-DEV] php-cgi broken

2005-02-08 Thread Frank M. Kromann
Hello Everyone, The patch on sapi/cgi_main.c from 1.259 to 1.260 (HEAD) breaks the cgi under IIS. No after this patch the server returns file not found on all requests. - Frank -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php