• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

blogger


Commit MetaInfo

Revisão6a7d309deb02afffe0fd7c3015096e89687d648e (tree)
Hora2003-03-24 00:54:37
Autorpanda <panda>
Commiterpanda

Mensagem de Log

Release Candidate 1. set error_reporting only show E_ERROR|E_PARSE.

Mudança Sumário

Diff

--- a/init.php
+++ b/init.php
@@ -2,10 +2,15 @@
22 /////////////////////////////////////////////////
33 // PukiWiki - Yet another WikiWikiWeb clone.
44 //
5-// $Id: init.php,v 1.38 2003/03/10 11:34:10 panda Exp $
5+// $Id: init.php,v 1.39 2003/03/23 15:54:37 panda Exp $
66 //
77
88 /////////////////////////////////////////////////
9+// 初期設定 (エラー出力レベル)
10+// (E_WARNING | E_NOTICE)を除外しています。
11+error_reporting(E_ERROR | E_PARSE);
12+
13+/////////////////////////////////////////////////
914 // 初期設定 (文字エンコード、言語)
1015 define('SOURCE_ENCODING','EUC-JP');
1116 define('LANG','ja');
@@ -18,7 +23,7 @@ define('INI_FILE','./pukiwiki.ini.php');
1823
1924 /////////////////////////////////////////////////
2025 // 初期設定 (バージョン/著作権)
21-define('S_VERSION','1.4pre6');
26+define('S_VERSION','1.4rc1');
2227 define('S_COPYRIGHT','
2328 <strong>"PukiWiki" '.S_VERSION.'</strong> Copyright &copy; 2001,2002,2003
2429 <a href="http://pukiwiki.org">PukiWiki Developers Team</a>.