Статьи

Changing the PHP Memory Limit for Scripts

The memory_limit directive in PHP controls the maximum amount of memory a script can allocate. By...

Changing the PHP Time Zone Setting

By default, PHP scripts on ruachost.com servers use the US Eastern Standard Time (EST) zone. You...

Changing the PHP max_execution_time directive

The max_execution_time directive in PHP controls how long a script is allowed to run before it is...

Changing the max_input_vars directive in PHP scripts

The max_input_vars directive in PHP controls the maximum number of input variables your script...

Disabling functions using the PHP disable_functions directive

The disable_functions directive in PHP allows you to block specific functions from being...

Enabling PHP error logging

PHP error logging helps you identify and troubleshoot issues in your scripts. On ruachost.com,...

Enabling and Disabling the PHP allow_url_fopen Directive

The allow_url_fopen directive in PHP controls whether functions like file_get_contents() and...

Enabling and Disabling the PHP register_globals Directive

The register_globals directive in PHP automatically turns incoming request variables (from forms,...

Enabling and disabling the PHP magic quotes directive

The magic_quotes directive in PHP automatically escapes special characters (like quotes) in...

Enabling and disabling the PHP output_buffering directive

The output_buffering directive in PHP controls how output is sent to the client. By default, PHP...

Managing PHP error messages with the display_errors directive

The display_errors directive in PHP controls whether error messages are shown directly in the...

Setting the PHP maximum upload file size

The upload_max_filesize directive in PHP controls the largest file size that can be uploaded...

Powered by WHMCompleteSolution