From e3257766221ace07316deebc972f17ebc05debc2 Mon Sep 17 00:00:00 2001 From: Josh Date: Mon, 8 Sep 2025 09:29:17 -0400 Subject: [PATCH] Update Hash extension installation notes (#4867) --- reference/hash/setup.xml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/reference/hash/setup.xml b/reference/hash/setup.xml index fa8e0cb45f..1bf3d29398 100644 --- a/reference/hash/setup.xml +++ b/reference/hash/setup.xml @@ -8,18 +8,16 @@
&reftitle.install; - 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. - 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 . + + + Prior to 5.1.2, the Hash extension was installed as a PECL module. - - As of PHP 7.4.0, the Hash extension is a core PHP extension, so it is always enabled. -