Index: branches/version-2_5-dev/html/install/index.php
===================================================================
--- branches/version-2_5-dev/html/install/index.php	(revision 19754)
+++ branches/version-2_5-dev/html/install/index.php	(revision 19760)
@@ -434,4 +434,9 @@
     if (ini_get('safe_mode')) {
         $mess .= ">> ×：PHPのセーフモードが有効になっています。<br>";
+        $hasErr = true;
+    }
+
+    if (get_magic_quotes_gpc()) {
+        $mess .= ">> ×：PHPの設定ディレクティブ「magic_quotes_gpc」が有効になっています。<br>";
         $hasErr = true;
     }
