View Issue Details

IDProjectCategoryView StatusLast Update
0000682Xdebugpublic2012-07-14 19:38
Reporterericp Assigned To 
PrioritynormalSeveritymajorReproducibilityalways
Status resolvedResolutionduplicate 
Product Version2.1.0 
Target Version2.2.1Fixed in Version2.2.1 
Summary0000682: Binary key values in arrays aren't encoded
Description

When stepping through the supplied code, xdebug sends an invalid XML packet, causing Komodo to stop, giving a "not well-formed (invalid token)" error message.

Steps To Reproduce

<?php
$arr1 = array();
$key = pack('H*','7d72c7d72643f4ef568a9d2f798e1c5ec77cc666');
echo($key);
$arr1[$key] = 1;
echo("problem data: " . $arr1[$key] . "\n");
echo("Stop here\n");
?>

Additional Information

Ref http://bugs.activestate.com/show_bug.cgi?id=89787

TagsNo tags attached.
Operating SystemLinux
PHP Version5.2.9

Relationships

duplicate of 0000610 resolvedderick Xdebug sends invalid '&#0' char reference in response 

Activities

There are no notes attached to this issue.