The new PECL package dio-0.1.0 (beta) has been released at http://pecl.php.net/.
Release notes ------------- - Fixed memory leak in dio_read (Dawid Zamirski) - Fixed Bug #74209 dio_stat - appended nulls (Remi) 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: http://pecl.php.net/package/dio Changelog: http://pecl.php.net/package-changelog.php?package=dio Download: http://pecl.php.net/get/dio-0.1.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
