[Tickets #10775] Re: VFS Memory Usage
noreply at bugs.horde.org
noreply at bugs.horde.org
Thu Feb 2 17:15:26 UTC 2017
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: https://bugs.horde.org/ticket/10775
------------------------------------------------------------------------------
Ticket | 10775
Updated By | Git Commit <commits at lists.horde.org>
Summary | VFS Memory Usage
Queue | Horde Framework Packages
Version | Git master
Type | Bug
State | Not A Bug
Priority | 2. Medium
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
Git Commit <commits at lists.horde.org> (2017-02-02 17:15) wrote:
Changes have been made in Git (master):
commit 9198c3c8fac5e8b4213a3e5853281ce2439a5c08
Author: Michael J Rubinsky <mrubinsk at horde.org>
Date: Thu Feb 2 12:11:17 2017 -0500
Allow Horde_Vfs::writeData to accept a stream as input.
For every driver except Mongo, the stream is maintained. Mongo
must read it into a string since there is no way to stream the
bytes to the backend.
Related to Bug: 10775.
framework/Vfs/lib/Horde/Vfs/Base.php | 31 ++++++++++++++++++++++++++-----
framework/Vfs/lib/Horde/Vfs/File.php | 15 ++++++++++-----
framework/Vfs/lib/Horde/Vfs/Ftp.php | 12 ++++++++----
framework/Vfs/lib/Horde/Vfs/Mongo.php | 7 +++++++
framework/Vfs/lib/Horde/Vfs/Musql.php | 9 +++++----
framework/Vfs/lib/Horde/Vfs/Smb.php | 12 ++++++++----
framework/Vfs/lib/Horde/Vfs/Sql.php | 9 +++++----
framework/Vfs/lib/Horde/Vfs/SqlFile.php | 3 +++
framework/Vfs/lib/Horde/Vfs/Ssh2.php | 12 ++++++++----
framework/Vfs/package.xml | 2 +-
10 files changed, 81 insertions(+), 31 deletions(-)
http://github.com/horde/horde/commit/9198c3c8fac5e8b4213a3e5853281ce2439a5c08
More information about the bugs
mailing list