Configurations in shared hosting?
Hostverge Support
Last Update il y a 9 mois
You can access the PHP configuration tool by going to Manage Hosting > Options (next to the package you wish to edit) > Manage > Web Tools > PHP Configuration. Below are the different configurable options available:
- Display_errors: Controls whether errors are displayed to the user or not.
- Error_reporting: Sets the error reporting directive at runtime. Sets that level of error for the duration of the script’s runtime.
- File_uploads: Allows HTTP file uploads to the server.
- Post_max_size: The maximum size of POST data allowed to the server, per request.
- Max_execution_time: The maximum amount of time on how long a single PHP script can run before the running script is killed.
- Max_input_vars: The maximum number of input variables your hosting package can use for a single function.
- Max_file_uploads: The maximum number of files that can be uploaded in one single request.
- Memory_limit: The maximum amount of server memory that each PHP script can use.
- Output_buffering: PHP sends the script output only after the PHP script processing has completed.
- Short_open_tag: Makes the PHP code more concise by using shorter syntaxes in PHP scripts.
- Upload_max_filesize: The maximum size of a file that can be uploaded.
It's important to note that PHP will only read the PHP configuration once every 5 minutes.