我从ioncube下载ioncube_loader并解压了一个文件ioncube_loader_win_5.3.dll,在使用时我添加了C:\wamp\bin\php\php5.3.10\ioncube_loader_win_5.3.dll,我在wampserver中添加了php.ini:
zend_extension_ts = "C:/wamp/bin/php/php5.3.10/ioncube_loader_win_5.3.dll"但是当使用离子立方体运行代码是错误的:
Site error: the file C:\wamp\www\test.php requires the ionCube PHP Loader ioncube_loader_win_5.3.dll to be installed by the website operator. If you are the website operator please use the ionCube Loader Wizard to assist with installation.如何修复它?
发布于 2012-04-13 14:04:01
zend_extension_ts请使用zend_extension http://www.ioncube.com/loaders.php
Windows VC6 (x86)
Windows VC6 (非TS) (x86)
Windows VC9 (x86)
Windows VC9 (非TS) (x86)
所有列表均仅用于x86
发布于 2012-04-09 11:31:30
在php.ini中,我将库复制到/php/ext/文件夹中,并使用:
zend_extension="C:\xampp\php\ext\ioncube_loader_win_5.3.dll"
发布于 2013-03-22 15:25:55
Wampserver32位是vc6,包括wampserver2.1
由于php 5.3.6仅作为vc9发布,Wampserver2.232位已更改为vc9
Wampserver 64位一直都是vc9
https://stackoverflow.com/questions/10039289
复制相似问题