当前位置: 代码迷 >> PHP >> ARM+Linux+PHP移植, DOMDocument not found解决思路
  详细解决方案

ARM+Linux+PHP移植, DOMDocument not found解决思路

热度:130   发布时间:2016-04-28 22:25:18.0
ARM+Linux+PHP移植, DOMDocument not found
    今天想把php移植到arm板子上,但是移植上去后,用测试程序测试提示:class 'DOMDocument not found in .....',请问这个问题该如何解决呢?
------解决方案--------------------
php有一吨组件的
然后刚好这个DOMDocument没配置上,于是就默认被关了
configure的时候仔细看看就知道了
  相关解决方案