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.