Installing DOM XML on Apache / PHP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • bissatch@yahoo.co.uk

    #1

    Installing DOM XML on Apache / PHP

    Hi,

    I am having trouble installing DOM XML with apache and PHP (as a
    module).

    When I read tutorials it says that all I have to do is uncomment the
    line:

    ;extension=php_ domxml.dll (not got the code to hand but its something
    like this)

    ...in php.ini

    When I try to restart apche it says that it cannot find the file even
    though I have the correct path to the extentions folder
    (C:/php/extensions) in php.ini and the file is present.

    What else besides getting the extensions folder correct and
    uncommenting the above line? Cheers

    Burnsy

  • bissatch@yahoo.co.uk

    #2
    Re: Installing DOM XML on Apache / PHP

    Well, anyone?

    Comment

    • Andy Hassall

      #3
      Re: Installing DOM XML on Apache / PHP

      On 2 Sep 2005 13:00:47 -0700, bissatch@yahoo. co.uk wrote:
      [color=blue]
      >Well, anyone?[/color]

      Anyone what? Please quote context properly.



      --
      Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
      http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

      Comment

      • Andy Hassall

        #4
        Re: Installing DOM XML on Apache / PHP

        On 29 Aug 2005 12:32:28 -0700, bissatch@yahoo. co.uk wrote:
        [color=blue]
        >I am having trouble installing DOM XML with apache and PHP (as a
        >module).
        >
        >When I read tutorials it says that all I have to do is uncomment the
        >line:
        >
        >;extension=php _domxml.dll (not got the code to hand but its something
        >like this)
        >
        >..in php.ini
        >
        >When I try to restart apche it says that it cannot find the file even
        >though I have the correct path to the extentions folder
        >(C:/php/extensions) in php.ini and the file is present.
        >
        >What else besides getting the extensions folder correct and
        >uncommenting the above line? Cheers[/color]

        Works for me by just adding the extension line. Have you followed all the
        steps in the manual?

        PHP is a popular general-purpose scripting language that powers everything from your blog to the most popular websites in the world.


        --
        Andy Hassall :: andy@andyh.co.u k :: http://www.andyh.co.uk
        http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool

        Comment

        • bissatch@yahoo.co.uk

          #5
          Re: Installing DOM XML on Apache / PHP

          Thanks for the link, that sorted it. I had to copy the iconv.dll file
          from the dll folder. None of the tutorials I searched for on the web
          informed me of that although some did mention the libxml2.dll file, but
          that isnt present with >php4.3.0

          Burnsy

          Comment

          • Tim Van Wassenhove

            #6
            Re: Installing DOM XML on Apache / PHP

            On 2005-09-03, bissatch@yahoo. co.uk <bissatch@yahoo .co.uk> wrote:[color=blue]
            > Thanks for the link, that sorted it. I had to copy the iconv.dll file
            > from the dll folder. None of the tutorials I searched for on the web
            > informed me of that although some did mention the libxml2.dll file, but
            > that isnt present with >php4.3.0[/color]

            It's mentionned in INSTALL.TXT

            php_domxml.dll DOM XML functions PHP <= 4.2.0 requires: libxml2.dll
            (bundled) PHP >= 4.3.0 requires: iconv.dll (bundled)

            --
            Met vriendelijke groeten,
            Tim Van Wassenhove <http://timvw.madoka.be >

            Comment

            Working...