简体   繁体   English

运行PHP 5.6.8的Windows 64位上的ionCube Loader无法正常工作

[英]ionCube Loader on Windows 64-bit running PHP 5.6.8 not working

I have tried to configure ionCube Encoder on my Windows 10 PC running PHP 5.6.8 but without success. 我试图在运行PHP 5.6.8的Windows 10 PC上配置ionCube编码器,但未成功。 After downloading the encoder zip file from ioCube Loaders I copied the " ioncube_loader_win_5.6.dll " to "C:\\xampp\\php\\ext". ioCube Loaders下载编码器zip文件后,我将“ ioncube_loader_win_5.6.dll ”复制到了“ C:\\ xampp \\ php \\ ext”。 Then I updated my php.ini file to loaded the encoder 然后我更新了php.ini文件以加载编码器

[ionCube Loader]
zend_extension="C:\xampp\php\ext\ioncube_loader_win_5.6.dll"

and restarted apache, but when I test it from then command prompt using "php -v", it does not load. 并重新启动了apache,但是当我使用“ php -v”从命令提示符下对其进行测试时,它不会加载。 See my result 看我的结果

php -v
Failed loading C:\xampp\php\ext\ioncube_loader_win_5.6.dll
PHP 5.6.8 (cli) (built: Apr 15 2015 15:07:09)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.6.0, Copyright (c) 1998-2015 Zend Technologies

I also tried setting it up using the loader-wizard, but it did not work too. 我还尝试使用loader-wizard对其进行设置,但它也无法正常工作。 Anyone with useful information will be of great help right now. 任何拥有有用信息的人现在都将大有帮助。 Thanks 谢谢

This Post is old but it might help other people. 这篇文章很旧,但可能会对其他人有所帮助。 You have just to replace to dll. 您只需要替换为dll。 I had the same problem when using the 64bits dll. 使用64位dll时遇到相同的问题。 Replacing it with the x86 dll did the tric 用x86 dll替换它完成了

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

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