This file is indexed.

/usr/share/doc/php-http/package.xml is in php-http 1.4.1-2build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.7.2" 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>HTTP</name>
 <channel>pear.php.net</channel>
 <summary>Miscellaneous HTTP utilities</summary>
 <description>The HTTP class is a class with static methods for doing
miscellaneous HTTP related stuff like date formatting,
language negotiation or HTTP redirection.</description>
 <lead>
  <name>Michael Wallner</name>
  <user>mike</user>
  <email>mike@php.net</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Philippe Jausions</name>
  <user>jausions</user>
  <email>jausions@php.net</email>
  <active>yes</active>
 </lead>
 <date>2008-08-31</date>
 <time>16:15:55</time>
 <version>
  <release>1.4.1</release>
  <api>1.4.1</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license>
 <notes>* Fixed bug #7130 - HTTP::absoluteUri(&quot;?foo&quot;) loses path
* Fixed bug #12672 - PHP_SELF ending on / causes incorrect redirects
* Fixed bug #12571 - Wrong license in package.xml
* Fixed bug #12759 - DOS linebreaks
* Fixed req #9148 - Added negotiateCharset() method
* Fixed req #11060 - Added negotiateMimeType() method
* Added regression tests
* Bump to package.xml v2.0
* Added failover JavaScript for redirect()</notes>
 <contents>
  <dir name="/">
   <file md5sum="44b8607b30dd1bcf35ed9f5962056a2a" name="tests/absoluteURI.inc" role="test" />
   <file md5sum="1fdb8357bfdb4c9a1dd41d17933d0a4d" name="tests/test1a.phpt" role="test" />
   <file md5sum="e87a301264a372e6bb12ccd0b9833bfd" name="tests/test2a.phpt" role="test" />
   <file md5sum="1f84cff71ce78cfdea15351e16f55560" name="tests/test3a.phpt" role="test" />
   <file md5sum="784eb10fc111861a1aa7331ab03b0bea" name="tests/test4a.phpt" role="test" />
   <file md5sum="a7d707b3a8c2215897d0a008ed218cdc" name="tests/test5a.phpt" role="test" />
   <file md5sum="4d0724bcdfb1f33aaeb12f4a5d30398e" name="tests/test6a.phpt" role="test" />
   <file md5sum="cb24bf0e64fd0089afafde731ba06fe7" name="tests/negotiateLanguage.phpt" role="test" />
   <file md5sum="719b68e1ac57c9f47de5c454e41b2eee" name="tests/negotiateMimeType.phpt" role="test" />
   <file md5sum="240519f5a3a3835a0758254670921e9c" name="tests/negotiateCharset.phpt" role="test" />
   <file md5sum="cd0f7bc44c4ec48af0623e4690ca30c9" name="tests/negotiateCharset2.phpt" role="test" />
   <file md5sum="b6408ededd0ec0d585b84951b7054810" name="HTTP.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.0.6</min>
   </php>
   <pearinstaller>
    <min>1.7.1</min>
   </pearinstaller>
   <package>
    <name>PEAR</name>
    <channel>pear.php.net</channel>
   </package>
   <extension>
    <name>pcre</name>
   </extension>
  </required>
 </dependencies>
 <phprelease />
</package>