]> 4ch.mooo.com Git - test.git/commitdiff
modified: yotsubanome.php
authorsparky4 <sparky4@4ch.irc.su>
Wed, 23 Feb 2011 08:27:31 +0000 (02:27 -0600)
committersparky4 <sparky4@4ch.irc.su>
Wed, 23 Feb 2011 08:27:31 +0000 (02:27 -0600)
yotsubanome.php

index 17f00b81c04cdf173c83a58123a8b5a94a81898a..702652959e46be0fe70d2d06113ab94aaee18e36 100755 (executable)
@@ -52,8 +52,6 @@ PHP 4.4.9 或更高版本並開啟 GD 和 Zlib 支援,如支援 ImageMagick 
 說明條目可資參考。
 */
 
-//error_reporting(E_ALL); // show all errors for debugging
-
 /* Enviorment Settings */
 // Do not change unless you renamed the directories
 define("PHP_DIRECTORY", '../test/'); // yotsubanome "C:\windows\system\"
@@ -71,9 +69,10 @@ include_once(PHP_DIRECTORY.'lib/lib_pte.php'); // 引入PTE外部函式庫
 $PTE = new PTELibrary(TEMPLATE_FILE); // PTE Library
 
 if(version_compare(PHP_VERSION, '5.0.0', '>=')){ // PHP5+
-        set_error_handler('PMCCore_errorHandler', E_ERROR | E_WARNING | E_USER_ERROR); // Handle Errors
+       set_error_handler('PMCCore_errorHandler', E_ERROR | E_WARNING | E_USER_ERROR); // Handle Errors
 }else{
-        set_error_handler('PMCCore_errorHandler');
+       //---- set_error_handler('PMCCore_errorHandler');
+       error_reporting(E_ALL); // show all errors for debugging
 }
 
 /* Lockdown [prevents posting] */