| Loader Install Assistant |
Analysis of your system configuration shows:
| PHP Version | 4.4.9 |
| Operating System | FreeBSD |
| Threaded PHP | Yes |
| php.ini file | /hsphere/local/config/httpd2/php4/php.ini |
| Required Loader | ioncube_loader_fre_4.4_ts.so |
Installing the Loader in php.ini
To install the loader in your php.ini file, just edit
the /hsphere/local/config/httpd2/php4/php.ini file and add the following line before any
other zend_extension lines:
zend_extension_ts = /<path>/ioncube_loader_fre_4.4_ts.so |
where /<path>/ is where you've installed the loader, e.g. /usr/local/ioncube/
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_4.4_ts.so loader. If run-time install of
the Loader is possible on your system then encoded files should automatically
install the loader when needed.
Further Help
Please contact support@ioncube.com if you require further assistance with your install.
| Copyright 2002-2003 ionCube Ltd. All rights reserved. |