pluf2

pluf2 Commit Details


Date:2011-06-04 18:44:58 (13 years 6 months ago)
Author:Thomas Keller
Branch:master
Commit:46b7f25197549255d51d00b7acaa6f5debd1420f
Parents: 324ae60b390d91e85b0123b34da7253a18119b6a
Message:If error_reporting is disabled, give the userland code a chance to query the error still by returning false from the error handler. (See < https://groups.google.com/forum/#!topic/indefero-users/qDuwPN2etgM> ; for a discussion.)

Changes:

File differences

src/Pluf.php
398398
399399
400400
401
401
402402
403403
404404
*/
function PlufErrorHandler($code, $string, $file, $line)
{
if (0 == error_reporting()) return;
if (0 == error_reporting()) return false;
if (E_STRICT == $code
&&
(

Archive Download the corresponding diff file

Branches

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