Instll php on Window 2003 64Bit questions
Instll php on Window 2003 64Bit questions
am 03.01.2010 08:10:32 von EdwardSPL
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-2@m.gmane.org
Re: Instll php on Window 2003 64Bit questions
am 03.01.2010 15:15:03 von Ashley Sheridan
--=-N39Ebt0O0cDvyc5agnF6
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
On Sun, 2010-01-03 at 15:10 +0800, Edward S.P. Leong wrote:
> 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.
>
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
--=-N39Ebt0O0cDvyc5agnF6--
Re: Instll php on Window 2003 64Bit questions
am 03.01.2010 15:15:03 von Ashley Sheridan
--=-N39Ebt0O0cDvyc5agnF6
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
On Sun, 2010-01-03 at 15:10 +0800, Edward S.P. Leong wrote:
> 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.
>
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
--=-N39Ebt0O0cDvyc5agnF6--
Re: [PHP] Instll php on Window 2003 64Bit questions
am 03.01.2010 15:27:15 von Bilal Akhtar
There are instructions on the Microsoft IIS site on installing php as
well. http://php.iis.net/
Bilal
On Sun, 2010-01-03 at 14:15 +0000, Ashley Sheridan wrote:
> On Sun, 2010-01-03 at 15:10 +0800, Edward S.P. Leong wrote:
>
> > 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.
> >
>
>
> 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-2@m.gmane.org
Re: [PHP] Instll php on Window 2003 64Bit questions
am 03.01.2010 15:27:15 von Bilal Akhtar
There are instructions on the Microsoft IIS site on installing php as
well. http://php.iis.net/
Bilal
On Sun, 2010-01-03 at 14:15 +0000, Ashley Sheridan wrote:
> On Sun, 2010-01-03 at 15:10 +0800, Edward S.P. Leong wrote:
>
> > 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.
> >
>
>
> 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-2@m.gmane.org
[PHP-INSTALL] Re: [PHP] Instll php on Window 2003 64Bit questions
am 03.01.2010 17:18:53 von Daniel Egeberg
On Sun, Jan 3, 2010 at 08:10, Edward S.P. Leong wrote:
> 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.
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
[PHP-INSTALL] Re: [PHP] Instll php on Window 2003 64Bit questions
am 03.01.2010 17:18:53 von Daniel Egeberg
On Sun, Jan 3, 2010 at 08:10, Edward S.P. Leong wrote:
> 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.
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
[PHP-INSTALL] Re: [PHP] Instll php on Window 2003 64Bit questions
am 04.01.2010 10:51:06 von Richard Quadling
2010/1/3 Ashley Sheridan :
> On Sun, 2010-01-03 at 15:10 +0800, Edward S.P. Leong wrote:
>
>> 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.
>>
>
>
> 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
[PHP-INSTALL] Re: [PHP] Instll php on Window 2003 64Bit questions
am 04.01.2010 10:51:06 von Richard Quadling
2010/1/3 Ashley Sheridan :
> On Sun, 2010-01-03 at 15:10 +0800, Edward S.P. Leong wrote:
>
>> 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.
>>
>
>
> 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