Installing additional PHP extensions
You may add additional PHP extensions that are not included out of the box with Herd, by downloading their dlls files from php.net and loading them via yourphp.ini
file.
Adding extensions
You can browse the official pecl site and download the non-thread-safe Windows versions of the PHP extensions there.Activating extensions
You may activate your custom extensions by editing yourphp.ini
file.
This file is located at %USERPROFILE%\.config\herd\bin\<version>\php.ini
.