Changeset 472

Show
Ignore:
Timestamp:
06/26/07 13:57:27 (2 years ago)
Author:
laurentj
Message:

activate reporting of E_STRICT error

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/diff/diffhtml.php

    r329 r472  
    145145    } 
    146146 
    147     function _lines($lines, $class, $prefix = ' ', $elem = false) { 
     147    /*function _lines($lines, $class, $prefix = ' ', $elem = false) { 
    148148 
    149149        $div = '<div class="difftext">'; 
     
    155155        } 
    156156        $this->result.=$div."</div>\n"; 
    157     } 
     157    }*/ 
    158158 
    159159    function _context($lines) { 
  • trunk/lib/diff/diffhtml.php

    r329 r472  
    145145    } 
    146146 
    147     function _lines($lines, $class, $prefix = '&nbsp;', $elem = false) { 
     147    /*function _lines($lines, $class, $prefix = '&nbsp;', $elem = false) { 
    148148 
    149149        $div = '<div class="difftext">'; 
     
    155155        } 
    156156        $this->result.=$div."</div>\n"; 
    157     } 
     157    }*/ 
    158158 
    159159    function _context($lines) { 
  • trunk/lib/jelix/init.php

    r386 r472  
    7171if(!defined('E_RECOVERABLE_ERROR')) 
    7272    define ('E_RECOVERABLE_ERROR',4096); 
    73 error_reporting (E_ALL | E_RECOVERABLE_ERROR); 
     73error_reporting (E_ALL | E_STRICT | E_RECOVERABLE_ERROR); 
    7474#else 
    75 error_reporting (E_ALL); 
     75error_reporting (E_ALL | E_STRICT); 
    7676#endif 
    7777 
  • trunk/lib/jelix/init.php

    r386 r472  
    7171if(!defined('E_RECOVERABLE_ERROR')) 
    7272    define ('E_RECOVERABLE_ERROR',4096); 
    73 error_reporting (E_ALL | E_RECOVERABLE_ERROR); 
     73error_reporting (E_ALL | E_STRICT | E_RECOVERABLE_ERROR); 
    7474#else 
    75 error_reporting (E_ALL); 
     75error_reporting (E_ALL | E_STRICT); 
    7676#endif 
    7777 
Download in other formats: Unified Diff Zip Archive