The new PECL package eio-2.0.4 (stable) has been released at 
http://pecl.php.net/.

Release notes
-------------
Add check for HAVE_STRUCT_STAT_ST_BLKSIZE and HAVE_STRUCT_STAT_ST_RDEV (thanks 
to petk)

Package Info
-------------
This extension provides interface to the libeio library written by Marc Lehmann
    <libeio at schmorp dot de>(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.

Related Links
-------------
Package home: http://pecl.php.net/package/eio
   Changelog: http://pecl.php.net/package-changelog.php?package=eio
    Download: http://pecl.php.net/get/eio-2.0.4.tgz

Authors
-------------
Ruslan Osmanov <osma...@php.net> (lead)


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to