Page 1 of 1

Is there a way in PHP ver 4.1.2 (Debian Stable PHP) to dump

Posted: Thu Aug 12, 2004 4:46 pm
by myleow
Header sent out by the server?

I processed the SyncML request and encoded it into WBXML format. I am getting into the trouble if sending it out to the client.

Is there a way to print_r or var_dump the header information that is being used to send the package back to the mobile phone?

In order to post a message back to the client, i just need to use echo $reply, right?

Thank you in advance
Regards
Mian


feyd | this topic was split from a thread in the Theory forum, I think due to server glitchiness

Posted: Sat Aug 14, 2004 5:07 pm
by timvw
You could also use a backport of a more recent version of php

For that you can look at http://www.apt-get.org

Posted: Wed Aug 18, 2004 1:27 am
by Pyrite
What does this have to do with Linux ?