View Issue Details

IDProjectCategoryView StatusLast Update
0000239XdebugUncategorizedpublic2007-02-17 21:20
Reporterbhofmann Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionno change required 
Summary0000239: Strings with null chars are not fully sent to the client
Description

The bug n°0000228 is marked as closed but I still have it with the 2007-02-02 build from pecl

TagsNo tags attached.
Operating System
PHP Version5.1.6

Activities

derick

2007-02-09 20:48

administrator   ~0000562

I can not reproduce this with Xdebug-2.0.0rc4-dev with the script from that bug report. It correctly replies:

(cmd) property_get -i 3 -n $a
<?xml version="1.0" encoding="iso-8859-1"?>
<response command="property_get" transaction_id="3"><property name="$a" fullname="$a" address="-1215898560" type="string" size="36" encoding="base64"><![CDATA[aGVsbG8KRGF2ZQBJIGhhdmUgYWRkZWQgYSBudWxsAG9yIDIK]]></property></response>

Please provide a script and which commands you are sending to the debug client so that I can reproduce it.

bhofmann

2007-02-12 10:13

reporter   ~0000565

I tested it again with the new build from pecl from yesterday and it worked fine, sorry for the bogus report

derick

2007-02-17 21:20

administrator   ~0000566

Okay, marking as "not a bug" then.