> 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 _______________________________________________ Phpgroupware-developers mailing list Phpgroupware-developers@gnu.org http://lists.gnu.org/mailman/listinfo/phpgroupware-developers