Installer l'extension PHP Scrypt

2020-08-26 16:41:00
Original 1107

Télécharger http://pecl.php.net/package/scrypt

Dépôt GitHub https://github.com/DomBlack/php-scrypt


Installez PECL


pecl install scrypt


Utilisez les lignes de commande Linux pour installer


Remarque: remplacez / usr / bin / par le chemin où se trouvevotre propre fichier bin PHP.


wget http://pecl.php.net/get/scrypt-1.4.2.tgz
tar xf scrypt-1.4.2.tgz
cd scrypt
/usr/bin/phpsize
./configure --enable-scrypt --with-php-config=/usr/bin/php-config
make && make install

Ajoutez des configurations dans le fichier php.ini.

;Enable scrypt extension module
extension=scrypt.so

Mot clé

Commenter
Commentaires reçus après vérification。