Using php.ini directives
The directives in php.ini files allow you to control many settings for your web site. This collection of articles covers how to control error logging, specify time zone information, and much more:
- Changing the max_input_vars directive in PHP scripts
- Enabling PHP error logging
- Disabling functions using the PHP disable_functions directive
- Managing PHP error messages with the display_errors directive
- Enabling and disabling the PHP output_buffering directive
- Changing the PHP time zone setting
- Changing the PHP max_execution_time directive
- Setting the PHP maximum upload file size
- Enabling and disabling the PHP register_globals directive
- Enabling and disabling the expose_php directive
- Enabling and disabling the PHP allow_url_fopen directive
- Changing the PHP memory limit for scripts
- Enabling and disabling the PHP magic quotes directive
Updated 10 days ago