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

Bug #20547 Change in date/time output - array breakout
Submitted: 2015-05-12 21:03 UTC
From: gbcmd Assigned:
Status: Open Package: Net_FTP (version 1.4.0)
PHP Version: 5.5.7 OS: Debian
Roadmaps: (Not assigned)    
Subscription  


 [2015-05-12 21:03 UTC] gbcmd (Matthew Daize)
Description: ------------ Performing a file listing does not break out the time into its own array element as it did in 1.3.7. Test script: --------------- $ftp->ls($dir,NET_FTP_FILES_ONLY); Expected result: ---------------- timestamp: Array ( [date] => 04-27-15 [time] => 01:00AM [size] => 23177 [is_dir] => [name] => filename.file [stamp] => 1430110800 ) Actual result: -------------- timestamp: Array ( [date] => 04-27-15 01:00AM [size] => 23177 [is_dir] => [name] => filename.file [stamp] => 1430110800 )

Comments