Opened 5 years ago

Closed 5 years ago

#716 closed Bugs (invalid)

xdebug choking when reaching simplexml_load_file

Reported by: doc Owned by: incastrix
Priority: 1 Milestone: 1.2.1
Component: XDebug Version: 1.2.0-nightly
Keywords: xdebug simplexml Cc:

Description

session_write_close();
echo $basket_info_url = DATAURL.'?basket_contents=1&'.session_name().'='.session_id().'&basket_id='.$basket_id;
$basket_details = simplexml_load_file($basket_info_url);

The url passed to $basket_info_url is fine but it seems to just stop wanting to do anything after clicking step over when reaching that. Clicking any of the step buttons just results in them being disabled but no further actions happening.

This happens using the phpeclipse nightly build.

Change History (3)

comment:1 Changed 5 years ago by incastrix

  • Owner set to incastrix

comment:2 Changed 5 years ago by incastrix

  • Milestone set to 1.2.1

comment:3 Changed 5 years ago by incastrix

  • Resolution set to invalid
  • Status changed from new to closed

no feedback.

Note: See TracTickets for help on using tickets.