5
6
8PHP基本特性
|
PHP運行方式 |
CGI-FCGI |
PHP版本 |
4.4.3-dev |
Zend版本 |
1.3.0 |
Mysql版本 |
5.0.77 說明
此處顯示的是客戶端的Mysql版本,不要誤會是服務器端的,大部分正確的連接版本, 都是連接上數據庫後才會顯示 |
SQLite版本 |
NO |
GD Library版本 |
bundled (2.0.28 compatible) |
運行於安全模式 |
YES |
支持ZEND編譯運行 |
NO |
短標記<? ?>支持 |
YES |
允許使用URL打開文件 allow_url_fopen |
YES |
允許動態加載鏈接庫 enable_dl |
NO |
COOKIE支持 |
YES |
顯示錯誤信息 display_errors |
YES |
自動定義全局變量 register_globals |
YES |
程序最多允許使用內存量 memory_limit |
32M |
POST最大字節數 post_max_size |
2M |
允許最大上傳文件 upload_max_filesize |
2M |
程序最長運行時間 max_execution_time |
30 秒 |
magic_quotes_gpc |
YES |
magic_quotes_runtime |
NO |
被禁用的函數 disable_functions |
無 |
PHP信息 PHPINFO |
PHPINFO |