Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.4.1

Bug #13496 set bit not supported
Submitted: 2008-03-25 13:16 UTC
From: dskalka Assigned: jorrit
Status: Closed Package: Net_FTP (version 1.3.5)
PHP Version: HEAD CVS-2008-03-16 OS: Linux
Roadmaps: 1.3.6, 1.4.0a2    
Subscription  


 [2008-03-25 13:16 UTC] dskalka (David Skalka)
Description: ------------ if dir have set bit Net_FTP::ls return all as files and copured atribute. I found bug. parse pattern did not expect with set bit on FTP.php on line 698 in (1.6) /(?:(d)|.)([rwxt-]+)\s+(\w+)\s+([\w\d-()?]+)\s+ ([\w\d-()?]+)\s+(\w+)\s+(\S+\s+\S+\s+\S+)\s+(.+)/ change to /(?:(d)|.)([rwxts-]+)\s+(\w+)\s+([\w\d-()?]+)\s+ ([\w\d-()?]+)\s+(\w+)\s+(\S+\s+\S+\s+\S+)\s+(.+)/

Comments

 [2008-04-22 20:04 UTC] jorrit (Jorrit Schippers)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.