Index: /branches/version-2_4/data/class/SC_Initial.php
===================================================================
--- /branches/version-2_4/data/class/SC_Initial.php	(revision 18556)
+++ /branches/version-2_4/data/class/SC_Initial.php	(revision 18702)
@@ -101,4 +101,8 @@
     function setErrorReporting() {
         error_reporting(E_ALL & ~E_NOTICE);
+        // PHP 5.3.0対応
+        if (error_reporting() > 6143) {
+            error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED);
+        }
     }
 
