Click to See Complete Forum and Search --> : [Resolved] XML and PHP on Windows


kolcun
05-13-2003, 03:20 PM
I've just installed the newest version of php, and it is setup properly with the IIS server.

according to the install.txt file, xml is automatically included and ready to go. but.. Its not working, meaning that functions such as return errors such as -- Fatal error: Call to undefined function: domxml_new_doc()

has anyone had luck geting these xml functions to work on windows?

thanks a lot
--mike kolcun

kolcun
05-15-2003, 01:02 PM
I got it..

if anyone needs help getting the xmldom stuff to work with php on windows servers email me, or post here

mike at NOSPAM xminus1 dot com

hiptopjavaman
09-19-2003, 10:11 PM
win32 DOM XML woes

What is the secret kolcun?

Thanks!

sachyadada
10-15-2003, 09:47 AM
Hi kolcun,
Please help me. I'm facing the same problem which you had faced previously about XML-Dom.

I'm using PHP 4.3.1 on windows 2000 professional.
phpinfo() shows that xml support is active but when I try to use any of the xml related function it gives errors of undefined function call. e.g. Fatal error: Call to undefined function: domxml_new_doc()

How did you resolved this problem? Plese help me.

Thanks in advance,

Regards

sachyadada

pilitiger
11-20-2003, 02:28 AM
Hi sachyadada:

Not only XML support has to be active but also DOMXML extension has to be active.

Yon can theck if the following in your php.ini is uncommented.

;Windows Extensions
;Note that MySQL and ODBC support is now built in, so no dll is needed for it.
;
;extension=php_bz2.dll
;extension=php_ctype.dll
;extension=php_cpdf.dll
extension=php_curl.dll
;extension=php_cybercash.dll
;extension=php_db.dll
;extension=php_dba.dll
;extension=php_dbase.dll
;extension=php_dbx.dll
extension=php_domxml.dll