Stuck with Apache2.4 and Php7 on Windows 7

Permalink
Hi,
I'm stuck
I can't get past the 'Install' page on Concrete as it reports the following errors:
MSQL PDO Extension
FileInfo Extension
Image Manipulation
Internatioanlization Support

I have tried adding extensions, restarting, etc but I end up at the same place.
I have attached the php.ini and screenshot from the install of Concrete

I have tried other forums etc but they all get circular.
You help and knowledge gratefully received.
thanks

2 Attachments

 
ConcreteOwl replied on at Permalink Reply 1 Attachment
ConcreteOwl
Look in your php.ini file for
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic Extensions ;
;;;;;;;;;;;;;;;;;;;;;;

below this you will find extensions that can be enabled by removing the preceding ;
From this
;extension=fileinfo

To this
extension=fileinfo

Don't forget to remove your code at the bottom of the file and restart the server..
EDIT
Updated php.ini is attached
jemt replied on at Permalink Reply
Thanks
The solution is the php7 uni file doesn’t have the extension_dir set
So after adding extensions pho doesn’t find them