Anon
05-12-2001, 08:13 AM
Anyone know where to get the DOM XML Parser extension. I need the Win32 version. The PHP.ini file says it comes by the name of php_domxml.dll. Thanks for any help.
|
Click to See Complete Forum and Search --> : DOM XML Anon 05-12-2001, 08:13 AM Anyone know where to get the DOM XML Parser extension. I need the Win32 version. The PHP.ini file says it comes by the name of php_domxml.dll. Thanks for any help. simons 05-13-2001, 04:31 AM You needn\'t search for domxml extension, because it\'s alredy part of PHP release. I\'m talking about PHP releases above 4.0.3. All that you have to do is to uncoment this string in php.ini file under extensions section: extension=php_domxml.dll If you are running PHP as CGI module, It will work right away, othervise if you running it as isapi module, you\'ll have to restart your WEB server. Simon kiwi_uk 05-13-2001, 07:07 AM That didnt seem to work. I am using Xitami as my webserver and if i enable the extension I get a Windows Beep and thats it. The web page will not load at all. Any other ideas? tinuviel 05-17-2001, 10:08 AM You need to make sure you do have the dll. In your PHP folder (wherever you put that) you should have a folder called extensions. Make sure the php_domxml.dll is sitting in that folder. If not then you need to download it. I got my whole PHP package with ALL the dll's from http://php4win32.sourceforge.net/releases/php-4.0.6-dev-20010504.exe it's normally at php4win.de but their site is down temporarily for upgrades. you might try getting it from there, you could unpack the thing in a folder somewhere, the exe doesn't install it really, just unpacks it. Then look in the extensions folder for the php_domxml.dll and copy it into your current extensions php folder. That should do it... Tinny PHP Builder
Copyright WebMediaBrands Inc. All Rights Reserved. |