forked from arnaud-lb/php-inotify
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.4.7" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd"> | ||
<name>inotify</name> | ||
<channel>pecl.php.net</channel> | ||
<summary>Inotify</summary> | ||
<description>The inotify extension allows to use inotify functions in a PHP script.</description> | ||
<lead> | ||
<name>Arnaud Le Blanc</name> | ||
<user>lbarnaud</user> | ||
<email>arnaud.lb@gmail.com</email> | ||
<active>yes</active> | ||
</lead> | ||
|
||
<date>2008-07-17</date> | ||
<version><release>0.1.1</release><api>0.1.1</api></version> | ||
<stability><release>beta</release><api>beta</api></stability> | ||
<license uri="http://www.php.net/license">PHP License</license> | ||
<notes> | ||
* Initial release | ||
</notes> | ||
|
||
<contents> | ||
<dir name="/"> | ||
<file role="doc" name="CREDITS" /> | ||
<file role="doc" name="EXPERIMENTAL" /> | ||
<file role="doc" name="LICENSE" /> | ||
<file role="doc" name="README" /> | ||
<file role="src" name="inotify.c" /> | ||
<file role="src" name="php_inotify.h" /> | ||
<file role="src" name="config.m4" /> | ||
<file role="php" name="inotify.php" /> | ||
<file role="php" name="tail.php" /> | ||
<dir name="tests"> | ||
<file role="test" name="002.phpt" /> | ||
</dir> | ||
</dir> | ||
</contents> | ||
|
||
<dependencies> | ||
<required> | ||
<php> | ||
<min>5.2.0</min> | ||
</php> | ||
<pearinstaller> | ||
<min>1.4.0</min> | ||
</pearinstaller> | ||
</required> | ||
</dependencies> | ||
|
||
<providesextension>inotify</providesextension> | ||
|
||
<extsrcrelease /> | ||
|
||
<changelog> | ||
<release> | ||
<date>2008-07-17</date> | ||
<version><release>0.1.1</release><api>0.1.1</api></version> | ||
<stability><release>beta</release><api>beta</api></stability> | ||
<notes> | ||
Initial release | ||
</notes> | ||
</release> | ||
</changelog> | ||
</package> | ||
<!-- | ||
vim:et:ts=1:sw=1 | ||
--> | ||
|