Jump to content

php installation on XP with IIS


Recommended Posts

I am new to PHP. My laptop has Win XP, IIS installed. Now downloaded PHP binary zip file for version 5.2.9 and trying to install. First unzipped the file into D:/PHP. Found msiexec.exe file in windows/system32 folder. First opened command window and at D:/PHP> I typed msiexec.exe /i php-VERSION-win32-install.msi /q INSTALLDIR=D:/PHP5 but nothing happened. I am confused what what is the problem.

 

Onething, I confirmed that there is no file called php-VERSION-win32-install.msi.

 

Can some fellow member guide me how to install php.

 

Thanks in advance

 

SRIDHAR

Link to comment
https://forums.phpfreaks.com/topic/155694-php-installation-on-xp-with-iis/
Share on other sites

Thank you for your prompt help. I am trying to do manual install PHP, but it appears greek for me.

 

But there is mention about windows installer at the site. Can you comment on the procedure given in the link.

 

Thanks again

 

SRIDHAR

 

 

 

 

There is no install program (php-VERSION-win32-install.msi) within the binary zip, it is used for a manual install.

 

The process is relatively simple if you follow these steps.

Why don't you just download the one-click exe/msi?

There's no point in trying to compile it yourself unless you're actually going to modify it in some way.

 

No one said anything about compiling anything. The binary zip file contains pre-compiled binaries, all you need do is put them in the correct place.

In seemingly random situations it entirely screws up.  They might have fixed it in recent releases, but it used to be quite a pain.

 

 

Also, it only installs extensions checked, so people usually end up downloading the zip later anyway to get a certain extension.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.