php安装xmlwriter遇到报错及解决方法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php安装xmlwriter遇到报错及解决方法相关的知识,希望对你有一定的参考价值。
Q1:make的时候报‘ error: ‘zend_class_entry‘ has no member named ‘default_properties‘‘错误, A:把 错误行C文件中default_properties 改成 default_properties_table Q2 : ./configure 时候提示 ‘configure: error: xml2-config not found. Please check your libxml2 installation‘ A:重新安装 libxml2和libxml2-devel yum install libxml2 yum install libxml2-devel -y Q3 : 提示 ‘ZEND_....‘之类的字符错误,xmlwriter版本不兼容, A:下载和当前安装php的版本对应的xmlwriter即可,ps:最好是使用当前php安装包ext中packge安装兼容性不会出问题
以上是关于php安装xmlwriter遇到报错及解决方法的主要内容,如果未能解决你的问题,请参考以下文章
centos7编译安装LNMP(nginx-1.16.0,mysql8.0.16,php-7.3.6)常见问题报错及解决方法