Changeset 18702 for branches/version-2_4
- Timestamp:
- 2010/06/15 14:44:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_4/data/class/SC_Initial.php
r18556 r18702 101 101 function setErrorReporting() { 102 102 error_reporting(E_ALL & ~E_NOTICE); 103 // PHP 5.3.0対応 104 if (error_reporting() > 6143) { 105 error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); 106 } 103 107 } 104 108
Note: See TracChangeset
for help on using the changeset viewer.