Broadcast on Broadcast off
The Documentation for Project Zero has moved. Please update your bookmarks to: http://www.projectzero.org/documentation/
Table of
Contents...
Hide
 

Php.ini configuration

A number of configuration directives are supported in the config/php.ini file which can be set to alter the behavior when executing PHP scripts.

Typeup Directive Explanation Default Value
Errors and Logging display_errors See php.net documentation 1
Errors and Logging developer_mode In developer mode the engine will not attempt to catch Java exceptions, allowing them to be debugged more easily in an IDE. This is useful if you are extending PHP by writing a Java XAPI extension. false
Errors and Logging log_errors See php.net documentation 0
Errors and Logging ignore_repeated_errors See php.net documentation Off
Errors and Logging ignore_repeated_source See php.net documentation Off
Errors and Logging track_errors See php.net documentation 1
Errors and Logging html_errors See php.net documentation 0
Errors and Logging xmlrpc_errors   false
Errors and Logging xmlrpc_error_number   0
Errors and Logging docref_root See php.net documentation  
Errors and Logging docref_ext See php.net documentation .html
Errors and Logging error_prepend_string See php.net documentation  
Errors and Logging error_append_string See php.net documentation  
Errors and Logging error_log See php.net documentation  
Errors and Logging error_reporting See php.net documentation 8191
Errors and Logging log_errors_max_len See php.net documentation 1024
Extending extension If you wish to have an extension loaded add a line extension=<class name>. The class is found and loaded from the application's classpath.  
Paths and Directories extension_dir Not used. ./
Paths and Directories include_path See php.net documentation  
Unicode unicode.runtime_encoding Sets the encoding used to store strings internally within the runtime. Only utf-8 is currently supported utf-8
Unicode unicode.script_encoding Sets the encoding used in scripts. The encoding must be ASCII compatible. Only utf-8, ASCII and ISO8859-1 are currently supported. utf-8

-- cjthorne - 28 Jun 2007

  • php.ini: Latest recommended php.ini file for use in project zero

  Attachment Action Size Date Who Comment
txt php.ini props, move 9.5 K 01 Feb 2008 - 17:21 zerodocgen Latest recommended php.ini file for use in project zero
r27 - 01 Feb 2008 - 17:21:16 - zerodocgen
Syndicate this site RSS ATOM
Copyright 2007 © IBM Corporation | Privacy | Terms of Use | About this site