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.0.0RC4 2021-09-21 eio-3.0.0RC4.tgz
3.0.0RC3 2021-09-20 eio-3.0.0RC3.tgz
3.0.0RC2 2021-04-17 eio-3.0.0RC2.tgz
3.0.0RC1 2021-04-17 eio-3.0.0RC1.tgz
2.0.4 2018-07-30 eio-2.0.4.tgz
Show all releases

Changelog

Version Message
3.0.0RC4 Fixed deprecated calls on PHP 8.1 (thanks to Remi Collet).
3.0.0RC3 Fixed issue #13: libeio sometimes didn't auto-initialize.
3.0.0RC2 Fixed: the PECL package was broken for PHP 8
3.0.0RC1 Ported to PHP 8
2.0.4 Add check for HAVE_STRUCT_STAT_ST_BLKSIZE and HAVE_STRUCT_STAT_ST_RDEV (thanks to petk)
Show complete changelog