Subversion Repositories php-qbpwcf

Rev

Rev 396 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 396 Rev 406
Line 643... Line 643...
643
			#如果是開發狀態下
643
			#如果是開發狀態下
644
			case "develop";
644
			case "develop";
645
 
645
 
646
				#設置設定值
646
				#設置設定值
647
 
647
 
-
 
648
				#設置 Show all errors, warnings and notices including coding standards.
-
 
649
				$conf["customSettings"][]="error_reporting=E_ALL";
-
 
650
 
648
				#開啟顯示錯誤訊息
651
				#開啟顯示錯誤訊息
649
				$conf["customSettings"][]="display_errors=On";
652
				$conf["customSettings"][]="display_errors=On";
650
 
653
 
651
				#關閉使用記憶體的上限
654
				#關閉使用記憶體的上限
652
				$conf["customSettings"][]="memory_limit=-1";
655
				$conf["customSettings"][]="memory_limit=-1";