Project

General

Profile

« Previous | Next » 

Revision 1010

Added by Matthias almost 15 years ago

Bugfix for Error-Level settings (Thanks to Luisehahne)

View differences:

er_levels.php
54 54
$ER_LEVELS['6135'] = 'E_ALL^E_NOTICE'; // standard: E_ALL without E_NOTICE
55 55
$ER_LEVELS['0'] = 'E_NONE';
56 56
$ER_LEVELS['6143'] = 'E_ALL';
57
$ER_LEVELS['8191'] = 'E_ALL&E_STRICT'; // for programmers
57
$ER_LEVELS['8191'] = htmlentities('E_ALL&E_STRICT'); // for programmers
58 58

  
59 59
?>

Also available in: Unified diff