Help installing ionCube
Posted by: LeMarque (---.cybermesa.com)
Date: November 10, 2020 01:01AM

I added the below to phpForApache.ini but when I try to run the application that requires ionCube it says ioncube isn't loaded.

Compiler MSVC15 (Visual C++ 2017)

So I downloaded the non TS for Win10

extension=sqlite3
;extension=sysvshm
;extension=tidy
extension=xmlrpc
extension=xsl
;extension=zend_test

zend_extension="e:/wamp64/bin/php/php7.3.12/ext/php_opcache.dll"

The below is what I added ;

zend_extension="e:/wamp64/bin/php/php7.3.12/zend_ext/ioncube_loader_win7.3dll"

Hope this is clear and any help apprecited.

Options: ReplyQuote
Re: Help installing ionCube
Posted by: maximus23 (---.dynamic.voo.be)
Date: November 10, 2020 03:03AM

Hi,

For WampServer the Loader is a PHP engine extension, so should be referenced with
a zend_extension line in a php.ini file.

The Loader must be for the correct operating system, match the
PHP version, and for whether PHP is built as Thread-Safe (TS).

Download Ioncube Windows VC15 (64 bits) or Windows VC15 (32 bits).

Exemple for PHP 7.3.12 :

Unpack Loader "ioncube_loader_win_7.3.dll" to E:\wamp64\bin\php\php7.3.12\zend_ext\ioncube_loader_win_7.3.dll

Search in phpForApache.ini:

[opcache]
; opcache documentation [php.net]

Add BEFORE:

[ioncube]
zend_extension="E:/wamp64/bin/php/php7.3.12/zend_ext/ioncube_loader_win_7.2.dll"

Restart wampServer two times.

Check a phpinfo page Section "ionCube Loader".

smiling smiley

Options: ReplyQuote
Re: Help installing ionCube
Posted by: LeMarque (---.cybermesa.com)
Date: November 10, 2020 04:54AM

Thanks -

I found the below video very useful in how to use the loader-wizard.php and voila! Just managed to get it working.

I'll review you suggestion after I stop celebrating :-)


[www.youtube.com]

Options: ReplyQuote


Sorry, only registered users may post in this forum.