[ANNOUNCEMENT] dio-0.0.4RC4 (beta) Released.
[email protected] ("PECL Announce")
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
The new PECL package dio-0.0.4RC4 (beta) has been released at http://pecl.php.net/.
Release notes
-------------
package.xml added to support installation using pear installer
Packaged so it can be used.
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.0.4RC4.tgz
Authors
-------------
Melanie Rhianna Lewis (lead)