30 lines
993 B
ApacheConf
30 lines
993 B
ApacheConf
# PHP XDEBUG SETTINGS
|
|
# php_value xdebug.profiler_output_dir xdebug/
|
|
# php_value xdebug.profiler_output_name timestamp
|
|
# php_value xdebug.profiler_enable 1
|
|
php_value xdebug.collect_params 2
|
|
php_value xdebug.collect_vars 0
|
|
php_value xdebug.show_local_vars 0
|
|
#php_value xdebug.dump_globals 0
|
|
# allowed COOKIE, FILES, GET, POST, REQUEST, SERVER, SESSION
|
|
#php_value xdebug.dump.GET *
|
|
# PHP ERROR SETTINGS
|
|
php_flag short_open_tag off
|
|
php_flag display_startup_errors on
|
|
php_flag display_errors on
|
|
php_flag html_errors on
|
|
php_flag log_errors on
|
|
php_flag ignore_repeated_errors off
|
|
php_flag ignore_repeated_source off
|
|
php_flag report_memleaks on
|
|
php_flag track_errors on
|
|
php_value docref_root 0
|
|
php_value docref_ext 0
|
|
# Turn this on to redirect log to different folder
|
|
#php_value error_log /var/www/html/developers/clemens/php/php-error/php-errors.log
|
|
# this is E_ALL reporting ON
|
|
php_value error_reporting -1
|
|
# this is E_ALL | ~E_NOTICE
|
|
#php_value error_reporting 2039
|
|
php_value log_errors_max_len 0
|