File: package2.xml

package info (click to toggle)
php-wmerrors 2.0.0~git20190628.183ef7d-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: ansic: 482; xml: 49; makefile: 13; sh: 3
file content (49 lines) | stat: -rw-r--r-- 1,444 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
<?xml version="1.0"?>
<package 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>wmerrors</name>
<channel>pecl.php.net</channel>
<summary>Custom fatal error messages</summary>
<description>Custom fatal error messages</description>
<lead>
	<name>Tim Starling</name>
	<user>tstarling</user>
	<email>tstarling@wikimedia.org</email>
	<active>yes</active>
</lead>
<date>2008-09-04</date>
<version>
	<release>1.0.2</release>
	<api>1.0.1</api>
</version>
<stability>
	<release>beta</release>
	<api>beta</api>
</stability>
<license>Whatever</license>
<notes>Display catchable fatal errors that won't be thrown.</notes>
<contents>
	<dir name="/">
		<file name="config.w32" role="src"/>
		<file name="config.m4" role="src"/>
		<file name="wmerrors.c" role="src"/>
		<file name="php_wmerrors.h" role="src"/>
		<file name="error.html" role="data"/>
		<file name="CREDITS" role="doc"/>
		<file name="EXPERIMENTAL" role="doc"/>
	</dir>
</contents>
<dependencies>
	<required>
		<php><min>5.0.0</min></php>
		<pearinstaller><min>1.4.0</min></pearinstaller>
	</required>
</dependencies>
<providesextension>wmerrors</providesextension>
<extsrcrelease/>
</package>