1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Update Hash extension installation notes (#4867)

This commit is contained in:
Josh
2025-09-08 09:29:17 -04:00
committed by GitHub
parent f0149750ae
commit e325776622

View File

@@ -8,18 +8,16 @@
<section xml:id="hash.installation">
&reftitle.install;
<para>
As of PHP 5.1.2, the Hash extension is bundled and compiled into PHP by
default.
The Hash extension is a core PHP extension, so it is always enabled.
</para>
<para>
It may be explicitly disabled by using the --disable-hash switch to
configure. Earlier versions of PHP may incorporate the Hash extension by
installing the
Prior to PHP 7.4.0, the Hash extension was bundled and compiled into PHP by
default, but could be explicitly disabled using <option role="configure">--disable-hash</option>.
</para>
<para>
Prior to 5.1.2, the Hash extension was installed as a
<link xlink:href="&url.pecl.package;hash">PECL module</link>.
</para>
<para>
As of PHP 7.4.0, the Hash extension is a core PHP extension, so it is always enabled.
</para>
</section>
<!-- }}} -->