you just need to extract or download the .dll file (https://windows.php.net/download/) and put into your extension folder (you can find yours in php.ini (extension_dir = "ext") and uncomment and save it, then restart your web services. That's it.
Jun 12, 2019
11
Level 15
How the heck do you install php extensions onto Windows.
I'm taking a windows laptop on holiday and I want to take my work with me. Yes, I am stupid.
There are a whole bunch of extensions you have to add to php.ini as given in the install instructions eg Mbstring, Jso, ctype etc etc.
I have Googled all the responses. No, the extension is not commented out in the php.ini file. No, just putting extension=MBstring just gives a "can not find" error when updating composer. Same deal, if you put, extension=php_Mbstring.dll
I have Googled "Windows install php extension" and you get no more info than what I just presented here.
So, what is the secret to getting these little buggers installed on windows? Many thanks !
Please or to participate in this conversation.