ION CUBE EXTENSION NOT WORKING on laravel app

arbi

New member
I compile my laravel app but it require the ion cube extension , where to put the "ioncube_loader_win_8.2.dll" loader , i try adding it in php extension and putting it on ext folder in data but nothing works
help me please

1758207628328.webp1758207809838.webp1758207882309.webp
 
Make sure you are using the correct version of PHP and the IonCube extension should be PHP 32-bit and NTS. NTS very important.
 
For IonCube loader DLLs, you must configure ExeOutput for PHP to consider them as ZEND extensions.
See our documentation here:
Search for ioncube.
You must also use the 32-bit (x86) non thread safe (NTS) version of the DLL file for ExeOutput.
 
Back
Top