> ## Documentation Index
> Fetch the complete documentation index at: https://kb.hosting.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Using php.ini directives

> Discover PHP.ini directives for setting time zones, error logging, execution times, script memory, and more.

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](/docs/php-max-input-vars-directive)
* [Enabling PHP error logging](/docs/php-error-log)
* [Disabling functions using the PHP disable\_functions directive](/docs/php-disable_functions-directive)
* [Managing PHP error messages with the display\_errors directive](/docs/php-error-messages)
* [Enabling and disabling the PHP output\_buffering directive](/docs/php-output_buffering-directive)
* [Changing the PHP time zone setting](/docs/php-time-zones)
* [Changing the PHP max\_execution\_time directive](/docs/php-maximum-execution-time)
* [Setting the PHP maximum upload file size](/docs/php-maximum-upload-file-size)
* [Enabling and disabling the PHP register\_globals directive](/docs/php-register-globals-directive)
* [Enabling and disabling the expose\_php directive](/docs/php-expose-php-directive)
* [Enabling and disabling the PHP allow\_url\_fopen directive](/docs/php-allow-url-fopen-directive)
* [Changing the PHP memory limit for scripts](/docs/php-script-memory-limit)
* [Enabling and disabling the PHP magic quotes directive](/docs/php-magic-quotes-directive)
