PHP
★ Fixing the dreaded "'pcre2.h' file not found" error when installing imagick
Whenever I upgrade PHP, I seem to have troubles installing imagick. This command pecl install imagick always results in an error “‘pcre2.h’ file not found”. To fix that error, you should issue these commands: brew Read more…