DOMXML, PHP4 => PHP5

故事扮演 提交于 2020-01-15 08:14:09

问题


I have a script running on a server with PHP4 that uses DOMXML. Now I have to migrate the site (incl. the script) to a new server running PHP5 and it seems that DOMXML isn't working properly anymore. Is there an easy way to fix this?

Thanks.


回答1:


In PHP5 the DOMXML was replaced by DOM:

http://www.php.net/manual/ref.dom.php

For migration check this page:

http://alexandre.alapetite.net/doc-alex/domxml-php4-php5/index.en.html



来源:https://stackoverflow.com/questions/610124/domxml-php4-php5

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!