Home  >  Article  >  Backend Development  >  php5.5动态加载扩展库失败,该如何解决

php5.5动态加载扩展库失败,该如何解决

WBOY
WBOYOriginal
2016-06-13 12:06:12925browse

php5.5动态加载扩展库失败
大家好:
         我通过交叉编译,升级了php的版本,我们原来的php扩展库是通过动态链接库的形式加载的,也就是说只在php.ini文件下增加了扩展路径和名称,并没有在代码中dl()加载扩展库。
          现在的问题是,这个php版本升级上去之后并没有加载到扩展库,php.ini文件也正常。请教一下各位,不胜感激
------解决方案--------------------
php 的扩展是与主文件版本绑定的
即扩展需与主文件一起编译

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn