The new PECL package dio-0.2.0 (beta) has been released at 
https://pecl.php.net/.

Release notes
-------------
- fix stream API for PHP 7.4+

Package Info
-------------
PHP supports the direct io functions as described in the 
Posix Standard (Section 6) for performing I/O functions at 
a lower level than the C-Language stream I/O functions 
(fopen(), fread(),..). 

DIO provides functions and stream wrappers which provide raw and
serial low level IO support.  The use of the DIO functions should 
be considered only when direct control of a device is needed. 
In all other cases, the standard filesystem functions are 
more than adequate.

Related Links
-------------
Package home: https://pecl.php.net/package/dio
   Changelog: https://pecl.php.net/package-changelog.php?package=dio
    Download: https://pecl.php.net/get/dio-0.2.0.tgz

Authors
-------------
Melanie Rhianna Lewis (lead)
Remi Collet (lead)

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

Reply via email to