File: package.xml

package info (click to toggle)
php-raphf 2.0.1%2B%2B-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 232 kB
  • sloc: ansic: 664; xml: 65; php: 22; makefile: 1
file content (65 lines) | stat: -rw-r--r-- 3,252 bytes parent folder | download | duplicates (3)
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
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.5" 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&apos;s persistent handle and resource factory API.</description>
 <lead>
  <name>Michael Wallner</name>
  <user>mike</user>
  <email>mike@php.net</email>
  <active>yes</active>
 </lead>
 <date>2019-10-25</date>
 <time>07:36:38</time>
 <version>
  <release>2.0.1</release>
  <api>2.0.0</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://copyfree.org/content/standard/licenses/2bsd/license.txt">BSD-2-Clause</license>
 <notes>
* Fixed pointless initialization of persistent handles lists on cleanup
* Fixed Windows build (Jan Ehrhardt)
 </notes>
 <contents>
  <dir name="/">
   <file md5sum="1ad4ad80d3a4ca1f0c2a71eb22c397df" name="src/php_raphf_api.h" role="src" />
   <file md5sum="9a63384e859d77e9ba4744145be7b0ce" name="src/php_raphf_api.c" role="src" />
   <file md5sum="88bbee7cbe05f052a6bec062a0ae1f60" name="scripts/gen_travis_yml.php" role="src" />
   <file md5sum="a66796746a85bc7a52c89a26493800b4" name="tests/http001.phpt" role="test" />
   <file md5sum="a781c294015eb9fc66788716cc28a19c" name="tests/http002.phpt" role="test" />
   <file md5sum="4b644245fe04dc186ffc01c39df67a68" name="tests/http003.phpt" role="test" />
   <file md5sum="99b858bc4acc757e49dcab0fc4d35d12" name="tests/http004.phpt" role="test" />
   <file md5sum="f00d3c40b7d279e4f72b8464c2ac08b5" name="AUTHORS" role="doc" />
   <file md5sum="4e80a777613575ef042d64749d01573b" name="BUGS" role="doc" />
   <file md5sum="e08900397d959898138ad2128935d922" name="CONTRIBUTING.md" role="doc" />
   <file md5sum="3f3a0065594119c8480bdeb8389af171" name="CREDITS" role="doc" />
   <file md5sum="a3b4fd992df13edab98ba5c58c0a0b0a" name="LICENSE" role="doc" />
   <file md5sum="f0341154a270ac077d6573360ece7091" name="README.md" role="doc" />
   <file md5sum="cd0b941fc7688653edbdb0e7b15e074b" name="THANKS" role="doc" />
   <file md5sum="0740ef89d5dd0d273e2e8f994a30ea9e" name="TODO" role="doc" />
   <file md5sum="34cb8a3fc141a1f050bf02acf26df27b" name="Doxyfile" role="doc" />
   <file md5sum="bbc7d260c89a883d29f35f4b42a2ba51" name="config.m4" role="src" />
   <file md5sum="069a81e1f666ffc8def7201dab123d44" name="config0.m4" role="src" />
   <file md5sum="9a4f43afee6f20d31a3bec67143a8a46" name="config.w32" role="src" />
   <file md5sum="5723e39cd24b82066f7758c75d6126e9" name="Makefile.frag" role="src" />
   <file md5sum="c35a01742b17750b3c6a1d3b6a901472" name="php_raphf.h" role="src" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>7.0.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0</min>
   </pearinstaller>
  </required>
 </dependencies>
 <providesextension>raphf</providesextension>
 <extsrcrelease />
</package>