PHP Velho Oeste 2024

Instalação

A partir do PHP 5.1.2, a extensão Hash é incluída e compilada no PHP por padrão.

Pode ser explicitamente desativada usando a opção --disable-hash ao configurar. Versões anteriores do PHP podem incorporar a extensão Hash instalando o » módulo PECL.

A partir do PHP 7.4.0, a extensão Hash é uma extensão principal do PHP, portanto, está sempre ativada.

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