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.
PHP 5.1.2 ve sonrasında Hash eklentisi PHP paketinde gelmekte ve öntanımlı olarak derlenmektedir.
İptal edilmek istenirse PHP'yi derlemek için yapılandırırken --disable-hash seçeneğini belirtin. PHP'nin eski sürümleri Hash desteği için » PECL eklentisini kurabilirler.
PHP 7.4.0 ve sonrasında Hash eklentisi PHP'nin temel eklentisi olmuştur. Bu bakımdan, daima etkindir.
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.