Opened 14 years ago
Closed 14 years ago
#1777 closed defect (fixed)
docparser.php - no errors printed to console
Reported by: | Owned by: | Neil Roberts | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Doc parser | Version: | 0.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I don't get any errors printed on the console at all if the "-d error_reporting" is set to anything (E_ERROR, E_ALL) as suggested by the wiki page.
If i exclude the "-d error_reporting E_x" altogether then i get error messages printed to the console as i expect...
(Ubuntu 6.06 x86_64, PHP 5.1.2-1ubuntu3.2)
Change History (2)
comment:1 Changed 14 years ago by
Milestone: | → 0.5 |
---|---|
Owner: | changed from posttedmeat to Neil Roberts |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
E_ERROR is a variable, not a value. wiki page updated.