on a windows box you don't need to compile your php (--with-domxml). i think
you installed the precompiled binaries from php.net. so if you want to
enable this extension, look into your php.ini and uncomment the following
line:

extension=php_domxml.dll

hth SVEN

Steff wrote:
> Hello
>
>     I'm a beginner in php.
>
>     Sorry to disturb you but I have two problems and I hope you can
> help me.
>
>     I use php 4.3.2(InetPub\Php is my php directory) under windows
> 2000 server with IIS 5.0.
>
>    I want to manipulate xml file with Php (add some element, modify
> some element, delete some element and consult some element) but when
> I try  domxml_open_file I obtain system error : Call to undefined
> function: domxml_open_file()
>
>    I heard about use --with-dom but I don't see how and about
> php/win32 directory which I don't see.
>
>  Can you help me ?
>  Thanks
>  Cordially
>  Vauclaire Stéphane
>  http://www.c-comnet.com



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to