- Patch #221364 by thehong: Drupal 7, now with less PHP4.

merge-requests/26/head
Dries Buytaert 2008-02-21 19:45:47 +00:00
parent 657935c263
commit ffdbe06e3a
1 changed files with 0 additions and 20 deletions

View File

@ -22,26 +22,6 @@ DirectoryIndex index.php
# Override PHP settings. More in sites/default/settings.php # Override PHP settings. More in sites/default/settings.php
# but the following cannot be changed at runtime. # but the following cannot be changed at runtime.
# 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_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</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_value mbstring.http_input pass
php_value mbstring.http_output pass
php_value mbstring.encoding_translation 0
</IfModule>
# PHP 5, Apache 1 and 2. # PHP 5, Apache 1 and 2.
<IfModule mod_php5.c> <IfModule mod_php5.c>
php_value magic_quotes_gpc 0 php_value magic_quotes_gpc 0