PHP Extension/Sodium
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Sodium (暗号機能) [#h7b23d5c]
*** Rocky Linux 8 [#t198f623]
yum install -y php-cli libsodium libsodium-devel
pecl install libsodium
vi /etc/php.ini
add extension = sodium.so
php -i | grep sodium
systemctl restart php-fpm
systemctl restart httpd
**** yum search sodium
<pre>
メタデータの期限切れの最終確認: 2:31:29 前の 2025年03月17...
=========================================================...
libsodium.x86_64 : The Sodium crypto library
libsodium-devel.x86_64 : Development files for libsodium
libsodium-static.x86_64 : Static library for libsodium
php-sodium.x86_64 : Wrapper for the Sodium cryptographic ...
php56-php-pecl-libsodium.x86_64 : Wrapper for the Sodium ...
php70-php-pecl-libsodium.x86_64 : Wrapper for the Sodium ...
php70-php-pecl-libsodium2.x86_64 : Wrapper for the Sodium...
php71-php-pecl-libsodium.x86_64 : Wrapper for the Sodium ...
php71-php-pecl-libsodium2.x86_64 : Wrapper for the Sodium...
php72-php-pecl-libsodium.x86_64 : Wrapper for the Sodium ...
php72-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php73-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php74-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php80-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php81-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php82-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php83-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php84-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
=========================================================...
python3-libnacl.noarch : Python bindings for libsodium ba...
</pre>
終了行:
** Sodium (暗号機能) [#h7b23d5c]
*** Rocky Linux 8 [#t198f623]
yum install -y php-cli libsodium libsodium-devel
pecl install libsodium
vi /etc/php.ini
add extension = sodium.so
php -i | grep sodium
systemctl restart php-fpm
systemctl restart httpd
**** yum search sodium
<pre>
メタデータの期限切れの最終確認: 2:31:29 前の 2025年03月17...
=========================================================...
libsodium.x86_64 : The Sodium crypto library
libsodium-devel.x86_64 : Development files for libsodium
libsodium-static.x86_64 : Static library for libsodium
php-sodium.x86_64 : Wrapper for the Sodium cryptographic ...
php56-php-pecl-libsodium.x86_64 : Wrapper for the Sodium ...
php70-php-pecl-libsodium.x86_64 : Wrapper for the Sodium ...
php70-php-pecl-libsodium2.x86_64 : Wrapper for the Sodium...
php71-php-pecl-libsodium.x86_64 : Wrapper for the Sodium ...
php71-php-pecl-libsodium2.x86_64 : Wrapper for the Sodium...
php72-php-pecl-libsodium.x86_64 : Wrapper for the Sodium ...
php72-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php73-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php74-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php80-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php81-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php82-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php83-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
php84-php-sodium.x86_64 : Wrapper for the Sodium cryptogr...
=========================================================...
python3-libnacl.noarch : Python bindings for libsodium ba...
</pre>
ページ名: