i am configuring an existing magento project on local system with WAMP server php version 7.2, while installing magento i get error "PHP extension "mcrypt" must be loaded." Problem is mycrypt is no longer supported in php 7.2, can anyone suggest how can i resolve it?
相关问题
- Error Installing Laravel: Mcrypt PHP extension req
- MySQL dump on WAMP server using PHP
- Windows - PHPDocs unable to install through Pear
- Encrypted data in URLs
- PHP: Strange Array Behaviour After Object Type Cas
相关文章
- Magento - Model Override Not Working in local code
- PHPUnit not recognizing cURL extension — can't
- CodeIgniter: Removing “index.php” in URL on WAMP
- 500 Internal Server Error with Wamp and Magento
- How to remove index.php in Wamp?
- Windows 10 - WAMP Orange
- Fatal error: Uncaught SoapFault exception: [WSDL]
- What are the differences between these encryption
mcrypt has been moved from php to pecl since 7.2
You still can install it.
Install dependencies
install the lib itself
I assume php7.2 and pecl are installed so you just install mcrypt-1.0.1 (or whatever version is in rep.) with pecl