logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

cvs: pear-core(PEAR_1_4) /tests/PEAR_Installer/ftp_test_files FTP.php.inc: msg#00061

Subject: cvs: pear-core(PEAR_1_4) /tests/PEAR_Installer/ftp_test_files FTP.php.inc
cellog          Thu Mar 23 04:24:37 2006 UTC

  Modified files:              (Branch: PEAR_1_4)
    /pear-core/tests/PEAR_Installer/ftp_test_files      FTP.php.inc 
  Log:
  fix Bug #6904: 2 tests in PEAR_Config over FTP fail (missing constant 
FTP_BINARY)
  
http://cvs.php.net/viewcvs.cgi/pear-core/tests/PEAR_Installer/ftp_test_files/FTP.php.inc?r1=1.2&r2=1.2.2.1&diff_format=u
Index: pear-core/tests/PEAR_Installer/ftp_test_files/FTP.php.inc
diff -u pear-core/tests/PEAR_Installer/ftp_test_files/FTP.php.inc:1.2 
pear-core/tests/PEAR_Installer/ftp_test_files/FTP.php.inc:1.2.2.1
--- pear-core/tests/PEAR_Installer/ftp_test_files/FTP.php.inc:1.2       Wed Feb 
22 22:04:08 2006
+++ pear-core/tests/PEAR_Installer/ftp_test_files/FTP.php.inc   Thu Mar 23 
04:24:37 2006
@@ -1,5 +1,7 @@
 <?php
-
+if (!defined('FTP_BINARY')) {
+    define('FTP_BINARY', 1);
+}
 define('NET_FTP_ERR_OVERWRITELOCALFILE_FAILED', -14);
 define('NET_FTP_ERR_DIRCHANGE_FAILED', 2); // Compatibillity reasons!
 define('NET_FTP_ERR_CREATEDIR_FAILED', 1);

-- 
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>