Home »
Imported messages »
comp.lang.php »
PHP runnig on the IIS 7
PHP runnig on the IIS 7 [message #170255] |
Fri, 22 October 2010 22:25  |
tom
Messages: 1 Registered: October 2010
Karma: 0
|
Junior Member |
|
|
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
php-5.3.3-nts-Win32-VC9-
x86.zip------------------------- 14.4MB
php-5.3.3-Win32-VC9-
x86.msi-----------------------------
26.8MB
php-debug-pack-5.3.3-nts-Win32-VC9-
x86.zip--------- 7,8MB
I ask for help. What is the sequence
to install these softwares to have the PHP to working in the windows
plataform?
help
|
|
|
|
|
Re: PHP runnig on the IIS 7 [message #170267 is a reply to message #170260] |
Sat, 23 October 2010 18:14  |
Hamish Campbell
Messages: 15 Registered: September 2010
Karma: 0
|
Junior Member |
|
|
On Oct 24, 1:27 am, Jerry Stuckle <jstuck...@attglobal.net> wrote:
> On 10/22/2010 6:25 PM, 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
>> php-5.3.3-nts-Win32-VC9-
>> x86.zip------------------------- 14.4MB
>> php-5.3.3-Win32-VC9-
>> x86.msi-----------------------------
>> 26.8MB
>> php-debug-pack-5.3.3-nts-Win32-VC9-
>> x86.zip--------- 7,8MB
>
>> I ask for help. What is the sequence
>> to install these softwares to have the PHP to working in the windows
>> plataform?
>> help
>
> Tom,
>
> The src version is the source code; you only need that if you're going
> to compile it yourself. I don't recommend this - it's a PITA and the
> binaries are available already. The debug version is mainly for helping
> to find problems in the PHP code; again you don't need it.
>
> As for the .msi vs. .zip - the .msi version has an installer which sets
> pretty much everything up for you. However, it doesn't include all of
> the optional modules (dlls). The .zip version has all of the optional
> modules, but no installer.
>
> What I recommend is to use the .msi version for installation, then add
> any optional modules from the .zip file that you might need. That way
> most of the work will be done for you, and all you need to do is put the
> module in the php extensions directory and modify your php.ini file to
> add the module to the working extensions.
>
> --
> ==================
> Remove the "x" from my email address
> Jerry Stuckle
> JDS Computer Training Corp.
> jstuck...@attglobal.net
> ==================
Another option for Windows is the Microsoft Web Platform Installer:
<http://www.microsoft.com/web/downloads/platform.aspx>
Will handle the install and integration with IIS7 for you.
Regards
Hamish
|
|
|
Goto Forum:
Current Time: Tue Apr 08 20:58:45 GMT 2025
Total time taken to generate the page: 0.07945 seconds