Skip to content

filemtime() fails for large files #4

@serseb

Description

@serseb

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions