Re: [PHP-CVS] cvs: php4 / configure.in /sapi/cgi README.FastCGI cgi_main.c config9.m4 /sapi/cgi/libfcgi fcgiapp.c os_unix.c /sapi/cgi/libfcgi/include fcgi_config.h fcgi_config_win32.h fcgios.h

2002-11-25 Thread Marcus Börger
You have to check the test files. Some of them check for sapi name cgi. Now we have another name "cgi-fcgi". But you will have to verify that all those tests can be done by cgi-fgi as well. Another thing i saw in cgi: len = snprintf(buf, SAPI_CGI_MAX_HEADER_LENGTH,

Re: [PHP-CVS] cvs: php4 / configure.in /sapi/cgi README.FastCGI cgi_main.c config9.m4 /sapi/cgi/libfcgi fcgiapp.c os_unix.c /sapi/cgi/libfcgi/include fcgi_config.h fcgi_config_win32.h fcgios.h

2002-11-25 Thread Marcus Börger
I just hoped you could have a look into that since you worked on it. sorry for any inconvenience At 07:32 26.11.2002, Shane Caraveo wrote: ??? I didn't touch that code, and my diff from just before commit did not show that either (still have the diff). What the hell? Shane Another thing i

Re: [PHP-CVS] cvs: php4 / configure.in /sapi/cgi README.FastCGI cgi_main.c config9.m4 /sapi/cgi/libfcgi fcgiapp.c os_unix.c /sapi/cgi/libfcgi/include fcgi_config.h fcgi_config_win32.h fcgios.h

2002-11-26 Thread Edin Kadribasic
> Another thing i saw in cgi: > len = snprintf(buf, SAPI_CGI_MAX_HEADER_LENGTH, > "%s\r\n", > SG(sapi_headers).http_status_line); > > if (len > SAPI_CGI_MAX_HEADER_LENGTH) { >