[commits] Horde branch master updated. 8a0d95886b31ce4bd5127d31f9337bae32666f3a

Michael M Slusarz slusarz at horde.org
Thu May 26 20:20:36 UTC 2011


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 <slusarz at curecanti.org>
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




More information about the commits mailing list