PHP Startup: Unable to load dynamic library
What is this error?

my laravel is 5.8
And my php is PHP Version 7.4.10
Have you enabled the extensions in php.ini, and restarted server.
No, I didn't do any of them.
How is it?
possible you downloaded the not compatible extension with your php? such as thread safe and non thread safe, x86 and x64...
I enabled this line. Is it correct?
Dynamic Extensions ;
Are they uncommented. Either uncomment to enable them or try @siangboon solution.
Please or to participate in this conversation.