README.txt 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. The ionCube Loader
  2. ------------------
  3. This package contains:
  4. * the latest available Loaders for the platform(s) selected
  5. * a Loader Wizard script to assist with Loader installation (loader-wizard.php)
  6. * the License document for use of the Loader and encoded files (LICENSE)
  7. Please note that current Loaders for very old versions may not be available.
  8. In this case, the most recently available Loader for that version of PHP will
  9. have been included.
  10. INSTALLATION
  11. ------------
  12. ** Installing to a remote SHARED server
  13. 1. Upload the contents of this package to a directory/folder called ioncube
  14. within your main web scripts area.
  15. 2. Launch the Loader Wizard script in your browser. For example:
  16. http://yourdomain/ioncube/loader-wizard.php
  17. If the wizard is not found, carefully check the location where you uploaded
  18. the Loaders and the wizard script to on your server.
  19. ** Installing to a remote UNIX/LINUX DEDICATED or VPS server
  20. 1. Upload the contents of this package to /usr/local/ioncube
  21. 2. Copy the loader-wizard.php script to the root web directory of a
  22. configured domain on the server
  23. 2. Launch the Loader Wizard script in your browser. For example:
  24. http://yourdomain/loader-wizard.php
  25. ** Installing to a remote WINDOWS DEDICATED or VPS server
  26. 1. Upload the contents of this package to C:\windows\system32
  27. 2. Copy the loader-wizard.php script to the root web folder of a
  28. configured domain on the server
  29. 2. Launch the Loader Wizard script in your browser. For example:
  30. http://yourdomain/loader-wizard.php
  31. XCACHE and XDEBUG
  32. -----------------
  33. If you wish to enable *both* XCache and Xdebug whilst running the Loader,
  34. please use XCache as an ordinary extension rather than a Zend engine extension.
  35. That is, install XCache using the following line in the ini file and with
  36. xcache.so in the extensions directory:
  37. extension = xcache.so
  38. If you are only running XCache then it can be installed as a Zend engine
  39. extension when the Loader is also installed.
  40. Copyright (c) 2002-2013 ionCube Software LLP Last revised 3-May-2013