eio

Provides interface to the libeio library


This extension provides interface to the libeio library written by Marc Lehmann
(see http://software.schmorp.de/pkg/libeio.html).

Libeio is a an asynchronous I/O library. Features basically include
asynchronous versions of POSIX API(read, write, open, close, stat, unlink,
fdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX,
FreeBSD); readahead. libeio itself emulates the system calls, if they are not
available on specific(UNIX-like) platform.

Currently this extension supports GNU/Linux and BSD platforms only. But you can
try it on any UNIX OS.

License: php

Latest releases

Version Release Download
3.1.3 2024-03-02 eio-3.1.3.tgz
3.1.2 2024-02-21 eio-3.1.2.tgz
3.1.1 2024-02-21 eio-3.1.1.tgz
3.1.0 2023-09-10 eio-3.1.0.tgz
3.1.0RC1 2023-05-31 eio-3.1.0RC1.tgz
Show all releases

Changelog

Version Message
3.1.3 - Fixed #23: Replace struct stat symbols (thanks to Peter Kokot).
3.1.2 - Restored libeio/xthread.h in package.xml
3.1.1 - Fixed issue #21: eio_fallocate() tests failed on Fedora 40
- Updated the embedded libeio.
3.1.0 Fixed issue #19: Initialized new stack pointers introduced in PHP 8.3.0RC1+
3.1.0RC1 Updated libeio to the latest version.
Fixed internal scripts.
Show complete changelog