webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

PHP4 DOMXML INSTALLATION ...Hi heiko :)

  • 1.  PHP4 DOMXML INSTALLATION ...Hi heiko :)

    Posted Tue January 11, 2005 11:06 AM

    This is the setup I used.
    1) download the PHP-Win32 binary installation from www.php.net
    2) download the PHP-Win32 ZIP package that contains all dll’s , extensions, APIs and stuff from www.php.net
    3) Install PHP binary to c:\PHP
    4) unzip the ZIP package to c:\PHP (you should see more subdirectories now)
    4a) add the following lines to your Apache httpd.conf file:
    LoadModule php4_module c:/php/sapi/php4apache2.dll
    AddType application/x-httpd-php .php
    The c:/php/sapi/php4apache2.dll was contained in the PHP Win32 ZIP file that you extracted in step 2
    5) open php.ini in C:\WINDOWS
    6) in php.ini locate the extension path and change the line extension_dir = “./” to
    extension_dir = “C:\PHP\extensions”
    7) in php.ini locate the line ;extension=php_domxml.dll and remove the ; sign
    8) copy iconv.dll from c:\php\dlls to c:\windows\system32
    9) download domxml.zip from http://www.firepages.com.au/public/domxml.zip
    10) copy the libxml2.dll from domxml.zip to c:\windows\system32
    11) The php_domxml.dll should already exist in your c:\php\extensions directory (was also contained in PHP Win-32 ZIP file in step 2)
    12) stop and restart your Apache / IIS

    Could it be that the domxml file I downloaded in not good?Is there any other link to download this domxml?
    cheers

    kay

    Arsenal are the best!


    #API-Management
    #webMethods-Tamino-XML-Server-APIs
    #webMethods


  • 2.  RE: PHP4 DOMXML INSTALLATION ...Hi heiko :)

    Posted Thu January 13, 2005 10:16 AM