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

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


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

  Modified files:        (Branch: FRAMEWORK_3)
    VFS                  VFS.php 
    VFS/VFS              Object.php file.php ftp.php musql.php 
                         sql.php sql_file.php 
  Log:
  MFH:
  - 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.69.4.14   +36 -53    framework/VFS/VFS.php
  1.12.10.10  +1 -17     framework/VFS/VFS/Object.php
  1.63.4.20   +6 -22     framework/VFS/VFS/file.php
  1.75.4.20   +26 -26    framework/VFS/VFS/ftp.php
  1.30.4.15   +6 -6      framework/VFS/VFS/musql.php
  1.85.4.25   +61 -103   framework/VFS/VFS/sql.php
  1.44.4.21   +21 -21    framework/VFS/VFS/sql_file.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/VFS/VFS.php?r1=1.69.4.13&r2=1.69.4.14&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/Object.php?r1=1.12.10.9&r2=1.12.10.10&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/file.php?r1=1.63.4.19&r2=1.63.4.20&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/ftp.php?r1=1.75.4.19&r2=1.75.4.20&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/musql.php?r1=1.30.4.14&r2=1.30.4.15&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/sql.php?r1=1.85.4.24&r2=1.85.4.25&ty=u
  http://cvs.horde.org/diff.php/framework/VFS/VFS/sql_file.php?r1=1.44.4.20&r2=1.44.4.21&ty=u


More information about the cvs mailing list