| Loader Install Assistant |
Analysis of your system configuration shows:
| PHP Version | 4.4.8 |
| Operating System | FreeBSD |
| Threaded PHP | No |
| php.ini file | Check phpinfo() output for location |
| Required Loader | ioncube_loader_fre_4.4.so |
Installing the Loader in php.ini
To install the loader in your php.ini file, just edit
the file and add the following line before any
other zend_extension lines:
zend_extension = /<path>/ioncube_loader_fre_4.4.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.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. |