Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork185
Mcrypt module is installed, but missing in phpinfo#762
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
BetaWas this translation helpful?Give feedback.
All reactions
Unfortunately, I don't.
Also, I've checked CLI with explicit INI file set:
$ php -c /usr/local/etc/php/7.4/php.ini -i | grep mcryptRegistered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk, mcrypt.*, mdecrypt.*mcryptmcrypt support => enabledmcrypt_filter support => enabledmcrypt.algorithms_dir => no value => no valuemcrypt.modes_dir => no value => no valueBut it still doesn't appear onphpinfo() webpage.
Replies: 2 comments 8 replies
-
As per your output of |
BetaWas this translation helpful?Give feedback.
All reactions
-
Btw, which version of PHP do you use? |
BetaWas this translation helpful?Give feedback.
All reactions
-
I used the same |
BetaWas this translation helpful?Give feedback.
All reactions
-
Is there any reasons for |
BetaWas this translation helpful?Give feedback.
All reactions
-
I used |
BetaWas this translation helpful?Give feedback.
All reactions
-
Also, I've checked CLI with explicit INI file set: But it still doesn't appear on |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Did you restart brew services restart php@7.4brew services restart httpd |
BetaWas this translation helpful?Give feedback.
All reactions
-
Yes, many times. I'm using built-in apache, so I did it with |
BetaWas this translation helpful?Give feedback.
All reactions
-
Try using the brew |
BetaWas this translation helpful?Give feedback.
All reactions
-
Thanks a lot! Brew's So, my guess is there is kind of caching modules within built-in apache. |
BetaWas this translation helpful?Give feedback.



