-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml.tmpl
118 lines (118 loc) · 4.34 KB
/
package.xml.tmpl
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.6" 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>magic</name>
<channel>pecl.php.net</channel>
<summary>magic - like /bin/file</summary>
<description>return strings just like /bin/file
</description>
<lead>
<name>JoungKyun.Kim</name>
<user>joungkyun</user>
<email>joungkyun@daum.net</email>
<active>yes</active>
</lead>
<date>@curdate@</date>
<time>@curtime@</time>
<version>
<release>3.0.2</release>
<api>1.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://raw.githubusercontent.com/OOPS-ORG-PHP/mod_magic/master/LICENSE">BSD 3-Clause</license>
<notes>
- #11 make test 007 failure on PHP 7.2 and after
- #12 build failure in PHP 8.1
</notes>
<contents>
<dir name="/">
<file md5sum="@README.md@" name="README.md" role="doc" />
<file md5sum="@LICENSE@" name="LICENSE" role="doc" />
<file md5sum="@config.m4@" name="config.m4" role="src" />
<file md5sum="@magic.c@" name="magic.c" role="src" />
<file md5sum="@magic_arginfo.h@" name="magic_arginfo.h" role="src" />
<file md5sum="@php_magic.h@" name="php_magic.h" role="src" />
<file md5sum="@sample.php@" name="sample.php" role="src" />
<dir name="tests">
<file md5sum="@tests/001-enable.phpt@" name="001-enable.phpt" role="test" />
<file md5sum="@tests/002-1arg.phpt@" name="002-1arg.phpt" role="test" />
<file md5sum="@tests/003-user-magicfile.phpt@" name="003-user-magicfile.phpt" role="test" />
<file md5sum="@tests/004-with-flag.phpt@" name="004-with-flag.phpt" role="test" />
<file md5sum="@tests/005-flag-magicfile.phpt@" name="005-flag-magicfile.phpt" role="test" />
<file md5sum="@tests/006-magicfile-flag.phpt@" name="006-magicfile-flag.phpt" role="test" />
<file md5sum="@tests/007-php-errormsg.phpt@" name="007-php-errormsg.phpt" role="test" />
<file md5sum="@tests/008-error-get-last.phpt@" name="008-error-get-last.phpt" role="test" />
<file md5sum="@tests/009-data-control.phpt@" name="009-data-control.phpt" role="test" />
</dir>
</dir> <!-- / -->
</contents>
<dependencies>
<required>
<php>
<min>7.0.0</min>
</php>
<pearinstaller>
<min>1.4.3</min>
</pearinstaller>
</required>
</dependencies>
<providesextension>magic</providesextension>
<extsrcrelease />
<changelog>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>3.0.2</release><api>1.0.0</api></version>
<date>@curdate@</date>
<notes>
- #11 make test 007 failure on PHP 7.2 and after
- #12 build failure in PHP 8.1
</notes>
</release>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>3.0.1</release><api>1.0.0</api></version>
<date>2021-03-28</date>
<notes>
- #1 remove useless code
- #3 confim to support until PHP 8.0
- #4 enhanced argument order of filebin function
- #5 enhanced Warning messges
- #6 change package name to mod_magic from mod_filebin
- #7 improved usage documents
- #8 change return type of filemagic function
- #9 suport check buffer
- #10 support filebin function for previous compability
</notes>
</release>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>3.0.0</release><api>1.0.0</api></version>
<date>2016-07-09</date>
<notes>
- support PHP 7
- unsupport PHP 5 and before
</notes>
</release>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>2.0.0</release><api>1.0.0</api></version>
<date>2016-07-09</date>
<notes>
- support PHP 5.4
- support 64bit library check
- changed format of function arguments
- fixed deprecated zend_get_parameters_ex
</notes>
</release>
<release>
<stability><release>stable</release><api>stable</api></stability>
<version><release>1.0.0</release><api>1.0.0</api></version>
<date>2012-11-12</date>
<notes>
- first release
</notes>
</release>
</changelog>
</package>