gtxyzz

PHP Fatal error: Incompatible file format: The encoded file has format major ID 3, whereas the Loa

gtxyzz 运维技术 2023-01-27 480浏览 0

PHP Fatal error:  Incompatible file format:  The encoded file has format major ID 3, whereas the Loa

切换下php版本即可  可换成php5.2 

原因:是Zend Guard 5.1更新了加密PHP文件的算法来迎合PHP5.3新版本支持,用Zend Guard老版本加密过的PHP文件在 PHP5.3+ Zend Guard Loader的环境下都无法正常浏览,会报出文章开头的错误。

也就是说php版本的不同,配置的zendguardloader也不一样,导致出现了这样的问题。解决办法是重新上传未加密过的php程序或者php版本降级。

继续浏览有关 技术运维 的文章
发表评论