[cvs] commit: framework/VFS VFS.php package.xml framework/VFS/VFS Object.php file.php ftp.php smb.php sql.php sql_file.php ssh2.php
Chuck Hagenbuch
chuck at horde.org
Wed Apr 19 13:10:54 PDT 2006
chuck 2006-04-19 13:10:54 PDT
Modified files:
VFS VFS.php package.xml
VFS/VFS Object.php file.php ftp.php smb.php
sql.php sql_file.php ssh2.php
Log:
* PHP 4.3.0+ is now required and we make unconditional use of
file_get_contents().
* Use strlen() instead of empty() to check for paths and filenames
being set, to allow for potential names of 0 (zero).
Revision Changes Path
1.98 +26 -25 framework/VFS/VFS.php
1.22 +1 -11 framework/VFS/VFS/Object.php
1.96 +6 -21 framework/VFS/VFS/file.php
1.104 +3 -10 framework/VFS/VFS/ftp.php
1.20 +4 -9 framework/VFS/VFS/smb.php
1.122 +18 -33 framework/VFS/VFS/sql.php
1.71 +47 -90 framework/VFS/VFS/sql_file.php
1.12 +4 -11 framework/VFS/VFS/ssh2.php
1.65 +20 -19 framework/VFS/package.xml
Chora Links:
http://cvs.horde.org/diff.php/framework/VFS/VFS.php?r1=1.97&r2=1.98&ty=u
http://cvs.horde.org/diff.php/framework/VFS/VFS/Object.php?r1=1.21&r2=1.22&ty=u
http://cvs.horde.org/diff.php/framework/VFS/VFS/file.php?r1=1.95&r2=1.96&ty=u
http://cvs.horde.org/diff.php/framework/VFS/VFS/ftp.php?r1=1.103&r2=1.104&ty=u
http://cvs.horde.org/diff.php/framework/VFS/VFS/smb.php?r1=1.19&r2=1.20&ty=u
http://cvs.horde.org/diff.php/framework/VFS/VFS/sql.php?r1=1.121&r2=1.122&ty=u
http://cvs.horde.org/diff.php/framework/VFS/VFS/sql_file.php?r1=1.70&r2=1.71&ty=u
http://cvs.horde.org/diff.php/framework/VFS/VFS/ssh2.php?r1=1.11&r2=1.12&ty=u
http://cvs.horde.org/diff.php/framework/VFS/package.xml?r1=1.64&r2=1.65&ty=u
More information about the cvs
mailing list