PHP4.3.4,IIS,MySQL ...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ruby Tuesday

    #1

    PHP4.3.4,IIS,MySQL ...

    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

    #2
    Re: PHP4.3.4,IIS,My SQL ...

    "Ruby Tuesday" <rubytuzdayz@ya hoo.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]



    JOn

    Comment

    • Ruby Tuesday

      #3
      Re: PHP4.3.4,IIS,My SQL ...

      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.u k> wrote in message
      news:Xns94B6AB6 FD9CA9jonjonuxc ouk@130.133.1.4 ...[color=blue]
      > "Ruby Tuesday" <rubytuzdayz@ya hoo.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]


      Comment

      • Ruby Tuesday

        #4
        Re: PHP4.3.4,IIS,My SQL ...

        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@ya hoo.com> wrote in message
        news:c3slki$2ak vsf$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.u k> wrote in message
        > news:Xns94B6AB6 FD9CA9jonjonuxc ouk@130.133.1.4 ...[color=green]
        > > "Ruby Tuesday" <rubytuzdayz@ya hoo.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]


        Comment

        • TomD

          #5
          Re: PHP4.3.4,IIS,My SQL ...

          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@ya hoo.com> wrote in message
          news:c3sdfs$2bv 3v6$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]


          Comment

          Working...