Connecting Tech Pros Worldwide Forums | Help | Site Map

PHP4.3.4,IIS,MySQL ...

Ruby Tuesday
Guest
 
Posts: n/a
#1: Jul 17 '05
Is it possible to run PHP with IIS and MySQL instead of with Apache? If it
does, how do I make IIS recoqnize PHP modules etc...? Thanks



Jon Kraft
Guest
 
Posts: n/a
#2: Jul 17 '05

re: PHP4.3.4,IIS,MySQL ...


"Ruby Tuesday" <rubytuzdayz@yahoo.com> wrote:
[color=blue]
> Is it possible to run PHP with IIS and MySQL instead of with Apache?
> If it does, how do I make IIS recoqnize PHP modules etc...? Thanks[/color]

http://uk.php.net/manual/en/install.iis.php

JOn
Ruby Tuesday
Guest
 
Posts: n/a
#3: Jul 17 '05

re: PHP4.3.4,IIS,MySQL ...


Did follow the instruction and try to execute the following:

under wwwroot directory, info.php
<? phpinfo(); ?>

The error said that "The page cannot be displayed".

I tested it with .htm file and it works. Any ideas, Thanks


"Jon Kraft" <jon@jonux.co.uk> wrote in message
news:Xns94B6AB6FD9CA9jonjonuxcouk@130.133.1.4...[color=blue]
> "Ruby Tuesday" <rubytuzdayz@yahoo.com> wrote:
>[color=green]
> > Is it possible to run PHP with IIS and MySQL instead of with Apache?
> > If it does, how do I make IIS recoqnize PHP modules etc...? Thanks[/color]
>
> http://uk.php.net/manual/en/install.iis.php
>
> JOn[/color]


Ruby Tuesday
Guest
 
Posts: n/a
#4: Jul 17 '05

re: PHP4.3.4,IIS,MySQL ...


I got it to work. Somehow I have to put all the dlls and exe in
<php-install-dir> dlls,extension,sapi in a directory.

Is it the right way to do it? I just do not want to clutter my systems
directory full of dlls, so I just created a new directory under php4 and put
the dlls and exe in it.

If you are using isapi.dll, beside php.exe, what else has to be in the same
directory in order PHP to work with IIS?
Thanks.

"Ruby Tuesday" <rubytuzdayz@yahoo.com> wrote in message
news:c3slki$2akvsf$1@ID-205437.news.uni-berlin.de...[color=blue]
> Did follow the instruction and try to execute the following:
>
> under wwwroot directory, info.php
> <? phpinfo(); ?>
>
> The error said that "The page cannot be displayed".
>
> I tested it with .htm file and it works. Any ideas, Thanks
>
>
> "Jon Kraft" <jon@jonux.co.uk> wrote in message
> news:Xns94B6AB6FD9CA9jonjonuxcouk@130.133.1.4...[color=green]
> > "Ruby Tuesday" <rubytuzdayz@yahoo.com> wrote:
> >[color=darkred]
> > > Is it possible to run PHP with IIS and MySQL instead of with Apache?
> > > If it does, how do I make IIS recoqnize PHP modules etc...? Thanks[/color]
> >
> > http://uk.php.net/manual/en/install.iis.php
> >
> > JOn[/color]
>
>[/color]


TomD
Guest
 
Posts: n/a
#5: Jul 17 '05

re: PHP4.3.4,IIS,MySQL ...


Just follow the link posted. Whatever instructions are there must have
worked, because I haven't had any trouble.

I installed PHP sometime last Spring here in our office on IIS, following
the instructions, no trouble.

As for the MySql, I put that on a Win/IIS system for someone else not long
ago and no trouble with that, either, following the instructions provided.

"Ruby Tuesday" <rubytuzdayz@yahoo.com> wrote in message
news:c3sdfs$2bv3v6$1@ID-205437.news.uni-berlin.de...[color=blue]
> Is it possible to run PHP with IIS and MySQL instead of with Apache? If it
> does, how do I make IIS recoqnize PHP modules etc...? Thanks
>
>[/color]


Closed Thread