How can I load load Additional extensions ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dennis Lee

    How can I load load Additional extensions ?

    My OS is Winxp . My web server is apache 2 which is installed as a NT
    service .

    My php version is 4.32 , and I extracted it into "c:\php" .

    I run php as a apache module .

    I want to load Additional extensions .They are php_mbstring.dl l,
    php_xslt.dll and php_domxml.dll .

    I have made changes to php.ini as follow.
    extension_dir = "c:\php\extensi ons"
    extension=php_m bstring.dll
    extension=php_x slt.dll
    extension=php_d omxml.dll

    then I restarted apache2 .

    but it told me that the modules could not be located .

    what was wrong ? thanks for any useful words .
  • Dennis Lee

    #2
    Re: How can I load load Additional extensions ?

    I am really confused .

    When I just run php as CGI without changing anything else, It works quite well .

    Why it is wrong when I run php as module under apache 2.0.46 ?

    Is it a bug or anything else ?

    Any help will be appreciated .

    Comment

    • KAH

      #3
      Re: How can I load load Additional extensions ?

      li_zy@eyou.com (Dennis Lee) wrote in
      news:35a44b4c.0 308142149.44565 418@posting.goo gle.com:
      [color=blue]
      > I am really confused .
      >
      > When I just run php as CGI without changing anything else, It works
      > quite well .
      >
      > Why it is wrong when I run php as module under apache 2.0.46 ?
      >
      > Is it a bug or anything else ?[/color]

      You probably forgot to restart your webserver.

      KAH

      Comment

      • Joshua Ghiloni

        #4
        Re: How can I load load Additional extensions ?

        > extension_dir = "c:\php\extensi ons"

        extension_dir = "c:/php/extensions"

        Comment

        Working...