Skip to content

Commit e325776

Browse files
Update Hash extension installation notes (php#4867)
1 parent f014975 commit e325776

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

reference/hash/setup.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,15 @@
88
<section xml:id="hash.installation">
99
&reftitle.install;
1010
<para>
11-
As of PHP 5.1.2, the Hash extension is bundled and compiled into PHP by
12-
default.
11+
The Hash extension is a core PHP extension, so it is always enabled.
1312
</para>
1413
<para>
15-
It may be explicitly disabled by using the --disable-hash switch to
16-
configure. Earlier versions of PHP may incorporate the Hash extension by
17-
installing the
18-
<link xlink:href="&url.pecl.package;hash">PECL module</link>.
14+
Prior to PHP 7.4.0, the Hash extension was bundled and compiled into PHP by
15+
default, but could be explicitly disabled using <option role="configure">--disable-hash</option>.
1916
</para>
2017
<para>
21-
As of PHP 7.4.0, the Hash extension is a core PHP extension, so it is always enabled.
18+
Prior to 5.1.2, the Hash extension was installed as a
19+
<link xlink:href="&url.pecl.package;hash">PECL module</link>.
2220
</para>
2321
</section>
2422
<!-- }}} -->

0 commit comments

Comments
 (0)