
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
PHP Configuration | ||||||||
| Changed: | ||||||||
| < < | For cPanel version 11.34 | |||||||
| > > | For cPanel version 11.38 | |||||||
| (Home >> Software/Services >> PHP Configuration) | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
PHP ConfigurationFor cPanel version 11.34 | ||||||||
| Changed: | ||||||||
| < < | (Home>>PHP Configuration) | |||||||
| > > | (Home >> Software/Services >> PHP Configuration) | |||||||
| If problems are encountered with the way your server handles PHP packages, it may be necessary to view information about the way PHP is configured. You can do this by clicking PHP Configuration. Here, every configuration option from the language options to the maximum file upload size are displayed. | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
PHP Configuration | ||||||||
| Changed: | ||||||||
| < < | For cPanel version 11.28 | |||||||
| > > | For cPanel version 11.34 (Home>>PHP Configuration) | |||||||
| If problems are encountered with the way your server handles PHP packages, it may be necessary to view information about the way PHP is configured. You can do this by clicking PHP Configuration. Here, every configuration option from the language options to the maximum file upload size are displayed. | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
PHP ConfigurationFor cPanel version 11.28 | ||||||||
| Line: 1 to 1 | |||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PHP Configuration | |||||||||||||||||||||||
| Added: | |||||||||||||||||||||||
| > > | For cPanel version 11.28 | ||||||||||||||||||||||
| If problems are encountered with the way your server handles PHP packages, it may be necessary to view information about the way PHP is configured. You can do this by clicking PHP Configuration. Here, every configuration option from the language options to the maximum file upload size are displayed. | |||||||||||||||||||||||
| Line: 9 to 10 | |||||||||||||||||||||||
| Following is a brief description of what each Directive in the PHP Configuration table means. | |||||||||||||||||||||||
| Changed: | |||||||||||||||||||||||
| < < |
| ||||||||||||||||||||||
| > > |
| ||||||||||||||||||||||
Select a PHP Version | |||||||||||||||||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
PHP Configuration | ||||||||
| Changed: | ||||||||
| < < | If problems are encountered with the way your server handles PHP packages, it may be necessary to view information about the way PHP is configured. You can do this by clicking PHP Configuration. Here, every configuration option from the language options to the maximum file upload size are displayed. | |||||||
| > > | If problems are encountered with the way your server handles PHP packages, it may be necessary to view information about the way PHP is configured. You can do this by clicking PHP Configuration. Here, every configuration option from the language options to the maximum file upload size are displayed. | |||||||
Please note that none of the PHP configuration information can be changed by using this feature. To change the way PHP is configured on your server, please contact your web host.
PHP Directives | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
PHP Configuration | ||||||||
| Line: 15 to 15 | ||||||||
| ||||||||
| Added: | ||||||||
| > > |
| |||||||
| ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
PHP Configuration | ||||||||
| Line: 9 to 9 | ||||||||
| Following is a brief description of what each Directive in the PHP Configuration table means. | ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Line: 17 to 17 | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Line: 36 to 36 | ||||||||
To select a PHP version:
| ||||||||
| Added: | ||||||||
| > > |
<--
| |||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
PHP Configuration | ||||||||
| Line: 9 to 9 | ||||||||
| Following is a brief description of what each Directive in the PHP Configuration table means. | ||||||||
| Changed: | ||||||||
| < < | asp_tags: Tells whether your server allows PHP code to include the tags <% and %> instead of the standard <?php and ?> tags. If this option is turned off, a PHP script with ASP tags will not work properly. | |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < | file_uploads: Tells whether your server will allow PHP scripts to receive files via HTTP (i.e., the web). | |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < | include_path: Tells where your website will look for PHP files. Be sure that all PHP scripts you want to run are saved in the folder indicated here. max_execution_time: The number of seconds a PHP script is allowed to run before being closed. This limit prevents poorly written scripts from slowing your server down. | |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < | max_input_time: The number of seconds a PHP script is allowed to process information input to it, such as file uploads. This limit prevents the script from being overloaded and slowing your server down. | |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < | memory_limit: The maximum number of bytes that a PHP script can use. This limit prevents poorly written scripts from occupying all your server’s available memory. When this field is set to -1, there is no memory limit. | |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < | register_globals: | |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < | safe_mode: This feature ensures that the user running the PHP script has permission to perform all the tasks the script is written to do. For example, if the script is designed to change a file, the user will need the correct permissions to modify the file. The feature is outdated, however, so your web host may have it disabled, and use another security measure instead. | |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < | session.save_path: When a visitor accesses your website, he is issued a unique user ID. Information about the user ID’s session, or time spent on your website, is stored to the web server. The session.save_path directive describes where that information is stored. (PHP allows you to make web content specific to a given visitor and session.) | |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < | upload_max_filesize: The maximum number of bytes that an uploaded file can contain. | |||||||
| > > |
| |||||||
Select a PHP Version | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Changed: | ||||||||
| < < | PHP Configuration | |||||||
| > > | PHP Configuration | |||||||
| If problems are encountered with the way your server handles PHP packages, it may be necessary to view information about the way PHP is configured. You can do this by clicking PHP Configuration. Here, every configuration option from the language options to the maximum file upload size are displayed. Please note that none of the PHP configuration information can be changed by using this feature. To change the way PHP is configured on your server, please contact your web host. | ||||||||
| Changed: | ||||||||
| < < | PHP Directives | |||||||
| > > | PHP Directives | |||||||
| Following is a brief description of what each Directive in the PHP Configuration table means. | ||||||||
| Changed: | ||||||||
| < < | asp_tags: Tells whether your server allows PHP code to include the tags <% and %> instead of the standard <?php and ?> tags. If this option is turned off, a PHP script with ASP tags will not work properly. | |||||||
| > > | asp_tags: Tells whether your server allows PHP code to include the tags <% and %> instead of the standard <?php and ?> tags. If this option is turned off, a PHP script with ASP tags will not work properly. | |||||||
| file_uploads: Tells whether your server will allow PHP scripts to receive files via HTTP (i.e., the web). | ||||||||
| Line: 17 to 17 | ||||||||
| max_input_time: The number of seconds a PHP script is allowed to process information input to it, such as file uploads. This limit prevents the script from being overloaded and slowing your server down. | ||||||||
| Changed: | ||||||||
| < < | memory_limit: The maximum number of bytes that a PHP script can use. This limit prevents poorly written scripts from occupying all your server’s available memory. When this field is set to -1, there is no memory limit. | |||||||
| > > | memory_limit: The maximum number of bytes that a PHP script can use. This limit prevents poorly written scripts from occupying all your server’s available memory. When this field is set to -1, there is no memory limit. | |||||||
| Changed: | ||||||||
| < < | register_globals: | |||||||
| > > | register_globals: | |||||||
| Changed: | ||||||||
| < < | safe_mode: This feature ensures that the user running the PHP script has permission to perform all the tasks the script is written to do. For example, if the script is designed to change a file, the user will need the correct permissions to modify the file. The feature is outdated, however, so your web host may have it disabled, and use another security measure instead. | |||||||
| > > | safe_mode: This feature ensures that the user running the PHP script has permission to perform all the tasks the script is written to do. For example, if the script is designed to change a file, the user will need the correct permissions to modify the file. The feature is outdated, however, so your web host may have it disabled, and use another security measure instead. | |||||||
| Changed: | ||||||||
| < < | session.save_path: When a visitor accesses your website, he is issued a unique user ID. Information about the user ID’s session, or time spent on your website, is stored to the web server. The session.save_path directive describes where that information is stored. (PHP allows you to make web content specific to a given visitor and session.) | |||||||
| > > | session.save_path: When a visitor accesses your website, he is issued a unique user ID. Information about the user ID’s session, or time spent on your website, is stored to the web server. The session.save_path directive describes where that information is stored. (PHP allows you to make web content specific to a given visitor and session.) | |||||||
| ||||||||
| Changed: | ||||||||
| < < | Select a PHP Version | |||||||
| > > | Select a PHP Version | |||||||
| If your web host allows you to select the version of PHP that your website will use, you may select it from this screen. | ||||||||
| Line: 1 to 1 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Added: | ||||||||
| > > |
PHP ConfigurationIf problems are encountered with the way your server handles PHP packages, it may be necessary to view information about the way PHP is configured. You can do this by clicking PHP Configuration. Here, every configuration option from the language options to the maximum file upload size are displayed. Please note that none of the PHP configuration information can be changed by using this feature. To change the way PHP is configured on your server, please contact your web host.PHP DirectivesFollowing is a brief description of what each Directive in the PHP Configuration table means. asp_tags: Tells whether your server allows PHP code to include the tags <% and %> instead of the standard<?php and ?> tags. If this option is turned off, a PHP script with ASP tags will not work properly.
file_uploads: Tells whether your server will allow PHP scripts to receive files via HTTP (i.e., the web).
include_path: Tells where your website will look for PHP files. Be sure that all PHP scripts you want to run are saved in the folder indicated here.max_execution_time: The number of seconds a PHP script is allowed to run before being closed. This limit prevents poorly written scripts from slowing your server down. max_input_time: The number of seconds a PHP script is allowed to process information input to it, such as file uploads. This limit prevents the script from being overloaded and slowing your server down. memory_limit: The maximum number of bytes that a PHP script can use. This limit prevents poorly written scripts from occupying all your server’s available memory. When this field is set to -1, there is no memory limit. register_globals:
Select a PHP VersionIf your web host allows you to select the version of PHP that your website will use, you may select it from this screen. To select a PHP version:
| |||||||