Discussion:
Instll php on Window 2003 64Bit questions
Edward S.P. Leong
2010-01-03 07:10:32 UTC
Permalink
Dear All,

If the OS is Windows 2003 64Bit (IIS)...
So, which php package must download and how to config it for running
with IIS ?
Due to I don't quite the online manual:
http://www.php.net/manual/en/install.windows.iis.php
Which installation mode is suitable of it ?

Thanks !

Edward.
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-***@m.gmane.org
Ashley Sheridan
2010-01-03 14:15:03 UTC
Permalink
Post by Edward S.P. Leong
Dear All,
If the OS is Windows 2003 64Bit (IIS)...
So, which php package must download and how to config it for running
with IIS ?
http://www.php.net/manual/en/install.windows.iis.php
Which installation mode is suitable of it ?
Thanks !
Edward.
Personally I'd go with a WAMP install instead. Apache is faster, less
resource intensive, and more secure than IIS. You also have the benefit
of all the Apache mods out there, like mod_rewrite, which I believe
you'd have to pay for on an IIS server.

Thanks,
Ash
http://www.ashleysheridan.co.uk
Bilal Akhtar
2010-01-03 14:27:15 UTC
Permalink
There are instructions on the Microsoft IIS site on installing php as
well. http://php.iis.net/
Bilal
Post by Ashley Sheridan
Post by Edward S.P. Leong
Dear All,
If the OS is Windows 2003 64Bit (IIS)...
So, which php package must download and how to config it for running
with IIS ?
http://www.php.net/manual/en/install.windows.iis.php
Which installation mode is suitable of it ?
Thanks !
Edward.
Personally I'd go with a WAMP install instead. Apache is faster, less
resource intensive, and more secure than IIS. You also have the benefit
of all the Apache mods out there, like mod_rewrite, which I believe
you'd have to pay for on an IIS server.
Thanks,
Ash
http://www.ashleysheridan.co.uk
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-***@m.gmane.org
Richard Quadling
2010-01-04 09:51:06 UTC
Permalink
Post by Ashley Sheridan
Post by Edward S.P. Leong
Dear All,
If the OS is Windows 2003 64Bit (IIS)...
So, which php package must download and how to config it for running
with IIS ?
http://www.php.net/manual/en/install.windows.iis.php
Which installation mode is suitable of it ?
Thanks !
Edward.
Personally I'd go with a WAMP install instead. Apache is faster, less
resource intensive, and more secure than IIS. You also have the benefit
of all the Apache mods out there, like mod_rewrite, which I believe
you'd have to pay for on an IIS server.
Thanks,
Ash
http://www.ashleysheridan.co.uk
IIS7 has a URLRewrite module which is freely available via the Web
Platform Installer or via
http://learn.iis.net/page.aspx/460/using-url-rewrite-module
--
-----
Richard Quadling
"Standing on the shoulders of some very clever giants!"
EE : http://www.experts-exchange.com/M_248814.html
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
ZOPA : http://uk.zopa.com/member/RQuadling
Daniel Egeberg
2010-01-03 16:18:53 UTC
Permalink
Post by Edward S.P. Leong
Dear All,
If the OS is Windows 2003 64Bit (IIS)...
So, which php package must download and how to config it for running
with IIS ?
http://www.php.net/manual/en/install.windows.iis.php
Which installation mode is suitable of it ?
Thanks !
Edward.
Do you mean which of the two IIS installation guides in the manual you
should follow? IIS7 is from Windows Vista (or Windows Server 2008) and
up, so you would have to go with the first link. So you can download
the PHP 5.3.1 VC9 non-thread-safe build from http://windows.php.net
and follow the steps in
http://www.php.net/manual/en/install.windows.iis6.php.
--
Daniel Egeberg
Loading...