| Hannes Magnusson 2007-06-18, 7:00 pm |
| On 6/18/07, Xande <xande@netsite.com.br> wrote:
> Good morning,
>
> I need to know how can I install the php 5.2.3 in IIS and what the newer version that has a installer.
Did you check the manual? http://php.net/manual/en/install.windows.iis.php
You several options to choose from:
a) Use the windows installer
b) Install PHP yourself using:
I) The regular zip package
II) The non-thread-safe zip package
All are available from http://php.net/downloads.php
I'd recommend you try the installer first, see
http://php.net/manual/en/install.windows.manual.php
Also, you may want to have a look at our support section: http://php.net/support
-Hannes
|