DOMXML,PHP4 => PHP5 [英] DOMXML, PHP4 => PHP5

查看:108
本文介绍了DOMXML,PHP4 => PHP5的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个脚本在服务器上运行,PHP4使用DOMXML。现在我必须将站点(包括脚本)迁移到运行PHP5的新服务器,并且似乎DOMXML不能正常工作。有一个简单的方法来解决这个问题吗?

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?

谢谢。

推荐答案

在PHP5中,DOMXML被DOM替换:

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

这篇关于DOMXML,PHP4 => PHP5的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆