Bug Report #4017
Is the errors argument for Kohana::init needed?
| Status: | New | Start date: | 05/24/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | Core | |||
| Target version: | Unscheduled | |||
| Resolution: | Points: |
Description
This was bought up by this question: http://stackoverflow.com/q/6107328/85616
If disabled, internal code breaks; Do we even need the option?
History
Updated by Jeremy Bush about 2 years ago
- Target version changed from v3.2.0 to v3.3.0
Internal code doesn't "break". The code in question there would still work, you just wouldn't get a nice, helpful error. You'd get a normal php warning/error whatever displayed at the top of the page and the rest of your app would try and work.
With that said, I don't see any reason you'd ever want to turn off this behavior.
Updated by Jeremy Bush over 1 year ago
- Target version changed from v3.3.0 to Unscheduled