Home > Article > Backend Development > How to install ioncube php
php method to install ioncube: 1. Download "loader-wizard.php" to the web root directory; 2. Run the probe file; 3. Download the corresponding extension; 4. Unzip the downloaded extension to "D:\phpStudy\php54" directory; 5. Add extensions.
The operating environment of this article: Windows 7 system, php5.4 version, DELL G3 computer.
How to install ioncube php?
ionCube is an extension library of PHP. It handles the reading and execution of encoded files at runtime, which is equivalent to a decryption operation. Similar to zendguard in versions before php5.3.
Method
Create a new phpinfo.php to check whether installation of ionCube is supported;
If this item is not No, it is not supported.
##Download: loader-wizard.php to the web root directory; Run and change the probe file: http://localhost/loader-wizard.php?page=default##Operation according to the detection result prompts:
Step one: Download the corresponding extension;
Step two: Unzip the downloaded extension to the D:\phpStudy\php54n directory
Third: Open the configuration file corresponding to PHP and add extensions;
Step four: Restart the apache service;
Click to test, ionCube is installed successfully!
Recommended study: "
PHP Video TutorialThe above is the detailed content of How to install ioncube php. For more information, please follow other related articles on the PHP Chinese website!