[cvs] commit: horde/lib/VFS file.php ftp.php sql.php
Chuck Hagenbuch
chuck@horde.org
Sat, 3 Aug 2002 14:38:51 -0700 (PDT)
chuck 2002/08/03 14:38:51 PDT
Modified files:
lib/VFS file.php ftp.php sql.php
Log:
Some API updates and cleanups. Mainly: don't call Horde::fatal() if the connection
fails; instead, make sure that the failure is returned (and passed through by
the calling function, if any) as a PEAR_Error, so that applications can handle
connection failures.
Revision Changes Path
1.13 +17 -3 horde/lib/VFS/file.php
1.16 +44 -13 horde/lib/VFS/ftp.php
1.15 +39 -14 horde/lib/VFS/sql.php
Chora Links:
http://cvs.horde.org/diff.php/horde/lib/VFS/file.php?r1=1.12&r2=1.13&ty=u
http://cvs.horde.org/diff.php/horde/lib/VFS/ftp.php?r1=1.15&r2=1.16&ty=u
http://cvs.horde.org/diff.php/horde/lib/VFS/sql.php?r1=1.14&r2=1.15&ty=u