Adding extensions under windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gabriele Farina

    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


  • steffen horst

    #2
    Re: Adding extensions under windows

    hi
    [color=blue]
    > 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??[/color]

    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: http://www.opera.com/m2/

    Comment

    • steffen horst

      #3
      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: http://www.opera.com/m2/

      Comment

      • Gabriele Farina

        #4
        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:



        bye, and good night


        Comment

        Working...