Forums
PHP overflow
Hi,everyone
I am using windows 2003 and IIS6 and IIS-Aid for run php on IIS, some times I have problem on php sites,
I see this error on them :
PHP has encountered a Stack overflow
What is this eeror and how can to fix this issue,
Thanks
- Add new comment
- 3494 reads
Can you look in your php log and see if you can see any more detailed errors? Also, what PHP extensions do you have loaded?
----------------
Dominic Ryan
4 x Microsoft IIS MVP, MCSE, MCSA
IIS Aid owner/webmaster
Are you sure that is the correct server? It is running PHP 4.3.6 and doesn't appear to have had the IIS Aid PHP Installer installed on it at all. Upgrading from PHP 4 to PHP 5 is not a trivial task. I would recommend that you take a look at my guide on how to uninstall PHP from IIS before continuing.
----------------
Dominic Ryan
4 x Microsoft IIS MVP, MCSE, MCSA
IIS Aid owner/webmaster
It really depends on your requirements, but generally I would suggest you use FastCGI.
----------------
Dominic Ryan
4 x Microsoft IIS MVP, MCSE, MCSA
IIS Aid owner/webmaster
You can run both API's, however you will need to give your PHP environment a bit of thought as for performance typically you would use the non thread safe PHP binaries with FastCGI where ISAPI will use the thread safe PHP binaries.
----------------
Dominic Ryan
4 x Microsoft IIS MVP, MCSE, MCSA
IIS Aid owner/webmaster
Could be many things. What PHP extensions do you have loaded? Anything in your event viewer or PHP logs? Does this error occur globally, or does it only happen when accessing a particular website or URL?
----------------
Dominic Ryan
4 x Microsoft IIS MVP, MCSE, MCSA
IIS Aid owner/webmaster


Location: Melbourne, Australia
Joined: Sep 2003