cvs: pear /Net_FTP generate_package_xml.php /Net_FTP/Net FTP.php

[email protected] ("Jorrit Schippers")
Newsgroups php.pear.cvs
Message-ID <cvsjschippers1208894621@cvsserver>
jschippers		Tue Apr 22 20:03:41 2008 UTC

  Modified files:              
    /pear/Net_FTP/Net	FTP.php 
    /pear/Net_FTP	generate_package_xml.php 
  Log:
  Fixed Bug #13496: set bit not supported
  
http://cvs.php.net/viewvc.cgi/pear/Net_FTP/Net/FTP.php?r1=1.60&r2=1.61&diff_format=u
Index: pear/Net_FTP/Net/FTP.php
diff -u pear/Net_FTP/Net/FTP.php:1.60 pear/Net_FTP/Net/FTP.php:1.61
--- pear/Net_FTP/Net/FTP.php:1.60	Tue Jan  8 18:36:07 2008
+++ pear/Net_FTP/Net/FTP.php	Tue Apr 22 20:03:41 2008
@@ -20,7 +20,7 @@
  * @author    Jorrit Schippers <[email protected]>
  * @copyright 1997-2008 The PHP Group
  * @license   http://www.php.net/license/3_0.txt PHP License 3.0
- * @version   CVS: $Id: FTP.php,v 1.60 2008/01/08 18:36:07 jschippers Exp $
+ * @version   CVS: $Id: FTP.php,v 1.61 2008/04/22 20:03:41 jschippers Exp $
  * @link      http://pear.php.net/package/Net_FTP
  * @since     File available since Release 0.0.1
  */
@@ -694,7 +694,7 @@
         
         $this->_ls_match = array(
             'unix'    => array(
-                'pattern' => '/(?:(d)|.)([rwxt-]+)\s+(\w+)\s+([\w\d-()?]+)\s+'.
+                'pattern' => '/(?:(d)|.)([rwxts-]+)\s+(\w+)\s+([\w\d-()?]+)\s+'.
                              '([\w\d-()?]+)\s+(\w+)\s+(\S+\s+\S+\s+\S+)\s+(.+)/',
                 'map'     => array(
                     'is_dir'        => 1,
http://cvs.php.net/viewvc.cgi/pear/Net_FTP/generate_package_xml.php?r1=1.18&r2=1.19&diff_format=u
Index: pear/Net_FTP/generate_package_xml.php
diff -u pear/Net_FTP/generate_package_xml.php:1.18 pear/Net_FTP/generate_package_xml.php:1.19
--- pear/Net_FTP/generate_package_xml.php:1.18	Sat Dec 22 23:06:42 2007
+++ pear/Net_FTP/generate_package_xml.php	Tue Apr 22 20:03:41 2008
@@ -17,7 +17,7 @@
  * @author    Tobias Schlitt <[email protected]>
  * @copyright 1997-2005 The PHP Group
  * @license   http://www.php.net/license/3_0.txt  PHP License 3.0
- * @version   CVS: $Id: generate_package_xml.php,v 1.18 2007/12/22 23:06:42 jschippers Exp $
+ * @version   CVS: $Id: generate_package_xml.php,v 1.19 2008/04/22 20:03:41 jschippers Exp $
  * @link      http://pear.php.net/package/Net_FTP
  * @since     File available since Release 1.3.0
  */
@@ -42,7 +42,7 @@
 $cvsdir     = '/cvs/pear/';
 $packagedir = $cvsdir . 'Net_FTP/';
 
-$current_version   = '1.4.0a1';
+$current_version   = '1.4.0a2';
 $current_stability = 'alpha';
 
 $summary =
@@ -56,12 +56,7 @@
 for example the view of a progress bar.';
 
 $current_notes =
-'* Fixed bug #6754: Add method to set directory list matcher explicitly
-* Fixed Bug #7102: Add ability to disable use of ftp_nb_put(), can sometimes be '.
-'very slow
-
-* Improved detection of remote directories. It is slower than before, but does '.
-' not rely on simply detecting if the given path ends with a slash.';
+'* Fixed Bug #13496: set bit not supported';
 
 PEAR::setErrorHandling(PEAR_ERROR_CALLBACK, 'dumpError');
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.