Hi there,

I'm trying to install Coppermine gallery (http://coppermine-gallery.net/)
software on my Windows 2003 based IIS webserver.
Coppermine needs PHP support 4.1.0 or better. Does someone have experience
what is best way to install PHP support to IIS 6 server?

Thanks in advance.

B.R. Juha

Re: Best way to install PHP support on IIS 6 server by Drew

Drew
Tue Jan 16 10:09:30 CST 2007

If you go to www.php.net, they have a Windows installer package available
for download for PHP4 or PHP5. Just download it and run it. It will have
an option for setting up IIS automatically. If I recall correctly, the
option says IIS 5, but it also works with IIS 6.

"Juha" <juhahaanpera.please@dontspamme.gmail.com> wrote in message
news:Yl6rh.155$%i7.125@read3.inet.fi...
> Hi there,
>
> I'm trying to install Coppermine gallery (http://coppermine-gallery.net/)
> software on my Windows 2003 based IIS webserver.
> Coppermine needs PHP support 4.1.0 or better. Does someone have experience
> what is best way to install PHP support to IIS 6 server?
>
> Thanks in advance.
>
> B.R. Juha
>



Re: Q: Best way to install PHP support on IIS 6 server by David

David
Tue Jan 16 14:44:55 CST 2007

I hate running arbitrary binary code and installers, especially for
pre-compiled Open Source applications, so I wrote a simple script to
setup PHP, assuming you can unzip its files into a folder and provide
that folder name to the script.

http://blogs.msdn.com/david.wang/archive/2006/06/24/HOWTO-Install-and-Run-PHP-on-IIS7-Part-3.aspx

Works on all known IIS versions.



//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//


Juha wrote:
> Hi there,
>
> I'm trying to install Coppermine gallery (http://coppermine-gallery.net/)
> software on my Windows 2003 based IIS webserver.
> Coppermine needs PHP support 4.1.0 or better. Does someone have experience
> what is best way to install PHP support to IIS 6 server?
>
> Thanks in advance.
>
> B.R. Juha