How install Php8.2 Mcrypt #283
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ric/nginx-php-fpm#283
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I tried the pecl install mcrypt
pecl install mcrypt-1.0.6 && echo extension="mcrypt.so" > /usr/local/etc/php/conf.d/php-ext-mcrypt.ini
is not work
Is there any way to install it?