Changes between Initial Version and Version 2 of Ticket #157
- Timestamp:
- 08/07/2009 04:47:04 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #157
- Property status changed from new to closed
- Property resolution changed from to fixed
- Property summary changed from support user error handler for E_STRICT to support user error handler for E_STRICT/E_DEPRECATED
-
Ticket #157 – description
initial v2 1 E_STRIC T 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.1 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. 2 2 3 3 one of the possible way is delay all error code/message in a list and apply to user handler after compile

