The branch "master" has been updated. The following is a summary of the commits.
from: 780a15d7a3caefddb681850f87465fa6432cfcb8 8a0d958 Fix fread() calls ----------------------------------------------------------------------- commit 8a0d95886b31ce4bd5127d31f9337bae32666f3a Author: Michael M Slusarz <[email protected]> Date: Thu May 26 14:14:57 2011 -0600 Fix fread() calls Need to check feof(), since this call: while ($in = fread($fp)) {} will improperly fail on the input '0'. framework/Imap_Client/lib/Horde/Imap/Client/Base.php | 6 +++--- framework/Imap_Client/lib/Horde/Imap/Client/Socket.php | 11 ++++++----- framework/Mime/lib/Horde/Mime/Part.php | 11 +++++++---- 3 files changed, 16 insertions(+), 12 deletions(-) http://git.horde.org/horde-git/-/commit/8a0d95886b31ce4bd5127d31f9337bae32666f3a __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
