Comments on php.ini settings for CGI php mode.
authorJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 18 Mar 2009 14:28:35 +0000 (14:28 +0000)
committerJanusz Dobrowolski <janusz@frontaccounting.eu>
Wed, 18 Mar 2009 14:28:35 +0000 (14:28 +0000)
install.html

index 974bf8b29c38e89ed13c1f204bd1b421afd0fbb3..a61c3784c5ebc1c10d4e2a95a55b7e2fb302a87b 100644 (file)
@@ -27,6 +27,14 @@ system relies on. Classes are used extensively by this system. When
 sessions are required they are started by the system and this setting
 of <strong><em>session.auto_start</em></strong>
 can and should be set to 0. </li>
+<li>
+For security reasons both Register Globals and Magic Quotes php settings 
+should be set to Off. When FrontAccounting is used with www server running 
+php as Apache module, respective flags are set in .htaccess file. When your
+server uses CGI interface to PHP you should set 
+<strong><em>magic_quotes_gpc = 0</em></strong> and 
+<strong><em>register_globals = 0</em></strong> in php.ini file.
+</li>
 <li><strong><em>Innodb</em></strong>
 tables must be enabled in the MySQL server. These tables allow database
 transactions which are a critical component of the software. This is