-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
55 lines (55 loc) · 2.25 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.9.4" version="2.0" 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" 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>raphf</name>
<channel>pecl.php.net</channel>
<summary>Resource and persistent handles factory</summary>
<description>A reusable split-off of pecl_http's persistent handle and resource factory API.</description>
<lead>
<name>Michael Wallner</name>
<user>mike</user>
<email>[email protected]</email>
<active>yes</active>
</lead>
<date>2013-11-26</date>
<time>10:25:56</time>
<version>
<release>1.0.4</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license>BSD, revised</license>
<notes>
* Fix re-use of destroyed hashtable with phpdbg
</notes>
<contents>
<dir name="/">
<file md5sum="9ec3927cf5074fcfaf41b98dc578e95c" name="tests/http001.phpt" role="test" />
<file md5sum="32bff8615eb708c70dbfc8f98b114d31" name="tests/http002.phpt" role="test" />
<file md5sum="16f8a4234205eeb09854ff4da5fbb1ee" name="tests/http003.phpt" role="test" />
<file md5sum="bedd9aa3606ed94d2dc71dae78239b31" name="tests/http004.phpt" role="test" />
<file md5sum="3f3a0065594119c8480bdeb8389af171" name="CREDITS" role="doc" />
<file md5sum="a3b4fd992df13edab98ba5c58c0a0b0a" name="LICENSE" role="doc" />
<file md5sum="f63e4e037ba391dd54fe8cdb98db7f18" name="config.m4" role="src" />
<file md5sum="e30e4062a7891384bd95ceb25e0cb2a8" name="config.w32" role="src" />
<file md5sum="4354b448dcb3f6f748f82609893b4c7a" name="php_raphf.h" role="src" />
<file md5sum="6ea540689ce0903c84bd487a32132142" name="php_raphf.c" role="src" />
</dir>
</contents>
<dependencies>
<required>
<php>
<min>5.3</min>
</php>
<pearinstaller>
<min>1.4.0</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>raphf</providesextension>
<extsrcrelease>
<configureoption default="yes" name="enable-raphf" prompt="whether to enable raphf support" />
</extsrcrelease>
</package>