Skip to content

Instantly share code, notes, and snippets.

@kawahara
Created August 4, 2010 10:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kawahara/507955 to your computer and use it in GitHub Desktop.
Save kawahara/507955 to your computer and use it in GitHub Desktop.
Index: config.php.sample
===================================================================
--- config.php.sample (リビジョン 13630)
+++ config.php.sample (作業コピー)
@@ -227,6 +227,10 @@
// デバッグ、エラーハンドリング、ログ設定
///
+if (!defined('E_DEPRECATED')) {
+ define('E_DEPRECATED', 8192);
+}
+
error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
switch(OPENPNE_DEBUGGING) {
Index: webapp/modules/pc/validate/page/h_diary_add.ini
===================================================================
--- webapp/modules/pc/validate/page/h_diary_add.ini (リビジョン 13630)
+++ webapp/modules/pc/validate/page/h_diary_add.ini (作業コピー)
@@ -18,4 +18,4 @@
[category]
type = "string"
-default = ""
\ No newline at end of file
+default = ""
Index: config.php.sample
===================================================================
--- config.php.sample (リビジョン 13630)
+++ config.php.sample (作業コピー)
@@ -237,6 +237,10 @@
// デバッグ、エラーハンドリング、ログ設定
///
+if (!defined('E_DEPRECATED')) {
+ define('E_DEPRECATED', 8192);
+}
+
error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
switch(OPENPNE_DEBUGGING) {
Index: config.php.sample
===================================================================
--- config.php.sample (リビジョン 13630)
+++ config.php.sample (作業コピー)
@@ -237,6 +237,10 @@
// デバッグ、エラーハンドリング、ログ設定
///
+if (!defined('E_DEPRECATED')) {
+ define('E_DEPRECATED', 8192);
+}
+
error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED);
switch(OPENPNE_DEBUGGING) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment