| PHP基本信息 |
| PHP运行方式 | APACHE2HANDLER |
| PHP版本 | 5.2.6 |
| 是否运行于安全模式 | 支持 |
| 支持ZEND编译运行 | 支持 |
允许使用URL打开文件 allow_url_fopen | 不支持 |
允许动态加载链接库 enable_dl | 不支持 |
允许显示错误信息 display_errors | 不支持 |
自动定义全局变量 register_globals | 不支持 |
最多允许使用内存 memory_limit | 16M |
POST最大字节数 post_max_size | 5M |
允许最大上传文件 upload_max_filesize | 不支持 |
程序最长运行时间 max_execution_time | 20秒 |
| magic_quotes_gpc | 支持 |
| magic_quotes_runtime | 不支持 |
被禁用的函数 disable_functions | system exec shell_exec passthru set_time_limit error_log ini_alter dl pfsockopen openlog syslog readlink symlink link leak fsockopen popen escapeshellcmd apache_child_terminate apache_get_modules apache_get_version apache_getenv apache_note apache_setenv virtual |
| PHP信息 | PHPINFO |