简体   繁体   English

Centos 6.7 x86_64:您能帮我找出这个错误吗?

[英]Centos 6.7 x86_64: Can you help me figure out this error?

I get this error in my error_log: 我在error_log中收到此错误:

*[02-Sep-2015 00:22:14 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module Module compiled with module API=20090626 PHP compiled with module API=20100525 These options need to match in Unknown on line 0 * [2015年9月2日00:22:14 UTC] PHP警告:PHP启动:xsl:无法初始化模块使用模块API = 20090626编译的模块使用模块API = 20100525编译的PHP这些选项需要在第0行的Unknown中进行匹配

[02-Sep-2015 00:22:17 UTC] PHP Warning: PHP Startup: xsl: Unable to initialize module Module compiled with module API=20090626 PHP compiled with module API=20100525 These options need to match in Unknown on line 0* [2015年9月2日00:22:17 UTC] PHP警告:PHP启动:xsl:无法初始化模块使用模块API = 20090626编译的模块使用模块API = 20100525编译的PHP这些选项需要在行0的“未知”中匹配

I tried 'pecl upgrade' but there are no packages. 我尝试了“ pecl upgrade”,但没有软件包。 I used EasyApache to add xsl, but apparently, PHP upgraded up did not have all the modules updated. 我使用EasyApache添加了xsl,但是显然,升级了PHP并没有更新所有模块。 I am lost :( 我搞不清楚了 :(

Can someone help? 有人可以帮忙吗?

You are using an outdated PHP module and/or are trying to use a module compiled against a newer PHP version. 您正在使用过时的PHP模块和/或尝试使用针对较新的PHP版本编译的模块。 If you google for your error you find a handful of hits that show you how you could resolve the error: 如果您用Google搜索错误,则会发现一些匹配项,向您展示如何解决该错误:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM