php.ini Installation Instructions
Analysis
Analysis of your system configuration shows:PHP Version | 5.2.17 |
Operating System | FreeBSD |
Threaded PHP | No |
php.ini file | /usr/local/etc/php5/php.ini |
Required Loader | ioncube_loader_fre_5.2.so |
Instructions
To install the Loader in yourphp.ini
file, edit or create the file
/usr/local/etc/php5/php.ini
and add the following line before any other zend_extension
lines:zend_extension = /<path>/ioncube_loader_fre_5.2.so |
where /<path>/
is where you've installed the loader, e.g. /usr/local/ioncube/
If there are no zend_extension lines already, you can put the line at any point in the file.
Finally, stop and restart your web server software for the changes to take effect.
Installing the Loader for run-time loading
To install for runtime loading, create a directory called ioncube
at or above the top level of your encoded files, and ensure that the directory
contains the ioncube_loader_fre_5.2.so
loader. If run-time install of
the Loader is possible on your system then encoded files should automatically
install the loader when needed.