diff --git a/lang/en/docs/install.html b/lang/en/docs/install.html index c74c1a48887..e6975caa59c 100644 --- a/lang/en/docs/install.html +++ b/lang/en/docs/install.html @@ -170,10 +170,13 @@ have things set differently. These are defined in PHP's configuration file (usually called php.ini):
-file_uploads = On -magic_quotes_gpc = On + +magic_quotes_gpc = On +magic_quotes_runtime = Off +file_uploads = On short_open_tag = On session.auto_start = Off +session.bug_compat_warn = Off
If you don't have access to httpd.conf or php.ini on your server, or you @@ -186,9 +189,11 @@ session.auto_start = Off
+php_value session.auto_start Off +php_value session.bug_compat_warn OffDirectoryIndex index.php index.html index.htm php_value magic_quotes_gpc On +php_value magic_quotes_runtime Off php_value file_uploads On php_value short_open_tag On -php_value session.auto_start Off
You can also do things like define the maximum size for uploaded files:
php_value upload_max_filesize 2M