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

Bug #4009 _determine_os_match doesn't take into account numbered users and groups
Submitted: 2005-03-30 23:37 UTC
From: justinpatrin Assigned: toby
Status: Closed Package: Net_FTP
PHP Version: 4.3.10 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2005-03-30 23:37 UTC] justinpatrin
Description: ------------ On Unix systems, the raw dir list may have the UID of the user or the GID of the group instead of the actual username or group name. This causes the regex to fail. To fix this, the user and group portions of the regex should be changed from: (\w+) to ([\w0-9]+)

Comments

 [2005-03-31 20:08 UTC] toby
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.