[commits] Horde branch master updated. 97ad57bc3568286a14c41bc28d99f94bfce83d97
Michael J. Rubinsky
mrubinsk at horde.org
Thu Aug 20 02:55:58 UTC 2015
The branch "master" has been updated.
The following is a summary of the commits.
from: b5c47c3b5b2ed4eb63b60eb7b0e8bd266733eab0
97ad57b Bug: 14086 Work around various broken PHP behaviours regarding stream filters.
Summary: http://github.com/horde/horde/compare/b5c47c3b5b2ed4eb63b60eb7b0e8bd266733eab0...97ad57bc3568286a14c41bc28d99f94bfce83d97
-----------------------------------------------------------------------
commit 97ad57bc3568286a14c41bc28d99f94bfce83d97
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Wed Aug 19 22:52:00 2015 -0400
Bug: 14086 Work around various broken PHP behaviours regarding stream filters.
It appears to be safe to use the base64-encode filter when it's attached
as a STREAM_FILTER_WRITE. The behavior is only broken when the stream is
being read through the filter, so perform the filtering in this method
instead of just attaching the filter to the stream that is passed to the
wbxml encoder. Adds a small memory overhead but this now works reliably
with packages such as Debian's that have removed the BC breaking PHP
patch as well as with PHP binaries that have the change included.
.../lib/Horde/ActiveSync/Message/AirSyncBaseFileAttachment.php | 16 ++++-
1 files changed, 14 insertions(+), 2 deletions(-)
http://github.com/horde/horde/commit/97ad57bc3568286a14c41bc28d99f94bfce83d97
More information about the commits
mailing list