[DOC-CVS] [doc-en] master: Update Hash extension installation notes (#4867)
[email protected] (Josh via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Josh (joshtrichards) Committer: GitHub (web-flow) Pusher: TimWolla Date: 2025-09-08T15:29:17+02:00 Commit: https://github.com/php/doc-en/commit/e3257766221ace07316deebc972f17ebc05debc2 Raw diff: https://github.com/php/doc-en/commit/e3257766221ace07316deebc972f17ebc05debc2.diff Update Hash extension installation notes (#4867) Changed paths: M reference/hash/setup.xml Diff: diff --git a/reference/hash/setup.xml b/reference/hash/setup.xml index fa8e0cb45f16..1bf3d2939830 100644 --- a/reference/hash/setup.xml +++ b/reference/hash/setup.xml @@ -8,17 +8,15 @@ <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 - <link xlink:href="&url.pecl.package;hash">PECL module</link>. + 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> - As of PHP 7.4.0, the Hash extension is a core PHP extension, so it is always enabled. + Prior to 5.1.2, the Hash extension was installed as a + <link xlink:href="&url.pecl.package;hash">PECL module</link>. </para> </section> <!-- }}} -->