--- .htaccess?revision=1.90	2008-02-02 20:16:36.000000000 +0000
+++ .htaccess	2008-02-02 20:28:15.000000000 +0000
@@ -24,32 +24,32 @@ DirectoryIndex index.php
 
 # PHP 4, Apache 1.
 <IfModule mod_php4.c>
-  php_value magic_quotes_gpc                0
-  php_value register_globals                0
-  php_value session.auto_start              0
+  php_flag  magic_quotes_gpc                off
+  php_flag  register_globals                off
+  php_flag  session.auto_start              off
   php_value mbstring.http_input             pass
   php_value mbstring.http_output            pass
-  php_value mbstring.encoding_translation   0
+  php_flag  mbstring.encoding_translation   off
 </IfModule>
 
 # PHP 4, Apache 2.
 <IfModule sapi_apache2.c>
-  php_value magic_quotes_gpc                0
-  php_value register_globals                0
-  php_value session.auto_start              0
+  php_flag  magic_quotes_gpc                off
+  php_flag  register_globals                off
+  php_flag  session.auto_start              off
   php_value mbstring.http_input             pass
   php_value mbstring.http_output            pass
-  php_value mbstring.encoding_translation   0
+  php_flag  mbstring.encoding_translation   off
 </IfModule>
 
 # PHP 5, Apache 1 and 2.
 <IfModule mod_php5.c>
-  php_value magic_quotes_gpc                0
-  php_value register_globals                0
-  php_value session.auto_start              0
+  php_flag  magic_quotes_gpc                off
+  php_flag  register_globals                off
+  php_flag  session.auto_start              off
   php_value mbstring.http_input             pass
   php_value mbstring.http_output            pass
-  php_value mbstring.encoding_translation   0
+  php_flag  mbstring.encoding_translation   off
 </IfModule>
 
 # Requires mod_expires to be enabled.
