pluf2

pluf2 Commit Details


Date:2009-10-01 13:55:17 (15 years 2 months ago)
Author:Loic d'Anterroches
Branch:master
Commit:5978e7b0e7c20f1029646640cd8b5d55f28cd99a
Parents: 2c53e24b69818c86a0721e07e09b2637089eaafa
Message:Fixed to respect the error reporting level of the user.

Changes:

File differences

src/Pluf.php
392392
393393
394394
395
395
396396
397397
398398
// Set the error handler only if not performing the unittests.
if (!defined('IN_UNIT_TESTS')) {
set_error_handler('PlufErrorHandler', E_ALL | E_STRICT);
set_error_handler('PlufErrorHandler', error_reporting());
}

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.07218s using 13 queries.