phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phpgroupware-developers] phpgw commits


From: Kai Hofmann
Subject: RE: [Phpgroupware-developers] phpgw commits
Date: Mon, 9 May 2005 09:08:57 +0200

> Please explain the "other php.ini settings".

My development options are as follows (only important options listed) for
php 5:

zend.ze1_compatibility_mode = Off

short_open_tag = Off
asp_tags = Off

allow_call_time_pass_reference = Off

safe_mode = Off

; open_basedir =     // Might be useful for testing sometimes


; disable_functions = // These might be usefull sometimes (switch off things
like Exec etc.)
; disable_classes =


expose_php = Off

max_execution_time = 30  
max_input_time = 60
memory_limit = 8M


// depending on testing mode
;error_reporting = E_ALL & ~E_NOTICE
error_reporting  =  E_ALL


display_errors = On
display_startup_errors = On
log_errors = On
ignore_repeated_errors = Off
ignore_repeated_source = Off
report_memleaks = On

track_errors = Off

register_globals = Off
register_long_arrays = Off
register_argc_argv = Off


// These depend on application testing mode !!!
magic_quotes_gpc = Off
magic_quotes_runtime = Off


allow_url_fopen = Off

define_syslog_variables  = Off


Documentation for these settings can be found within your php.ini file.

Greetings

  Kai




reply via email to

[Prev in Thread] Current Thread [Next in Thread]