Ticket #38 (closed task: fixed)
error reporting
| Reported by: | NilsLindenberg | Owned by: | BrianKoontz |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.1 |
| Component: | architecture | Version: | 1.1.6.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by BrianKoontz) (diff)
Wikka should run with
error_reporting(E_ALL);
instead of
error_reporting (E_ALL ^ E_NOTICE);
That means fixing all the small things like uninitialized variables. But after that it is easier to fix such things before they can become a bug.
Change History
Note: See
TracTickets for help on using
tickets.