What are some of the default PHP values?

Here are some of the common default values we set for PHP:

memory_limit 				= 128M
max_input_time 				= 180
max_execution_time 			= 1800

post_max_size 				= 25M
upload_max_filesize 			= 25M

register_globals 			= Off

magic_quotes_gpc 			= Off
magic_quotes_runtime 			= Off

suhosin.mail.protect 			= Off
suhosin.memory_limit 			= 128M
suhosin.post.max_vars 			= 5000
suhosin.post.max_value_length 		= 500000
suhosin.request.max_vars 		= 5000
suhosin.request.max_value_length 	= 500000
suhosin.session.cryptua 		= Off

zend.ze1_compatibility_mode 		= Off