PHP 5.1.3, IIS & FastCGI

php.internals

Jared Williams

20 years ago
Hi, It seems I can not get PHP 5.1.3 & FastCGI to work. Had 5.1.3RC2 working with FastCGI. Was this a planned break, and requires some different means of getting it working? Or should I go file a bug report? Jared

Dmitry Stogov

20 years ago
It wasn't planned. What exactly doesn't work? Dmitry.

Jared Williams

20 years ago
> -----Original Message----- > From: Dmitry Stogov [mailto:dmitry@zend.com] > Sent: 03 May 2006 12:33 > To: Jared.Williams@ntlworld.com; internals@lists.php.net > Subject: RE: [PHP-DEV] PHP 5.1.3, IIS & FastCGI > > It wasn't planned. > What exactly doesn't work? >
Appears no requests get to the worker processes. They are created, but just do nothing it appears. C:\Inetpub\VTemplate\tests>pslist php PsList 1.21 - Process Information Lister Copyright (C) 1999-2002 Mark Russinovich Sysinternals - www.sysinternals.com Process information for WIN2KS: process php was not found on WIN2KS C:\Inetpub\VTemplate\tests>wget -s http://localhost/phpinfo.php --13:06:24-- http://localhost/phpinfo.php => `phpinfo.php' Resolving localhost... done. Connecting to localhost[127.0.0.1]:80... connected. HTTP request sent, awaiting response... Nothing happens here, but the worker processes have fired up... C:\Inetpub\VTemplate\tests>pslist php PsList 1.21 - Process Information Lister Copyright (C) 1999-2002 Mark Russinovich Sysinternals - www.sysinternals.com Process information for WIN2KS: Name Pid Pri Thd Hnd Mem User Time Kernel Time Elapsed Time php-cgi 1784 8 2 38 6440 0:00:00.080 0:00:00.100 0:01:56.417 php-cgi 740 8 2 41 6380 0:00:00.110 0:00:00.050 0:01:56.397 php-cgi 2008 8 2 43 6380 0:00:00.110 0:00:00.070 0:01:56.357 Jared

Jared Williams

20 years ago
> > > > -----Original Message----- > > From: Dmitry Stogov [mailto:dmitry@zend.com] > > Sent: 03 May 2006 12:33 > > To: Jared.Williams@ntlworld.com; internals@lists.php.net > > Subject: RE: [PHP-DEV] PHP 5.1.3, IIS & FastCGI > > > > It wasn't planned. > > What exactly doesn't work? > > > > Appears no requests get to the worker processes. They are > created, but just do nothing it appears. > > > C:\Inetpub\VTemplate\tests>pslist php > > PsList 1.21 - Process Information Lister Copyright (C) > 1999-2002 Mark Russinovich Sysinternals - www.sysinternals.com > > Process information for WIN2KS: > > process php was not found on WIN2KS > > > C:\Inetpub\VTemplate\tests>wget -s http://localhost/phpinfo.php > --13:06:24-- http://localhost/phpinfo.php > => `phpinfo.php' > Resolving localhost... done. > Connecting to localhost[127.0.0.1]:80... connected. > HTTP request sent, awaiting response... > > Nothing happens here, but the worker processes have fired up... > > C:\Inetpub\VTemplate\tests>pslist php > > PsList 1.21 - Process Information Lister Copyright (C) > 1999-2002 Mark Russinovich Sysinternals - www.sysinternals.com > > Process information for WIN2KS: > > Name Pid Pri Thd Hnd Mem User Time Kernel > Time Elapsed Time > php-cgi 1784 8 2 38 6440 0:00:00.080 > 0:00:00.100 0:01:56.417 > php-cgi 740 8 2 41 6380 0:00:00.110 > 0:00:00.050 0:01:56.397 > php-cgi 2008 8 2 43 6380 0:00:00.110 > 0:00:00.070 0:01:56.357 >
Opened as bug, http://bugs.php.net/bug.php?id=37291 Jared

Dmitry Stogov

20 years ago
It should be already fixed in CVS. Please check. Thanks. Dmitry.

Jared Williams

20 years ago
> > It should be already fixed in CVS. > Please check. >
Ah. K :) Will check once the next snap is built. Jared

Jared Williams

20 years ago
> > > > It should be already fixed in CVS. > > Please check. > > > > Ah. K :) > > Will check once the next snap is built. > > Jared >
Just installed todays' 18:30 snap, and its working. Cheers. Jared

dAniel hAhler

20 years ago
Dmitry Stogov wrote:
> It should be already fixed in CVS. > Please check.
I've just built current CVS, but it does not work with Apache2 as fastcgi: it times out! See http://bugs.php.net/bug.php?id=37205 - which you've onced fixed, but where another problem occured.