php dom errors

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
CodeEye
Forum Commoner
Posts: 25
Joined: Fri Jul 05, 2002 7:19 am

php dom errors

Post by CodeEye »

i have attemped to install the dom xml libary for php but i keep coming up with these errors when i comment out the call to php_domxml.dll it does not bring the these errors. but then it does not work
first error
zend_list_addref could not be located in the dynamic link libary php4ts.dll
second error message
unable ot load dynamic libary 'c:\php/php_domxml.dll'
CodeEye
Forum Commoner
Posts: 25
Joined: Fri Jul 05, 2002 7:19 am

Post by CodeEye »

:( :( :( have i configured my set-up wrong or something do you have any recomendations
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

php_domxml.dll is from the same distribution your 'php-core' is from?
Post Reply