Rename this file to php.ini and uncomment or add directives.
For a complete list of valid directives, visit:
PHP: php.ini directives - Manual
[PHP]
We highly recommend that you leave this options enabled
cgi.fix_pathinfo=1
Increase maximum post size
post_max_size = 20M
whether to allow .rar file upload
file_uploads = on
Maximum allowed size for uploaded files.
upload_max_filesize = 40M
Increase execution time
max_execution_time = 300
pull in EGPCS [Environment, GET, POST, Cookie, Server] variables as globals
register_globals = true
For performance reasons, (mt) does not load all of the modules that are available
into PHP. You may uncomment any one of the following "extension" lines to enable
the desired module
Salblotron XSLT
extension=xslt.so