[Tickets #12377] Re: activesync wbxml content begint with two 0x0a
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Jun 20 16:43:10 UTC 2013
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/12377
------------------------------------------------------------------------------
Ticket | 12377
Updated By | l.kiraly at madalbal.hu
Summary | activesync wbxml content begint with two 0x0a
Queue | Synchronization
Version | Git master
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
l.kiraly at madalbal.hu (2013-06-20 16:43) wrote:
I just changed the
framework/Core/lib/Horde/Core/Factory/ActiveSyncServer.php file.
I changed the 13. line from new
Horde_ActiveSync_Wbxml_Encoder(fopen('php://output', 'w+')) to
new Horde_ActiveSync_Wbxml_Encoder(fopen('/tmp/xbxml.txt', 'w+')) and
checked the file. It doesn't have the two 0x0a in the beginning. I
assume this is because of the "php://output" fopen option. Maybe some
php.ini setting?
More information about the bugs
mailing list