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.0 2023-09-10 eio-3.1.0.tgz
3.1.0RC1 2023-05-31 eio-3.1.0RC1.tgz
3.0.1 2023-09-09 eio-3.0.1.tgz
3.0.0RC4 2021-09-21 eio-3.0.0RC4.tgz
3.0.0RC3 2021-09-20 eio-3.0.0RC3.tgz
Show all releases

Changelog

Version Message
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.
3.0.1 Fixed issue #19: Initialized new stack pointers introduced in PHP 8.3.0RC1+
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.
Show complete changelog