#157 closed defect (fixed)
support user error handler for E_STRICT/E_DEPRECATED
| 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 (last modified by moo)
E_STRIC/E_DEPRECATEDT 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 (3)
comment:1 Changed 5 years ago by moo
comment:2 Changed 4 years ago by moo
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
- Summary changed from support user error handler for E_STRICT to support user error handler for E_STRICT/E_DEPRECATED
comment:3 Changed 10 months ago by moo
- Milestone changed from 2.2.0 to 2.0.0
Note: See
TracTickets for help on using
tickets.


fixed in [496]