Zend extension support

Top  Previous  Next

Since version 5.0 SourceGuardian loaders may be loaded as Zend extensions. This allow you to specify the full absolute path to the loader regardless of the extension_dir setting. Of course the PHP or webserver process should have enough permissions to access the loader in that location.

 

To install loader for *non threaded* PHP use zend_extension option in php.ini:

 

zend_extension = /usr/local/ixed/ixed.4.3.lin

 

For *threaded* PHP use zend_extension_ts option in php.ini: (mod_php apache module is always threaded under windows)

 

zend_extension_ts = /usr/local/ixed/ixed.4.3.lin

 

Also you should specify an appropriate loader for your OS and PHP version. See the "server wide install" section in our user's manual about loaders names.