30.07.2012 Views

Reference Guide

Reference Guide

Reference Guide

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Zend Server <strong>Reference</strong> Manual<br />

zend_optimizerplus.save_comments boolean PHP_INI_SYSTEM<br />

zend_optimizerplus.fast_shutdown boolean PHP_INI_SYSTEM<br />

zend_optimizerplus.optimization_level integer PHP_INI_SYSTEM<br />

zend_optimizerplus.enable_slow_opti<br />

mizations<br />

230<br />

boolean PHP_INI_SYSTEM<br />

If disabled, all PHPDoc<br />

comments are dropped from the<br />

code to reduce the size of the<br />

optimized code.<br />

If enabled, a fast shutdown<br />

sequence is used for the<br />

accelerated code<br />

A bitmask, where each bit<br />

enables or disables the<br />

appropriate Optimizer+ passes<br />

Enables or disables the<br />

optimization passes that may<br />

take significant time, based on<br />

an internal runtime calculation<br />

External Configuration File: Optimizer+ blacklist file<br />

The Optimizer+ blacklist file is a text file that holds the names of files that should not be accelerated. The<br />

file format is to add each filename to a new line. The filename may be a full path or just a file prefix (i.e.,<br />

/var/www/x blacklists all the files and directories in /var/www that start with 'x'). Files are usually triggered<br />

by one of the following three reasons: 1) Directories that contain auto generated code, like Smarty or<br />

ZFW cache. 2) Code that does not work well when accelerated, due to some delayed compile time<br />

evaluation. 3) Code that triggers an Optimizer+ bug.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!