Important: PHP.ini changes on Win servers

Yash

Bass
Dated: April 02, 2004

The following changes will be made to the php.ini files across all our windows servers in order to improve security and performace. These changes will be implemented on April 5 so customers are requested to make the required changes to their coding before this date.

1) register_globals = off
2) display_errors = off
3) log_errors = on
4) output_buffering = 4096
5) register_argc_argv = off
6) magic_quotes_gpc = off
7) variables_order = GPCS
8 ) error_reporting = E_ALL
9) allow_call_time_pass_reference = off
 
Back
Top