PHP Velho Oeste 2024

Kurulum

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.

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