Ticket #157 (new defect)

Opened 7 months ago

Last modified 7 months ago

support user error handler for E_STRICT

Reported by: moo Owned by: moo
Priority: major Milestone: 2.0.0
Component: cacher Version: 1.2.1
Keywords: Cc:
Blocked By: PHP Version:
Application: Need User Feedback: no
Other Exts: SAPI: Irrelevant
Probability: Always Blocking:

Description

E_STRICT warning is disabled for user custom error handler currently because it's bad to call runtime code at compile time. but this behavior change make some test fail, so it would be nice to solve it in some way.

one of the possible way is delay all error code/message in a list and apply to user handler after compile

Change History

Changed 7 months ago by moo

fixed in [496]

Note: See TracTickets for help on using tickets.