30.07.2012 Views

Reference Guide

Reference Guide

Reference Guide

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Name Default Optimal<br />

Value<br />

Description<br />

Zend Server Best Practices<br />

it makes it possible to determine whether you use PHP on<br />

your server or not.<br />

display_errors 1 0 This determines whether errors should be printed to the<br />

screen as part of the output or if they should be hidden<br />

from the user.<br />

Value "stderr" sends the errors to stderr instead of stdout.<br />

The value is available as of PHP 5.2.4. In earlier versions,<br />

this directive was of type boolean.<br />

Note: This is a feature to support your development and<br />

should never be used on production systems (e.g.,<br />

systems connected to the Internet).<br />

Note: Although display_errors may be set at runtime (with<br />

ini_set()), it won't have any affect if the script has fatal<br />

errors. This is because the desired runtime action does not<br />

get executed.<br />

register_globals 0 0 Whether or not to register the EGPCS (Environment, GET,<br />

POST, Cookie, Server) variables as global variables.<br />

Relying on this feature is highly discouraged. Please read<br />

the security chapter in the PHP manual on Using<br />

register_globals for related information.<br />

Note: register_globals is affected by the variables_order<br />

directive.<br />

407

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

Saved successfully!

Ooh no, something went wrong!