Re: [PHP-WIN] Windows binaries

2010-04-08 Thread Todd Oberly
-Original Message- >From: Ferenc Kovacs >Sent: Apr 8, 2010 12:53 AM >To: Todd Oberly >Subject: Re: [PHP-WIN] Windows binaries > >On Thu, Apr 8, 2010 at 6:34 AM, Todd Oberly wrote: > >> -Original Message- >> >From: Pierre Joye >> >Sent: Apr 5, 2010 6:08 AM >> >To: Todd Oberly >>

RE: [PHP-WIN] Windows binaries

2010-04-08 Thread Todd Oberly
-Original Message- >From: Tommy Pham >Sent: Apr 8, 2010 10:15 AM >To: 'Todd Oberly' , php-windows@lists.php.net >Subject: RE: [PHP-WIN] Windows binaries > >> -Original Message- >> From: Todd Oberly [mailto:taobe...@mindspring.com] >> Sent: Thursday, April 08, 2010 7:13 AM >> To: ph

Re: [PHP-WIN] Windows binaries

2010-04-08 Thread Ferenc Kovacs
On Thu, Apr 8, 2010 at 4:12 PM, Todd Oberly wrote: > -Original Message- > >From: Ferenc Kovacs > >Sent: Apr 8, 2010 12:53 AM > >To: Todd Oberly > >Subject: Re: [PHP-WIN] Windows binaries > > > >On Thu, Apr 8, 2010 at 6:34 AM, Todd Oberly > wrote: > > > >> -Original Message- > >

RE: [PHP-WIN] Windows binaries

2010-04-08 Thread Tommy Pham
> -Original Message- > From: Todd Oberly [mailto:taobe...@mindspring.com] > Sent: Thursday, April 08, 2010 7:13 AM > To: php-windows@lists.php.net > Subject: Re: [PHP-WIN] Windows binaries > > > The warning is legitimate, and I will be reporting it to the vendor > (and also fixing it m

Re: [PHP-WIN] Windows binaries

2010-04-08 Thread Ferenc Kovacs
On Thu, Apr 8, 2010 at 4:15 PM, Tommy Pham wrote: > > -Original Message- > > From: Todd Oberly [mailto:taobe...@mindspring.com] > > Sent: Thursday, April 08, 2010 7:13 AM > > To: php-windows@lists.php.net > > Subject: Re: [PHP-WIN] Windows binaries > > > > > > > > > The warning is legiti

RE: [PHP-WIN] Windows binaries

2010-04-08 Thread Tommy Pham
The problem with FastCGI breaking certain apps is with IIS. I’ve always use PHP with Apache as module for both Windows and FreeBSD. I’ll see if it works for FastCGI with Apache on Windows. You can get to login screen (configured as cookie), but after a long while, I receive HTTP500 error. Th

Re: [PHP-WIN] Windows binaries

2010-04-08 Thread Pierre Joye
Hi, FastCGI does not break any application. Please explain what you mean by "breaking applications". It also helps to verify your log to see what's actually happening, an error 500 can be a lot of things. Cheers, On Thu, Apr 8, 2010 at 5:23 PM, Tommy Pham wrote: > The problem with FastCGI break

Re: [PHP-WIN] Windows binaries

2010-04-08 Thread Pierre Joye
By the way, please start a new discussion for this problem. This thread's questions have answered :) On Thu, Apr 8, 2010 at 7:27 PM, Pierre Joye wrote: > Hi, > > FastCGI does not break any application. Please explain what you mean > by "breaking applications". It also helps to verify your log to

RE: [PHP-WIN] Windows binaries

2010-04-08 Thread Venkat Raman Don
Todd, just moving from ISAPI to IIS FastCGI cannot start generating PHP error messages. Reason being ISAPI/IIS FastCGI is just a way to hook to PHP interpreter. It is php interpreter which interprets php code. I heard this is a legitimate warning, so there is nothing to worry about. Vendor will

[PHP-WIN] FastCGI error with IIS (was Windows binaries)

2010-04-08 Thread Tommy Pham
Hi, Here's the error from phpmyadmin after entering the id & password: FastCGI Error The FastCGI Handler was unable to process the request. Error Details: •The FastCGI process exceeded configured request timeout •

RE: [PHP-WIN] FastCGI error with IIS (was Windows binaries)

2010-04-08 Thread Venkat Raman Don
Please disable IPV6 on your machine. Details at http://bugs.php.net/bug.php?id=50172. See if this helps. Details about timeout problem can be seen at http://blogs.iis.net/donraman/archive/2010/02/08/troubleshoot-my-php-script-is-timing-out.aspx. This blog explains all about different timeout wh

RE: [PHP-WIN] FastCGI error with IIS (was Windows binaries)

2010-04-08 Thread Tommy Pham
Hi Don, > -Original Message- > From: Venkat Raman Don [mailto:don.ra...@microsoft.com] > Sent: Thursday, April 08, 2010 12:15 PM > To: Tommy Pham; php-windows@lists.php.net > Subject: RE: [PHP-WIN] FastCGI error with IIS (was Windows binaries) > > Please disable IPV6 on your machine. Deta

RE: [PHP-WIN] FastCGI error with IIS (was Windows binaries)

2010-04-08 Thread Venkat Raman Don
Hi Tommy, Let me clarify one thing. This has nothing to do with IIS or FastCGI or for that matter Apache. You were probably not seeing this in ISAPI because you must be using PHP 5.2.* and that doesn't have this behavior. You can switch to PHP 5.2.13 with IIS FastCGI and it will work fine. Now

RE: [PHP-WIN] FastCGI error with IIS (was Windows binaries)

2010-04-08 Thread Tommy Pham
Hi Don, > -Original Message- > From: Venkat Raman Don [mailto:don.ra...@microsoft.com] > Sent: Thursday, April 08, 2010 2:18 PM > To: Tommy Pham; php-windows@lists.php.net > Subject: RE: [PHP-WIN] FastCGI error with IIS (was Windows binaries) > > Hi Tommy, > > Let me clarify one thing. T