简体   繁体   English

PHP IonCube 加载器错误

[英]PHP IonCube Loader Error

using local development ampps server.使用本地开发ampps服务器。 php 7.1 and apache 2.4 on ubuntu. ubuntu 上的 php 7.1 和 apache 2.4。 on running php programs this is found in apache error_log在运行 php 程序时,这是在 apache error_log 中找到的

Cannot load the ionCube PHP Loader - it was built with configuration API320151012,NTS, whereas running engine is API320160303,NTS

This error indicates that you are using the Loader for the wrong version of PHP.此错误表明您使用的加载程序用于错误的 PHP 版本。 PHP 7.0 has an API version 20151012 and 7.1 has 20160303, so you are using the Loader for PHP 7.0 by mistake. PHP 7.0 的 API 版本为 20151012,而 7.1 的 API 版本为 20160303,因此您错误地使用了 PHP 7.0 的加载程序。 Download the Loaders package again, be careful to select the Loader for PHP 7.1 and then you should be fine.再次下载 Loaders 包,注意选择 Loader for PHP 7.1 就可以了。

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

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