PHP基本信息 |
PHP运行方式 | CGI-FCGI |
PHP版本 | 5.2.6 |
是否运行于安全模式 | 支持 |
支持ZEND编译运行 | 不支持 |
允许使用URL打开文件 allow_url_fopen | 不支持 |
允许动态加载链接库 enable_dl | 不支持 |
允许显示错误信息 display_errors | 支持 |
自动定义全局变量 register_globals | 不支持 |
最多允许使用内存 memory_limit | 128M |
POST最大字节数 post_max_size | 8M |
允许最大上传文件 upload_max_filesize | 2M |
程序最长运行时间 max_execution_time | 30秒 |
magic_quotes_gpc | 支持 |
magic_quotes_runtime | 不支持 |
被禁用的函数 disable_functions | dl exec passthru system popen leak socket_bind socket_listen diskfreespace link imap_mail proc_open shell_exec chown chmod symlink chroot glob error_log ini_restore openlog syslog closelog define_syslog_variables proc_terminate proc_close proc_get_status fpassthru pclose escapeshellcmd escapeshellarg proc_nice fsockopen pfsockopen disk_total_space disk_free_space chgrp lchown lchgrp stream_socket_accept stream_socket_client stream_socket_recvfrom stream_socket_sendto stream_socket_server stream_socket_shutdown |
PHP信息 | PHPINFO |