Home > Article > Backend Development > ioncube_loader_win_5.2.dll error solution, ioncubephploader_PHP tutorial
When we were working on the project, we encountered the following errors
requires the ionCube PHP Loader ioncube_loader_win_5.2.dll to be installed by the site administrator
The main thing we need now is to install and find modules
Download address http://www.ioncube.com/loaders.phpDownload the corresponding module here
Unzip the package and put it in the ext folder in your php installation directory
Then we open php.ini
Add a line
zend_extension_ts="File directory ioncube_loader_win_5.2.dll"
Must be placed in the zend line and at the top
Screenshots are as follows