[cvs] commit: framework/VFS VFS.php framework/VFS/VFS Object.php file.php ftp.php musql.php sql.php sql_file.php ssh2.php

Chuck Hagenbuch chuck at horde.org
Mon Apr 24 21:16:25 PDT 2006


chuck       2006-04-24 21:16:25 PDT

  Modified files:
    VFS                  VFS.php 
    VFS/VFS              Object.php file.php ftp.php musql.php 
                         sql.php sql_file.php ssh2.php 
  Log:
  - get rid of duplicate implementations of file size (size() and
  getFileSize()) - standardizing on size(), which was there first -
  and consolidate code where possible.
  - vastly more efficient SQL code in some places; never fetch all of
  the vfs_data blob when we just want its length (Bug #3649).
  
  Revision  Changes    Path
  1.99      +31 -48    framework/VFS/VFS.php
  1.23      +1 -17     framework/VFS/VFS/Object.php
  1.97      +6 -22     framework/VFS/VFS/file.php
  1.105     +26 -26    framework/VFS/VFS/ftp.php
  1.44      +6 -6      framework/VFS/VFS/musql.php
  1.123     +60 -102   framework/VFS/VFS/sql.php
  1.72      +21 -21    framework/VFS/VFS/sql_file.php
  1.13      +27 -27    framework/VFS/VFS/ssh2.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/VFS/VFS.php?r1=1.98&r2=1.99&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/Object.php?r1=1.22&r2=1.23&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/file.php?r1=1.96&r2=1.97&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/ftp.php?r1=1.104&r2=1.105&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/musql.php?r1=1.43&r2=1.44&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/sql.php?r1=1.122&r2=1.123&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/sql_file.php?r1=1.71&r2=1.72&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/ssh2.php?r1=1.12&r2=1.13&ty=u


More information about the cvs mailing list