reactphp / filesystem

Evented filesystem access.
MIT License
135 stars 40 forks source link

Drop `EIO_O_FSYNC` as EIO doesn't support it anymore #44

Closed WyriHaximus closed 5 years ago

WyriHaximus commented 5 years ago

Closes #34

As mentioned in #34 and at https://pecl.php.net/package-changelog.php?package=eio&release=2.0.2 this constant has been removed so we can't rely on it.