Thanx for your reply.
what i did by now is the following:
1 create directory c:\php
2 copied all the files from the downloaded zip file to this directory
3 copied php.ini-recommend to c:\windows and renamed it to php.ini and then gave read permissions to everyone.
4 Added c:\php en c:\php\ext to the beginning of the path in the environment variables
5 created php webservice extension in iis
6 added php extensions to each site
now I have to wait until i can restart the server that is needed to impement te change in the path variable.
Main Topics
Browse All Topics





by: orbic1Posted on 2007-08-14 at 14:15:17ID: 19695726
Aha!!!! finally somebody asks so I can share my hours of labour, including lengthy discussion with the fusionxlan developers!!
You need to install manually.
1. Put program files into a folder (C:/PHP5)
2. Copy php.ini to C:/Windows
3. register ISAPI etc on IIS (just follow instructions on PHP site for manual installation basically)
4. add .php extensions to each site in IIS
5. make sure your php.ini file is set up properly (allowing mysql if needed)
6. add C:/PHP and C:/PHP/EXT in the path *before anything else!!!!*
7. allow good permissions on php.ini in C:/Windows and you're done!!
any issues, just ask! If you need screenshots, let me know!