Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
outlinetrue
stylenone

Installation

PHP

Install PHP - version 5.6 is required

...

Code Block
languagejava
include_path = ".:/php/includes:/usr/share/pear:/var/www/ZendFramework/library:/var/www/ZendFramework/extras/library"

Zend Framework

  • Download Zend Framework version 1.12.20 from Zend.com

  • Extract the tarball to /var/www/ZendFramework-1.12.20

  • Create a symlink to /var/www/ZendFramework

    Code Block
    languagebash
    ln -s /var/www/ZendFramework-1.12.30 /var/www/ZendFramework
    


Zend Guard Loader

  • Download Zend Guard Loader from Zend.com . Select the correct version for your version of PHP and hardware.

  • Extract the tarball to your home directory

  • Move the .so file to the php extensions directory

    Code Block
    languagebash
    mv ZendGuardLoader.so /usr/lib64/php/modules/ZendGuardLoader.so
    


  • Create a new ini in the php.d config directory

    Code Block
    languagebash
    vi /etc/php.d/ZendGuardLoader.ini
    


    Code Block
    languagebash
    linenumberstrue
    ; Enable ZendGuardLoader extension module
    zend_extension=/path/to/ZendGuardLoader.so
    zend_loader.enable=1
    zend_loader.obfuscation_level_support=0
    zend_loader.license_path=/var/www/pcr360/prod/licenses/pcr360.zl
    


PHP Extensions

Include Page
PHP Extensions
PHP Extensions
Child pages (Children Display)
styleh6
sorttitle