PHP Velho Oeste 2024

Installation

Von PHP 5.1.2 an wird die Hash-Erweiterung mitgeliefert und standardmäßig in PHP einkompiliert.

Sie kann mit dem --disable-hash Umschalter für configure explizit deaktiviert werden. Frühere PHP-Versionen können die Hash-Erweiterung mit der Installation des » PECL-Moduls nutzen.

Von PHP 7.4.0 an ist die Hash-Erweiterung eine Core-Erweiterung, so dass sie immer aktiviert ist.

add a note add a note

User Contributed Notes 1 note

up
0
rdlowrey at php dot net
9 years ago
Though this page claims hash is part of core , you will not have it if you use the "--disable-all" switch in your config. In this case it is necessary to also use "--enable-hash" to access the associated functionality.
To Top