Changeset 11880 for branches/dev/data
- Timestamp:
- 2007/03/15 09:17:18 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/data/conf/conf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/conf/conf.php
r11879 r11880 31 31 * 'E_RECOVERABLE_ERROR' => ¢¨PHP5¤«¤é¥µ¥Ý¡¼¥È ¥¥ã¥Ã¥Á¤Ç¤¤ëÃ×̿Ū¤Ê¥¨¥é¡¼¡£´í¸±¤Ê¥¨¥é¡¼¤¬È¯À¸¤·¤¿¤¬¡¢ ¥¨¥ó¥¸¥ó¤¬ÉÔ°ÂÄê¤Ê¾õÂ֤ˤʤë¤Û¤É¤Ç¤Ï¤Ê¤¤¤³¤È¤òɽ¤¹¡£ ¥æ¡¼¥¶ÄêµÁ¤Î¥Ï¥ó¥É¥é¤Ç¥¨¥é¡¼¤¬¥¥ã¥Ã¥Á¤µ¤ì¤Ê¤«¤Ã¤¿¾ì¹ç (set_error_handler() ¤â»²¾È¤¯¤À¤µ¤¤) ¤Ï¡¢ E_ERROR ¤È¤·¤Æ°Û¾ï½ªÎ»¤¹¤ë¡£ 32 32 */ 33 error_reporting(E_ALL & ~E_NOTICE); 33 //error_reporting(E_ALL & ~E_NOTICE); 34 error_reporting(E_ALL); 34 35 35 36 //--------------------------------------------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.
