Re: [PHP] echo writes number of chars written

2002-09-30 Thread Tom Rogers
Hi, Tuesday, October 1, 2002, 4:12:46 AM, you wrote: DB> List, DB> On my php.4.2.3, Apache 4.0.42 install my echo statements all output the DB> number of characters written (in hex). DB> So this code: DB> echo "$id->addrone"; DB> echo "$id->addrtwo"; DB> echo "$id->city"; DB> Makes this

[PHP] echo writes number of chars written

2002-09-30 Thread David Busby
List, On my php.4.2.3, Apache 4.0.42 install my echo statements all output the number of characters written (in hex). So this code: echo "$id->addrone"; echo "$id->addrtwo"; echo "$id->city"; Makes this XML: 1d PO BOX 698 13 1a ABCDEF GHIJKL Couldn't see anything in the bug report, id

[PHP] echo writes number of chars written

2002-09-27 Thread David Busby
List, On my php.4.2.3, Apache 4.0.42 install my echo statements all output the number of characters written (in hex). So this code: echo "$id->addrone"; echo "$id->addrtwo"; echo "$id->city"; Makes this XML: 1d PO BOX 698 13 1a ABCDEF GHIJKL Couldn't see anything in the bug report, i