Update ext/sodium preprocessor macro help texts (#15270) Aug 8, 2024 libsodium.c Clean-up some more headers (#14416) Jun 9, 2024 libsodium.stub.php [sodium] Add AEGIS-128L and AEGIS-256 (#12867) Dec 7, 2023 libsodium_arginfo.h ...
我正在尝试使用 GitLab CI PHP docker 映像(PHP:8.2),并且我需要启用钠扩展。 看来 sodium已经被合并到PHP中了,所以通常PHP需要使用 --with-sodium标志来构建才能使用它。 但是,这是CI环境,我只能修改Docker镜像;我无法使用其他的。我正在使用 docker 镜像 drupalci/php-8.2-apache。 在 .gitlab-ci.yml中,我...
ext-sodium requires libsodium version 1.0.8, which already supports crypto_onetimeauth. However, crypto_onetimeauth_keygen is only available on libsodium 1.0.12, so the _keygen() function uses the RNG. This is simialr to other *_keygen() functions, except AEGIS functions which requires libsodiu...
Problem1- lcobucci/jwt is locked to version4.1.5andan update of this package was not requested. - lcobucci/jwt4.1.5requires ext-sodium * -> it is missingfromyour system. Installorenable PHP's sodium extension. Problem 2 - lcobucci/jwt 4.1.5 requires ext-sodium * -> it ...
reflection session shmop simplexml snmp soap sockets sodium spl standard sysvmsg sysvsem sysvshm tidy tokenizer wddx xml xmlreader xmlrpc xmlwriter xsl zend_test zip Some of the above modules are already compiled into PHP; please check the output of "php -i" to see which modules are already ...
8-fpm-alpine镜像中,所以你不应该安装它们。只要从RUN docker-php-ext-install ...行中删除他们的...
docker-php-ext-install VS pecl 在dockerfile中,我们可以使用docker-php-ext-install和pecl去安装PHP扩展。但docker-php-ext-install和pecl有一些区别。 (1)docker-php-ext-install可以安装有限的扩展,可以通过docker-php-ext-install --help查看available的扩展。目前可供docker-php-ext-install安装的扩展有:...
composer update执行出来w7corp/easywechat[6.12.0, ..., 6.13.1] require ext-sodium * -> ? 寅春树 1.3k11204457 发布于 2023-12-01 河南 执行:composer update出现下面的问题。w7corp/easywechat Problem 1- w7corp/easywechat[6.12.0, ..., ...
enable -mbstring' '--enable-intl' '--enable-ftp' '--enable-gd' '--with-openssl' '--with-mhash' '--enable-pcntl' '--enable-sockets' '--with-xmlrpc' '--enable-soap' '--with-gettext' '--disable-fileinfo' '--enable-opcache' '--with-sodium=/usr/local/libsodium ' '--with-webp...
要在docker中安装PECL扩展,请使用pecl install下载并编译它,然后使用docker-php-ext-enable启用它:...