mysqli - PHP Warning: PHP Startup: Unable to load dynamic library 'mcrypt.so' and more sililar lines || I do not even reference in my code at all
one text
Solution:
I manually commented out all those "extension" rows in the php.ini editor. Seems to have stopped the errors from coming in. Thanks for getting me on track that it is indeed some server mistake. It even shows the ini was auto generated by cpanel and must not be edited. But doing this made the issue go away. But I hagve asked the provider to see and tell me what those were doing there in the first place.
Source