From f2e19ba41da49ea8a2c993878cfeab197e64d3ea Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 28 Jan 2003 03:06:20 +0000 Subject: [PATCH] Added some missing PHP variables to make it consistent with lib/htaccess --- lang/en/docs/install.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lang/en/docs/install.html b/lang/en/docs/install.html index c74c1a4888..e6975caa59 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

 DirectoryIndex 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
+php_value session.auto_start Off +php_value session.bug_compat_warn Off

You can also do things like define the maximum size for uploaded files:

 php_value upload_max_filesize 2M
-- 
2.39.5