reference/fileinfo/setup.xml
68ba58040e609589967077df116e715ffd865cdb
...
...
@@ -7,10 +7,7 @@
7
7
<!-- {{{ Requirements -->
8
8
<section xml:id="fileinfo.requirements">
9
9
&reftitle.required;
10
-
<para>
11
-
Before PHP 5.3.0, the <literal>magic_open</literal> library is needed to build
12
-
this extension.
13
-
</para>
10
+
&no.requirement;
14
11
</section>
15
12
<!-- }}} -->
16
13

...
...
@@ -29,7 +26,7 @@
29
26
<section xml:id="fileinfo.resources">
30
27
&reftitle.resources;
31
28
<para>
32
-
There is one resource used in Fileinfo extension: a magic database
29
+
Prior to PHP 8.1.0, there was one resource used in the Fileinfo extension: a magic database
33
30
descriptor returned by <function>finfo_open</function>.
34
31
</para>
35
32
</section>
36
33