Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

KERNEL_OVERRIDES

Summary

Kernel Overrides

Description

This setting controls of eZ Publish's autoload system should allow, and load classes, which override kernel classes from extensions. 

Note 1: Not all classes can be overridden because of existing includes, for e.g., handlers. 

Note 2: This feature is not covered by support and any kind of kernel overrides needs to be explicitly informed to eZ Systems on support requests.

define( 'EZP_AUTOLOAD_ALLOW_KERNEL_OVERRIDE', false )

Set EZP_INI_FILE_PERMISSION constant to the permissions you want saved ini and cache files to have. This setting also applies to generated autoload files.  Do keep an octal number as value here (meaning it starts with a 0).

define( 'EZP_INI_FILE_PERMISSION', 0666 )

Andrea Melo (21/06/2012 3:46 pm)

Andrea Melo (21/06/2012 3:46 pm)


Comments

There are no comments.