View Issue Details

IDProjectCategoryView StatusLast Update
0000255XdebugUncategorizedpublic2007-04-24 15:17
ReporterTacit Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionreopened 
Summary0000255: Call Stack Table doesn't show Location
Description

I alway got Location "..(null):num" in the Call Stack table.
num - is line number.

TagsNo tags attached.
Operating SystemWindows 2003, XP
PHP Version5.2.1

Activities

sniper

2007-04-13 13:06

reporter   ~0000589

Any example code?

Tacit

2007-04-18 13:35

reporter   ~0000590

dtest.php:
<?php
include("dtest1.php");
?>

dtest1.php:
<?php
functionnnnn();
?>

run dtest.php
I'm not the only one person with such bug, i didn't find nobody who doesn't have it (on windows os).

derick

2007-04-23 16:05

administrator   ~0000593

This works fine for me on Windows 2K with php 5.2.1. Do you have some sort of accelerator installed, or some other extensions? provide a link to your phpinfo() output as well.

derick

2007-04-24 14:09

administrator   ~0000595

Actually, i can reproduce it - but only through a web server.

derick

2007-04-24 15:17

administrator   ~0000596

Fixed in CVS now, thanks for the report.