Installing PHP on Windows 2000 Advanced Servers

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
estudioworks
Forum Newbie
Posts: 5
Joined: Mon Jul 22, 2002 3:30 pm
Location: Tampa, Fl.

Installing PHP on Windows 2000 Advanced Servers

Post by estudioworks »

Any tips or tutorials ?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

Have you read the install instructions?
http://www.php.net/manual/en/install.windows.php

Are you having specific problems or just not sure where to start?

Mac
estudioworks
Forum Newbie
Posts: 5
Joined: Mon Jul 22, 2002 3:30 pm
Location: Tampa, Fl.

Thanks !!

Post by estudioworks »

Just after I posted I found that !! :)

Thanks
estudioworks
Forum Newbie
Posts: 5
Joined: Mon Jul 22, 2002 3:30 pm
Location: Tampa, Fl.

Post by estudioworks »

I am trying to get PHP running on a Windows 2000 IIS 5.0 server. I followed the instructions for a manual install using the isapi filter( http://www.umesd.k12.or.us/php/win32install.html. ) and I was able to pull up the test page but after about a half hour it causes an error in the Windows event log and the PHP pages are unavailable after that.

Here is the error " The HTTP server encounterd an unhandled exception while processing the ISAPi application' php4ts!zend_strndup + 0x2B.

I have given the Iusr and Iwam account read and execute access to the phpts.dll file in c:\winnt\system32 where the file resides, and also to c:\winnt\system32\inetsrv\php\extensions.

Any help would be appreciated,
Post Reply