// Updated: 5-3-10
// Arg[0],Arg[1],GREENcondition|YELLOWcondition,GREENvalue|YELLOWvalue
wp_version,2.9.2,==,1
php_version,5.1.3,==,1
mysql_version,5.0,==,1
php_release_date,1 year,==,true,!=,true,PHP Release Date,Official release date of your current PHP version. We recommend keeping your PHP up to date (no more than a year old) to maximize security and performance.
PHP Configuration,Build Date,!=,false
PHP Configuration,System,!=,false
browser,MSIE,!=,TRUE,==,TRUE
memory_get_usage,,!=,false
memory_get_peak_usage,,!=,false
curl,cURL support,==,enabled
PHP Core,allow_call_time_pass_reference,==,Off
PHP Core,allow_url_fopen,==,On
PHP Core,file_uploads,==,On
PHP Core,ignore_user_abort,==,Off
PHP Core,magic_quotes_gpc,==,Off
PHP Core,magic_quotes_runtime,==,Off
PHP Core,max_execution_time,>=,60
PHP Core,max_input_time,>=,60
PHP Core,memory_limit,>=,2048
PHP Core,register_globals,==,Off
PHP Core,safe_mode,==,Off
ftp,FTP support,==,enabled
gd,GD Support,==,enabled
json,json support,==,enabled
mcrypt,,!=,''
mysql,,!=,''
mysqli,,!=,''
session,Session Support,==,enabled
sockets,Sockets Support,==,enabled
json,json support,==,enabled
zip,Zip,==,enabled
Environment,NUMBER_OF_PROCESSORS,!=,''
Environment,OS,!=,''
Environment,PROCESSOR_ARCHITECTURE,!=,''
Environment,PROCESSOR_IDENTIFIER,!=,''
Environment,COMPUTERNAME,!=,''
Environment,SystemDrive,!=,''
PHP Variables,_SERVER["SERVER_PROTOCOL"],!=,''
PHP Variables,_SERVER["SERVER_SOFTWARE"],!=,''
PHP Variables,_SERVER["DOCUMENT_ROOT"],!=,''
PHP Variables,_SERVER["HTTP_CONNECTION"],!=,''
PHP Variables,_SERVER["HTTP_KEEP_ALIVE"],!=,''
PHP Variables,_SERVER["HTTP_HOST"],!=,''
//disabled_function,exec,!=,true
is_callable,exec,==,true,!=,true,exec function exists & is callable,The exec function allows PHP scripts to execute programs or commands.
is_callable,exif_read_data,==,true,!=,true,exif_read_data function exists & is callable,EXIF data is information stored in images such as camera type camera settings exposure shutter speed etc.
is_callable,xml_parser_create,==,true,!=,true,xml_parser_create function exists & is callable,XML Parser allows for simple parsing of XML documents.
is_callable,iptcparse,==,true,!=,true,iptcparse function exists & is callable,IPTC data like EXIF is information stored in images such as camera type camera settings exposure shutter speed etc.