How can I load load Additional extensions ?

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default 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.dll,
    php_xslt.dll and php_domxml.dll .

    I have made changes to php.ini as follow.
    extension_dir = "c:\php\extensions"
    extension=php_mbstring.dll
    extension=php_xslt.dll
    extension=php_domxml.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 Guest

  2. Similar Questions and Discussions

    1. #39102 [NEW]: Can't load extensions!!
      From: nicodoggie at gmail dot com Operating system: Win XP PHP version: 5.1.6 PHP Bug Type: *General Issues Bug description:...
    2. Load Additional Job Options
      We are considering upgrading to Acrobat 7, but we have a few question before we commit to spend a couple of thousand dollars on this software....
    3. #26034 [Opn->Bgs]: Unable to load extensions
      ID: 26034 Updated by: edink@php.net Reported By: v_santhanam at amrita dot edu -Status: Open +Status: ...
    4. #26034 [Bgs->Opn]: Unable to load extensions
      ID: 26034 User updated by: v_santhanam at amrita dot edu Reported By: v_santhanam at amrita dot edu -Status: Bogus...
    5. How Can I 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...
  3. #2

    Default 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.dll,
    php_xslt.dll and php_domxml.dll .

    I have made changes to php.ini as follow.
    extension_dir = "c:\php\extensions"
    extension=php_mbstring.dll
    extension=php_xslt.dll
    extension=php_domxml.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 Guest

  4. #3

    Default Re: [PHP] How can I load load Additional extensions ?

    Dennis Lee wrote:
    >what was wrong ? thanks for any useful words .
    >
    Are those extensions in c:\php\extensions?

    --
    The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.


    Leif K-Brooks Guest

  5. #4

    Default Re: [PHP] How can I load load Additional extensions ?

    I am sure they are in c:\php\extensions .

    any other idea ?

    "Leif K-Brooks" <eurleif@buyer-brokerage.com> ????
    news:3F3C60E1.7090804@buyer-brokerage.com...
    > Dennis Lee wrote:
    >
    > >what was wrong ? thanks for any useful words .
    > >
    > Are those extensions in c:\php\extensions?
    >
    > --
    > The above message is encrypted with double rot13 encoding. Any
    unauthorized attempt to decrypt it will be prosecuted to the full extent of
    the law.
    >
    >

    Dennis Lee Guest

  6. #5

    Default 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 .
    Dennis Lee Guest

  7. #6

    Default Re: [PHP] Re: How can I load load Additional extensions ?

    Dennis Lee wrote:
    >Why it is wrong when I run php as module under apache 2.0.46 ?
    >
    PHP and Apache 2 are currently unstable together.

    --
    The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.


    Leif K-Brooks Guest

  8. #7

    Default Re: How can I load load Additional extensions ?

    [email]li_zy@eyou.com[/email] (Dennis Lee) wrote in
    news:35a44b4c.0308142149.44565418@posting.google.c om:
    > 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 ?
    You probably forgot to restart your webserver.

    KAH
    KAH Guest

  9. #8

    Default Re: [PHP] Re: How can I load load Additional extensions ?

    <3F3C78BE.20208@buyer-brokerage.com>
    Leif K-Brooks:
    > Dennis Lee wrote:
    >
    >> Why it is wrong when I run php as module under apache 2.0.46 ?
    >>
    > PHP and Apache 2 are currently unstable together.
    They might crash on any high traffic, but they start fine, at least when
    I've tried it.


    Comex Guest

  10. #9

    Default Re: How can I load load Additional extensions ?

    > extension_dir = "c:\php\extensions"

    extension_dir = "c:/php/extensions"

    Joshua Ghiloni Guest

  11. #10

    Talking Re: How can I load load Additional extensions ?

    hey, go to this page, its useful .... i think u might get best results..

    if im wrong im sorri....


    http://files.zend.com/help/Zend-Server-Community-Edition/adding_extensions.htm

    Cheers,
    Raymond Herbert.A
    raymondherbert Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139