summaryrefslogtreecommitdiff
path: root/ext/fileinfo/package.xml
blob: 4b4b085c10c8b61dc23181a77cea6dd3e66255d7 (plain)
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
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE package SYSTEM "../pear/package.dtd">
<package>
 <name>Fileinfo</name>
 <summary>libmagic bindings</summary>
 <maintainers>
  <maintainer>
   <user>iliaa</user>
   <name>Ilia Alshanetsky</name>
   <email>ilia@php.net</email>
   <role>lead</role>
  </maintainer>
 </maintainers>
 <description>
This extension allows retrieval of information regarding vast majority of file. 
This information may include dimensions, quality, length etc...

Additionally it can also be used to retrieve the mime type for a particular 
file and for text files proper language encoding.
 </description>
 <license>PHP</license>
 <release>
  <state>beta</state>
  <version>0.2</version>
  <date>2004-05-26</date>
  <notes>
  Fixed bug that caused PHP to refuse to recognize fileinfo.so.
  </notes>
  <filelist>
   <file role="src" name="config.m4"/>
   <file role="src" name="fileinfo.c"/>
   <file role="src" name="php_fileinfo.h"/>
   <file role="doc" name="CREDITS"/>
   <file role="doc" name="EXPERIMENTAL"/>
   <file role="doc" name="fileinfo.php"/>
  </filelist>
  <deps>
  </deps>
 </release>
</package>
<!--
vim:et:ts=1:sw=1
-->