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

Release notes
-------------
Added far better windows error reporting. Warnings now raised when Win32 API
calls return errors. The warnings include the underlying Windows error
message.

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.7.tgz

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


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

Reply via email to