Updates are ordered as returned by file_scan_directory, which is not gauranteed to be consistent across different systems. We should explicitly sort by filename.
Updates are ordered as returned by file_scan_directory, which is not gauranteed to be consistent across different systems. We should explicitly sort by filename.
Comments
Comment #2
ben.bunk commentedI am not sure but switching to scandir where you can specify sort order might help.
http://php.net/manual/en/function.scandir.php