View Issue Details

IDProjectCategoryView StatusLast Update
0000068XdebugUncategorizedpublic2004-09-21 00:41
Reporterddb Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Summary0000068: Summary not written when script ended with "exit()"
Description

When you end your script with exit() xdebug doesn't write
the summary line in the profile output file

TagsNo tags attached.
Operating Systemall
PHP Version5.1.0-dev

Activities

derick

2004-09-18 09:37

administrator   ~0000195

This is an interesting one as "exit" really terminates the script right away. I will need to overload this opcode in the Zend engine if I want to fix this. That is not a trivial thing unfortunately.

derick

2004-09-21 00:41

administrator   ~0000196

This is fixed in CVS now, but it's only going to work in PHP 5.0 and PHP 5.1, and not in PHP 4.3.x.

Issue History

Date Modified Username Field Change
2004-07-06 19:47 ddb New Issue
2004-09-18 09:37 derick Operating System W2K => all
2004-09-18 09:37 derick PHP Version 5.0.0rc3 => 5.1.0-dev
2004-09-18 09:37 derick Note Added: 0000195
2004-09-18 09:37 derick Status new => confirmed
2004-09-21 00:41 derick Status confirmed => closed
2004-09-21 00:41 derick Note Added: 0000196
2016-07-31 12:36 derick Category Usage problems => Usage problems (Crashes)
2016-07-31 12:38 derick Category Usage problems (Crashes) => Usage problems (Wrong Results)
2020-03-12 16:35 derick Category Usage problems (Wrong Results) => Variable Display
2020-03-12 16:38 derick Category Variable Display => Uncategorized