Patch #3710
Error in core/guide + minor additions for new people
| Status: | Closed | Start date: | 02/08/2011 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | v3.1.4 | |||
| Resolution: | duplicate | Points: |
Description
Under the HTTP Exception Handling subsection of Error Handling in the docs, the error handler example given causes PHP to throw a strict standards error. The handle() method needs to be declared static.
Also, I added a few notes that are aimed at helping new users.
History
Updated by Jeremy Bush about 1 year ago
- Target version set to v3.1.3
Updated by Jeremy Bush about 1 year ago
- Target version changed from v3.1.3 to v3.1.4
Updated by Jeremy Bush about 1 year ago
- Status changed from New to Closed
- Resolution set to duplicate
This seems to be fixed now.