Changeset 18669


Ignore:
Timestamp:
2010/06/03 11:05:49 (14 years ago)
Author:
nanasess
bzr:base-revision:
ohkouchi@loop-az.jp-20100602083336-n42mnd01dc5dndnm
bzr:committer:
Kentaro Ohkouchi <ohkouchi@loop-az.jp>
bzr:file-ids:

data/class/SC_Initial.php 16506@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2FSC_Initial.php
bzr:mapping-version:
v4
bzr:merge:

ohkouchi@loop-az.jp-20100603020149-qy8b3q8k2ach50gy
bzr:repository-uuid:
1e3b908f-19a9-db11-a64c-001125224ba8
bzr:revision-id:
ohkouchi@loop-az.jp-20100603020538-3v6qivyj60dnzklk
bzr:revno:
1947
bzr:revprop:branch-nick:
branches/version-2_4-dev
bzr:root:
branches/version-2_4-dev
bzr:text-parents:

data/class/SC_Initial.php ohkouchi@loop-az.jp-20100122105309-2vtk98n1xsihiw9q
bzr:text-revisions:

data/class/SC_Initial.php ohkouchi@loop-az.jp-20100603020149-qy8b3q8k2ach50gy
bzr:timestamp:
2010-06-03 11:05:38.019999981 +0900
bzr:user-agent:
bzr2.1.1+bzr-svn1.0.2
svn:original-date:
2010-06-03T02:05:38.020000Z
Message:

merged r18185, r18208

  • PHP 5.3.0 以降への対応(#515)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_4-dev/data/class/SC_Initial.php

    r18505 r18669  
    102102    function setErrorReporting() { 
    103103        error_reporting(E_ALL & ~E_NOTICE); 
     104        // PHP 5.3.0対応 
     105        if (error_reporting() > 6143) { 
     106            error_reporting(E_ALL & ~E_NOTICE & ~E_DEPRECATED); 
     107        } 
    104108    } 
    105109 
Note: See TracChangeset for help on using the changeset viewer.