Re: PHP runnig on the IIS 7 [message #170259 is a reply to message #170255] |
Sat, 23 October 2010 09:22 |
Thomas 'PointedEars'
Messages: 701 Registered: October 2010
Karma:
|
Senior Member |
|
|
tom wrote:
> I would like to setting up PHP on the IIS 7. I am using win7 and IIS7
> and in the site PHP.net site I downloaded a package of four
> application to do this, see below:
>
> php-5.3.3-src---------------------------------------------------code
> source 19.1MB
Unless you want to improve PHP, or look behind the scenes, you do not need
this.
> php-5.3.3-nts-Win32-VC9-
> x86.zip------------------------- 14.4MB
> php-5.3.3-Win32-VC9-
> x86.msi-----------------------------
> 26.8MB
You do need one of those.
> php-debug-pack-5.3.3-nts-Win32-VC9-
> x86.zip--------- 7,8MB
Unless you want to debug the PHP sources (_not_ yours), you do not need this
either.
> I ask for help. What is the sequence
> to install these softwares to have the PHP to working in the windows
> plataform?
RTFM: <http://www.php.net/manual/en/install.windows.php>
There is also a version in Portuguese there, as I assume from your e-mail
address and your use of English that you might speak the former language
natively.
HTH
PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
|
|
|