Hi,
- Download ioncube_loaders_win_vc16_x86-64.zip V14.00 (TS)
After unzipping, there are three dlls:
ioncube_loader_win_8.1.dll
ioncube_loader_win_8.2.dll
ioncube_loader_win_8.3.dll
Each must be copied into the zend_ext folder of the relevant PHP version:
(PHP version numbers may vary depending on your installation of Wampserver)
e:\wamp64\bin\php\php8.1.31\zend_ext\ioncube_loader_win_8.1.dll
e:\wamp64\bin\php\php8.2.27\zend_ext\ioncube_loader_win_8.2.dll
e:\wamp64\bin\php\php8.3.15\zend_ext\ioncube_loader_win_8.3.dll
Then each phpForApache.ini file for the three PHP versions must be edited to add, just before the [opcache] section and depending on the PHP version, the following two lines:
- PHP 8.1.31
[ioncube]
zend_extension="E:/wamp64/bin/php/php8.1.31/zend_ext/ioncube_loader_win_8.1.dll"
- PHP 8.2.27
[ioncube]
zend_extension="E:/wamp64/bin/php/php8.2.27/zend_ext/ioncube_loader_win_8.2.dll"
- PHP 8.3.15
[ioncube]
zend_extension="E:/wamp64/bin/php/php8.3.15/zend_ext/ioncube_loader_win_8.3.dll"
Be careful to match PHP versions with ioncube_loader_win_x.y.dll versions.
That's what Maximus23 explained almost 5 years ago!
---------------------------------------------------------------
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons