The phpinfo() function lists a detailed overview of current settings for our PHP servers, especially installed extensions. Links to phpinfo() for individual application servers are available at phpinfo.eu.
You can change PHP settings with WebAdmin. The system lets you change the following parameters:
| always_populate_raw_post_data | error_reporting | php upload_max_filesize | session.cookie_secure |
| asp_tags | gpc_order | register_globals | session.name |
| assert.active | last_modified | safe_mode | session.referer_check |
| assert.bail | magic_quotes_gpc | session.auto_start | session.use_cookies |
| assert.callback | magic_quotes_runtime | session.bug_compat_42 | session.use_only_cookies |
| assert.quiet_eval | mbstring.func_overload | session.bug_compat_warn | session.use_trans_sid |
| auto_append_file | open_basedir | session.cache_expire | short_open_tag |
| auto_prepend_file | output_buffering | session.cache_limiter | track_errors |
| default_charset | php max_execution_time | session.cookie_domain | url_rewriter_tags |
| display_errors | php memory_limit | session.cookie_lifetime | variables_order |
| engine | php post_max_size | session.cookie_path | zend.ze1_compatibility_mode |