-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The following line generates a warning like: "Warning: filemtime(): stat failed for wfio://path_to_largefile.ext":
filemtime("wfio://path_to_largefile.ext")
while filemtime("path_to_largefile.ext.ext") works and returns the correct timestamp
I think the problem lies in manipulating files over 2GB in size
I overcome this by using the path without the wrapper but only for files named in ASCII
Metadata
Metadata
Assignees
Labels
No labels