From: Venkat Raman Don on
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 only need to modify the function causing warning, nothing else. As Ferenc mentioned your php.ini could have got changed in between installation and hence you are getting warning displayed.

Tommy, what problem are you talking about with phpMyadmin and IIS? I use phpMyadmin with IIS and FastCGI and there are no problem at all. You will need to debug more on HTTP 500 error. See what sub status code you are getting. Details about sub-status is at http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/64e30660-d2f0-4e90-98cc-1652214a2b93.mspx?mfr=true. And here is another link which will help you troubleshoot 500 errors http://support.microsoft.com/kb/311766. I would love to hear back on how to reproduce this here and if the problem can be reproduced here, we would love to fix it in IIS FastCGI code.

Thanks and regards,
Don.

-----Original Message-----
From: Ferenc Kovacs [mailto:tyra3l(a)gmail.com]
Sent: Thursday, April 08, 2010 7:42 AM
To: Tommy Pham
Cc: Todd Oberly; php-windows(a)lists.php.net
Subject: Re: [PHP-WIN] Windows binaries

On Thu, Apr 8, 2010 at 4:15 PM, Tommy Pham <tommyhp2(a)gmail.com> wrote:

> > -----Original Message-----
> > From: Todd Oberly [mailto:taoberly(a)mindspring.com]
> > Sent: Thursday, April 08, 2010 7:13 AM
> > To: php-windows(a)lists.php.net
> > Subject: Re: [PHP-WIN] Windows binaries
> >
>
> <snip>
>
> >
> > The warning is legitimate, and I will be reporting it to the vendor
> > (and also fixing it myself, as it looks very simple)...but these errors
> > seem to have started upon installing FastCGI. Unless the difference
> > was moving from PHP 5.2.12 -> 5.2.13 ? I could be wrong. The
> > situation is under control, so this just an inquiry rather than a
> > complaint.
> >
> > Thanks again,
> >
> > Todd
> >
>
> The problem is not so much as PHP version upgrade but rather ISAPI >
> FastCGI. Another example of broken app is phpmyadmin. Works fine with
> ISAPI configuration but breaks with FastCGI.
>
> I don't think so, if the error is present just doesn't displayed in the old
configuration but it does in the new, then I think this is a configuration
issue, and not a SAPI one.

btw: which phpmyadmin version are you using? I did heard of that kind of
report, but last weekend, when I was playing with a windows + apache +
fastcgi + php devel environment I successfuly installed the latest
phpmyadmin without running in any issue.
what are the symptoms, maybe they are IIS only?

Tyrael

> Regards,
> Tommy
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>