View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000126 | Xdebug | Uncategorized | public | 2005-05-27 05:30 | 2020-03-12 17:07 |
Reporter | alexhayes | Assigned To | |||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000126: turn off html output when html_errors = 0 | ||||
Description | I had a search for this, but couldn't find a bug of this. When html_errors is set to 0, it would be nice if no html was printed upon error. Then seems to function correctly upon the command line, however there are some instances over http where you need to turn off html output, ie, when your bug testing a soap server. Thanks | ||||
Additional Information | Im using php 5.0.4 | ||||
Tags | No tags attached. | ||||
Operating System | fedora core 3 | ||||
PHP Version | 4.3.11 | ||||
|
sorry, I think that should of been filed under "feature change/request". |
|
Classified as Feature/Request. |
|
Not sure exactly. But I can explain how it occurs. When there is an error, it dumps out a stack trace of the information to the screen. Say for example i have the following php file: <?php eho "balh"; ?> the following is outputed (html and all, sorry...) <font size='1'><table border='1' cellspacing='0'> So, im not too sure why this is occuring, or how... but it would be nice if html_errors was set to 0 that html errors were not outputed. Note, that for this example, i did try setting the html_errors value in a .htaccess and not set it using an ini_set (which for this example would not work, i believe as it is a parse error) |
|
The code in CVS now listens to the php.ini setting "html_errors". |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-05-27 05:30 | alexhayes | New Issue | |
2005-05-27 05:32 | alexhayes | Note Added: 0000256 | |
2005-05-27 08:32 | derick | Note Added: 0000257 | |
2005-05-27 08:32 | derick | Category | Debug client (console) => Feature/Change request |
2005-05-27 08:41 | alexhayes | Note Added: 0000258 | |
2006-02-04 17:06 | derick | PHP Version | 5.0.3-dev => 4.3.11 |
2006-02-04 17:06 | derick | Status | new => acknowledged |
2006-10-08 20:31 | derick | Status | acknowledged => closed |
2006-10-08 20:31 | derick | Note Added: 0000471 | |
2020-03-12 16:56 | derick | Severity | trivial => feature |
2020-03-12 17:07 | derick | Category | Feature/Change request => Uncategorized |