IIS extension_dir not on drive C

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Thierry B.

    IIS extension_dir not on drive C

    Hi,

    I used Apache and Omnihttpd web servers with php for a long time on my test
    server without any problem. Recently I installed IIS for W2K workstation.
    All three servers share the same doc root and php 4.3.2 installation. The
    problem I have with IIS is that php complain about not finding extensions
    modules in d:\httpd\php\ex tensions directory. I have not this problem with
    other servers. After some searches, I discovered that the only way to load
    extensions with IIS was to put them on drive C.

    Is this a known issue ?

    Thierry Bothorel
    --
    Click below to answer / cliquez ci dessous pour me repondre


  • Agelmar

    #2
    Re: IIS extension_dir not on drive C

    Thierry B. wrote:[color=blue]
    > Hi,
    >
    > I used Apache and Omnihttpd web servers with php for a long time on
    > my test server without any problem. Recently I installed IIS for W2K
    > workstation. All three servers share the same doc root and php 4.3.2
    > installation. The problem I have with IIS is that php complain about
    > not finding extensions modules in d:\httpd\php\ex tensions directory.
    > I have not this problem with other servers. After some searches, I
    > discovered that the only way to load extensions with IIS was to put
    > them on drive C.
    >
    > Is this a known issue ?
    >
    > Thierry Bothorel[/color]

    Mine loads fine off of drive E:... I think it's just your setup.


    Comment

    • Thierry B.

      #3
      Re: IIS extension_dir not on drive C

      Do you use php as cgi, isapi of fastcgi ?

      --
      Click below to answer / cliquez ci dessous pour me repondre

      "Agelmar" <ifetteNOSPAM@c omcast.net> a écrit dans le message de
      news:bs9qtj$b78 b8$1@ID-30799.news.uni-berlin.de...[color=blue]
      >
      > Mine loads fine off of drive E:... I think it's just your setup.
      >
      >[/color]

      Comment

      • Thierry B.

        #4
        Re: IIS extension_dir not on drive C

        I found the problem, without understanding why. In fact PHP with IIS loads
        all extensions in my d:\httpd\php\ex tensions directory correctly, except
        php_iconv.dll. Although iconv.dll is in my system path (d:\httpd\php\d lls),
        I have to copy this file in \%winnt\system3 2 if I want php to load
        php_iconv.dll. With other servers, iconv.dll can be in d:\httpd\php\dl ls and
        it works fine.

        TB

        --
        Click below to answer / cliquez ci dessous pour me repondre

        [color=blue]
        > "Agelmar" <ifetteNOSPAM@c omcast.net> a écrit dans le message de
        > news:bs9qtj$b78 b8$1@ID-30799.news.uni-berlin.de...[color=green]
        > >
        > > Mine loads fine off of drive E:... I think it's just your setup.
        > >
        > >[/color]
        >[/color]

        Comment

        Working...