5
6
8PHP基本特性
|
| PHP运行方式 |
APACHE2HANDLER |
| PHP版本 |
5.3.13 |
| 运行于安全模式 |
NO |
| 支持ZEND编译运行 |
NO |
| 允许使用URL打开文件 allow_url_fopen |
YES |
| 允许动态加载链接库 enable_dl |
NO |
| 显示错误信息 display_errors |
YES |
| 自动定义全局变量 register_globals |
NO |
| 程序最多允许使用内存量 memory_limit |
128M |
| POST最大字节数 post_max_size |
8M |
| 允许最大上传文件 upload_max_filesize |
10M |
| 程序最长运行时间 max_execution_time |
20 秒 |
| magic_quotes_gpc |
NO |
| magic_quotes_runtime |
NO |
| 被禁用的函数 disable_functions |
phpinfo system exec shell_exec passthru error_log dl pfsockopen openlog syslog readlink symlink link leak popen escapeshellcmd proc_close proc_get_status proc_nice proc_open proc_terminate escapeshellarg pcntl_exec show_source highlight_file ini_restore apache_child_terminate apache_get_modules apache_get_version apache_getenv apache_note apache_setenv virtual mb_send_mail set_time_limit max_execution_time php_uname disk_free_space diskfreespace stream_copy_to_stream |
| PHP信息 PHPINFO |
NO |
| 本站推荐广告 google_adsense |
|