This is the old documentation center for eZ Publish 4. We are currently migrating the eZ Publish documentation to http://confluence.ez.no the eZ Publish 5 documentation platform. Documentation for the eZ Publish legacy components are still located on this site, as well as all documentation for earlier releases.

USING_BUNDLED_COMPONENTS

Summary

Using Bundled Components

Description

If you are using a distribution of eZ Publish with which the necessary eZ Components are bundled (in lib/ezc), then you can use this setting to control if the bundled eZ Components should be used (true) or not (false).   

By default, when this setting is not present and the bundled eZ Components are present, they will be used. If you're using the bundled eZ Components it's recommended to define EZP_USE_BUNDLED_COMPONENTS as a boolean true anyway, for optimal speed.

define( 'EZP_USE_BUNDLED_COMPONENTS', true );

If you are not using the bundled eZ Components, then for optimal speed it is recommended to set EZC_BASE_PATH to either ezc/Base/base.php or Base/src/base.php, depending on how you installed the eZ Components.By default, if this setting is not present, eZ Publish first tries to include ezc/Base/base.php in the standard php include path. If that fails Base/src/base.php is included.

define( 'EZC_BASE_PATH', '/usr/lib/ezc/Base/base.php' );

Andrea Melo (21/06/2012 5:43 pm)

Andrea Melo (22/06/2012 12:04 pm)


Comments

There are no comments.