Status of FastCGI in 5.1.4

php.internals

Edin Kadribasic

20 years ago
Is there something broken with FastCGI version shipped with 5.1.4? A quick scan of the lists (general, bugs, windows) shows that people are having problems with it accross the board. Apache + fcgi on Linux, isapi_fcgi.dll on windows, etc. Edin

Dmitry Stogov

20 years ago
Hi Edin, Most bugs were fixed before 5.1.4 release. I tested PHP with isapi_fcgi.dll, mod_fastcgi and zend_enabler. Seems all work fine, but I cannot be sure that it works in all cases. Thanks. Dmitry.

Wez Furlong

20 years ago
One of our customers reports that 5.1.4 fastcgi does not work, but that 5.2 does. It sounds like this needs to be addressed and a 5.1.5 released quickly. --Wez. On 5/15/06, Dmitry Stogov <dmitry@zend.com> wrote:

Ilia A.

20 years ago
Interesting, what os is this one and can they provide more info in regard to what "does not work" ? On 15-May-06, at 4:26 PM, Wez Furlong wrote:
> One of our customers reports that 5.1.4 fastcgi does not work, but > that 5.2 does. > It sounds like this needs to be addressed and a 5.1.5 released > quickly. > > --Wez. > > On 5/15/06, Dmitry Stogov <dmitry@zend.com> wrote: >> Hi Edin, >> >> Most bugs were fixed before 5.1.4 release. >> I tested PHP with isapi_fcgi.dll, mod_fastcgi and zend_enabler. >> Seems all work fine, but I cannot be sure that it works in all cases. >> >> Thanks. Dmitry. >> >> > -----Original Message----- >> > From: Edin Kadribasic [mailto:edink@emini.dk] >> > Sent: Saturday, May 13, 2006 1:43 AM >> > To: PHP Internals List >> > Cc: Dmitry Stogov >> > Subject: [PHP-DEV] Status of FastCGI in 5.1.4 >> > >> > >> > Is there something broken with FastCGI version shipped with >> 5.1.4? A >> > quick scan of the lists (general, bugs, windows) shows that >> > people are >> > having problems with it accross the board. Apache + fcgi on Linux, >> > isapi_fcgi.dll on windows, etc. >> > >> > Edin >> > >> > -- >> > PHP Internals - PHP Runtime Development Mailing List >> > To unsubscribe, visit: http://www.php.net/unsub.php >> > >> > >> > >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >
Ilia Alshanetsky Advanced Internet Designs Inc. ilia@prohost.org

Dmitry Stogov

20 years ago
Nothing serious was changed after 5.1.4 releas and 5.2 before May 15. But changes in 5.2 don't fix any bugs. The only fix that was done - is fix for bug #37313, but it just removes compiler warning. Thanks. Dmitry.

Wez Furlong

20 years ago
http://bugs.php.net/bug.php?id=37448 is their bug report. It sounds like fastcgi works with the zend implementation, but not others. --Wez. On 5/15/06, Ilia Alshanetsky <ilia@prohost.org> wrote:

Dmitry Stogov

20 years ago
I tested PHP with Caraveo's isapi_fcgi.dll before 5.1.4 release too. And it worked. I'll try to reproduce the bug, but may be message "HTTP/1.1 503 Server too busy" is not related to PHP FastCGI. Thanks. Dmitry.