|
cvs: pear-core /PEAR FTP.php: msg#00069php.pear.core
cellog Thu Oct 19 23:28:05 2006 UTC Modified files: /pear-core/PEAR FTP.php Log: fix unclear error message in put() http://cvs.php.net/viewvc.cgi/pear-core/PEAR/FTP.php?r1=1.9&r2=1.10&diff_format=u Index: pear-core/PEAR/FTP.php diff -u pear-core/PEAR/FTP.php:1.9 pear-core/PEAR/FTP.php:1.10 --- pear-core/PEAR/FTP.php:1.9 Thu Oct 19 23:22:36 2006 +++ pear-core/PEAR/FTP.php Thu Oct 19 23:28:05 2006 @@ -15,7 +15,7 @@ * @author Greg Beaver <cellog@xxxxxxx> * @copyright 1997-2006 The PHP Group * @license http://www.php.net/license/3_0.txt PHP License 3.0 - * @version CVS: $Id: FTP.php,v 1.9 2006/10/19 23:22:36 cellog Exp $ + * @version CVS: $Id: FTP.php,v 1.10 2006/10/19 23:28:05 cellog Exp $ * @link http://pear.php.net/package/PEAR * @since File available since Release 1.4.0a1 */ @@ -220,7 +220,7 @@ $context); if (!$remote) { return PEAR::raiseError('Could not open remote file ' . - $this->_prepend($remotefile) . ' for saving as local file ' . $localfile); + $this->_prepend($remotefile) . ' for saving a copy of local file ' . $localfile); } $ret = @stream_copy_to_stream($local, $remote); if ($local) { -- PEAR CVS Mailing List (http://pear.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | cvs: pear-core /PEAR FTP.php RemoteInstaller.php: 00069, Greg Beaver |
|---|---|
| Next by Date: | cvs: pear-core / package-PEAR.xml package2.xml /PEAR/Installer/Role Common.php: 00069, Greg Beaver |
| Previous by Thread: | cvs: pear-core /PEAR FTP.php RemoteInstaller.phpi: 00069, Greg Beaver |
| Next by Thread: | cvs: pear-core / package-PEAR.xml package2.xml /PEAR/Installer/Role Common.php: 00069, Greg Beaver |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |