Adding extensions under windows

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

  1. #1

    Default Adding extensions under windows

    Hi guys,

    I'm trying to add php_xslt and php_dom_xml extension to the php interpreter,
    but the interpreter can't load the files also if they are in the right
    directory. It happens only for this dlls, not for all the extensions. the
    libs required by php_xslt are stored correctly in the libs directory (I
    think that php_xslt bedds only sablot.dll and expat.dll).

    where is the problem??Why php doesn't load this .dll files??

    bye


    Gabriele Farina Guest

  2. Similar Questions and Discussions

    1. extensions on a windows system
      Heallo all, I need to run some tests on a windows system(XP profesional with IIS) and the PHP (4.3 ) application needs the following extensions ...
    2. Cannot use Sybase extensions in PHP 4.3.3 (Windows)
      Hi all, When trying to connect with a MS Sql database, I get the "cannot find libct.dll" error. I've searched Google and have found a few threads...
    3. Windows extensions with MINGW
      Hi all, I try to build/install Ruby 1.8.0 from sources on Windows, by using MINGW (gcc) + MSYS (set of various unix utilities) configure,...
    4. Adding extensions to hundreds MAC files
      This has been answered before but I can't find it. (Thought I bookmarked it but obviously didn't!) Len Hewitt gave an answer using a DOS Command. ...
    5. Adding file extensions recognized by Dreamweaver MX
      I followed instructions from Macromedia's web site on how to add the extension ".inc" to Dreamweaver MX. Before doing this, include files could...
  3. #2

    Default Re: Adding extensions under windows

    hi
    > I'm trying to add php_xslt and php_dom_xml extension to the php
    > interpreter,
    > but the interpreter can't load the files also if they are in the right
    > directory. It happens only for this dlls, not for all the extensions. the
    > libs required by php_xslt are stored correctly in the libs directory (I
    > think that php_xslt bedds only sablot.dll and expat.dll).
    >
    > where is the problem??Why php doesn't load this .dll files??
    Mind only if noone else knows the answer:

    I had the same problem, but i'm not sure how i got it finally worked. The
    only thing i remember is, that you have to close Apache (or whatever you
    are using), not just php.exe. Google told me to put the dll's into the
    system32-directory, if you are using windows, but i'm not sure, whether
    that is really necessary.

    please post here, when you found the way..

    steffen



    --
    Using M2, Opera's revolutionary e-mail client: [url]http://www.opera.com/m2/[/url]
    steffen horst Guest

  4. #3

    Default Re: Adding extensions under windows

    > that you have to close Apache

    ....before you copy the files into the proper directory

    --
    Using M2, Opera's revolutionary e-mail client: [url]http://www.opera.com/m2/[/url]
    steffen horst Guest

  5. #4

    Default Re: Adding extensions under windows

    > please post here, when you found the way..

    I find te way:

    You have to copy the files in the "dlls" directory in windows/system32, and
    also copy php_xslt.dll (but it works also for php_domxml.dll) in that
    directory.

    Now it works, an the errors desappear.

    I find my answer here:

    [url]http://sniptools.com/vault/000007.htm[/url]

    bye, and good night


    Gabriele Farina 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