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.

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 3:43 pm)

Andrea Melo (22/06/2012 10:04 am)


Comments

There are no comments.