Skip to content

cache:clear sometimes fails on windows #8766

Closed
@caponica

Description

@caponica

running cache:clear from the windows command line often fails to perform the rename of the temp folder.

This is due to a php bug:
http://www.php.net/manual/en/function.rename.php#102274

And the issue as it pertains to Symfony is discussed here:
https://groups.google.com/forum/?fromgroups=#!topic/symfony2/9NFunxsDTnQ

The workaround is simply adding a sleep(1) call between the rename() calls.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions