Pluf Framework

Pluf Framework Commit Details


Date:2008-11-21 14:55:03 (16 years 5 months ago)
Author:Loic d'Anterroches
Branch:develop, master
Commit:5cc81b1ad8c78657686ef75f1f059dc0588c45eb
Parents: 161080f312c4eb24c6d508adfcebdc6745e29428
Message:Fixed the error reporting to not raise errors on @ escaped calls.

Changes:

File differences

src/Pluf.php
335335
336336
337337
338
338339
339340
340341
 */
function PlufErrorHandler($code, $string, $file, $line)
{
    if (0 == error_reporting()) return;
    if (E_STRICT == $code
        &&
        (

Archive Download the corresponding diff file

Branches

Tags

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