PHP运行方式 |
CGI-FCGI |
PHP版本 |
5.3.29 |
运行于安全模式 |
NO |
支持ZEND编译运行 |
NO |
允许使用URL打开文件 allow_url_fopen |
YES |
允许动态加载链接库 enable_dl |
YES |
显示错误信息 display_errors |
YES |
自动定义全局变量 register_globals |
NO |
程序最多允许使用内存量 memory_limit |
128M |
POST最大字节数 post_max_size |
20M |
允许最大上传文件 upload_max_filesize |
15M |
程序最长运行时间 max_execution_time |
NO 秒 |
magic_quotes_gpc |
NO |
magic_quotes_runtime |
NO |
被禁用的函数 disable_functions |
无 |
PHP信息 PHPINFO |
PHPINFO |