I have new installation of php on my pc, and i setup php.ini the same way as before but i got errors on dll extensions
I have set the ff. correctlyUnable to load dynamic library 'C:\php\extensions\php_xxxx.dll'
- extension_dir = "C:\php\extensions"
- copied the extensions folder to C:\php
- checked that all dll files are inside this folder
But the error stil persists.
Any idea?