php-src/ext/dio/package.xml

47 lines
1.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
<name>dio</name>
<summary>Direct I/O functions</summary>
<maintainers>
<maintainer>
<user>sterling</user>
<name>Sterling Hughes</name>
<email>sterling@php.net</email>
<role>lead</role>
</maintainer>
</maintainers>
<description>
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(),..). 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.
</description>
<license>PHP</license>
<release>
<state>beta</state>
<version>5.0rc1</version>
<date>2004-03-19</date>
<notes>
package.xml added to support intallation using pear installer
</notes>
<filelist>
<file role="doc" name="CREDITS"/>
<file role="src" name="config.m4"/>
<file role="src" name="dio.c"/>
<file role="src" name="php_dio.h"/>
<file role="test" name="tests/001.phpt"/>
</filelist>
<deps>
<dep type="php" rel="ge" version="5" />
<!-- doesn't work yet <dep type="os" rel="has" name="unix" /> -->
</deps>
</release>
</package>
<!--
vim:et:ts=1:sw=1
-->