Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ionCube installation :: zend_extension problem xampp windows

Tags:

php

xampp

ioncube

I trying to install ionCube on Xampp on Windows 10. Facing this error every time

ionCube Loader Wizard

**

Please note that the following problem currently exists with the ionCube Loader installation: The necessary zend_extension line could not be found in the configuration.

**

To use files that have been protected by the ionCube PHP Encoder, a component called the ionCube Loader must be installed.

At the current time the ionCube Loader requires PHP to be built with VC6/VC9/VC11/VC14/VC15. Your PHP software has been built using . Supported builds of PHP are available from PHP.net.

like image 484
Atikur Rahman Shohel Avatar asked Sep 02 '25 09:09

Atikur Rahman Shohel


1 Answers

Important: IonCube Loader's latest version 10.3.9 supports only PHP 7.3. for Windows 10. You have to download the XAMPP version for PHP 7.3 for Windows 10. Ioncube installed for PHP 7.4 version not working

Extract ioncube into htdocs ( XAMPP ) Open loader-wizard.php from ioncube folder >> loader-wizard.php Instractions

Copy ioncube_loader_win_7.3.dll to C:/xampp/php/ext/ >> Test loader

Follow instructions Edit php.ini Loader not installed. RESTART XAMPP APACHE SERVER

ionCube loader version 10.3.9 for PHP 7.3 is Installed Successfully

like image 117
Jiri Avatar answered Sep 04 '25 23:09

Jiri