Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
bcgeneratestaticcache | eZ Publish Legacy | stable |
Version | Compatible with |
---|---|
N/A | N/A |
bcgeneratestaticcache is a command line script that provides a command line script to use to generate static cache using command line options
This extension is now compatible and tested with eZ Publish 5.x+ (Legacy) and PHP 5.4
Tested with eZ Publish Community Project 2014.07 and 2013.05
This script depends on autoloads to function
To use this script you must first regenerate autoloads for your installation
php ./bin/php/ezpgenerateautoloads.php;
The complete extension usage documentation is included in the file doc/USAGE.
This solution was based on the makestaticcache_cli extension by Damien Pobel
This solution was compatible with eZ Publish 4.x (See GitHub repository's 4.x branch for older version)