reference/fileinfo/configure.xml
6376b92e0de9c0dbe507d8cb76380106eedb9f28
...
...
@@ -3,10 +3,7 @@
3
3
<section xml:id="fileinfo.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
&reftitle.install;
5
5
<para>
6
-
This extension is enabled by default as of PHP 5.3.0. Before this time,
7
-
fileinfo was a PECL extension but is no longer maintained there.
8
-
However, versions prior to 5.3+ may use the
9
-
<link xlink:href="&url.pecl.package;fileinfo">discontinued PECL extension</link>.
6
+
This extension is enabled by default.
10
7
</para>
11
8
<para>
12
9
Windows users must include the bundled <filename>php_fileinfo.dll</filename>
...
...
@@ -17,32 +14,6 @@
17
14
A patch against libmagic named <filename>libmagic.patch</filename> is maintained
18
15
and may be found within the PHP fileinfo extensions source.
19
16
</para>
20
-
<para>
21
-
<table>
22
-
<title>Upgrade history of the bundled libmagic library</title>
23
-
<tgroup cols="3">
24
-
<thead>
25
-
<row>
26
-
<entry>PHP &Version;</entry>
27
-
<entry>Updated libmagic &Version;</entry>
28
-
<entry>Notes</entry>
29
-
</row>
30
-
</thead>
31
-
<tbody>
32
-
<row>
33
-
<entry>5.3.2</entry>
34
-
<entry>5.03</entry>
35
-
<entry></entry>
36
-
</row>
37
-
<row>
38
-
<entry>5.3.0</entry>
39
-
<entry>5.02</entry>
40
-
<entry></entry>
41
-
</row>
42
-
</tbody>
43
-
</tgroup>
44
-
</table>
45
-
</para>
46
17
</section>
47
18

48
19
<!-- Keep this comment at the end of the file
49
20