buffer overload

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
ziala
Forum Newbie
Posts: 1
Joined: Thu Jul 10, 2008 8:58 pm

buffer overload

Post by ziala »

I am having trouble with a PHP install When I run a PHP info script I get a 500 server error. When running a FileMon utility, I see a buffer overload on the file test.php (the one that contains the PHP info script). I am running IIS server 2003. At one point it was working and I am not sure why it is now getting errors. Can anyone put me in the right direction?
User avatar
vargadanis
Forum Contributor
Posts: 158
Joined: Sun Jun 01, 2008 3:48 am
Contact:

Re: buffer overload

Post by vargadanis »

It is not gonna help but displays my opinion. It is because of IIS not PHP. Use Apache+PHP duo instead of messing with IIS.
Take a look at the XAMPP project. It will satisfy all the reqs. of a developer.
Post Reply