diff --git a/etc/php/8.1/conf.d/ext-opcache.ini b/etc/php/8.1/conf.d/ext-opcache.ini index 3c10142a..91a04c80 100644 --- a/etc/php/8.1/conf.d/ext-opcache.ini +++ b/etc/php/8.1/conf.d/ext-opcache.ini @@ -1,2 +1,2 @@ [opcache] -zend_extension="/opt/homebrew/opt/php/lib/php/20200930/opcache.so" +zend_extension="/opt/homebrew/lib/php/20210902/opcache.so" diff --git a/etc/php/8.1/conf.d/imagick.ini b/etc/php/8.1/conf.d/imagick.ini new file mode 100644 index 00000000..1d117d93 --- /dev/null +++ b/etc/php/8.1/conf.d/imagick.ini @@ -0,0 +1,2 @@ +#extension="/opt/homebrew/opt/../Cellar/php/8.1.7/pecl/20210902/imagick.so" +extension="/opt/homebrew/Cellar/php/8.1.7/pecl/20210902/imagick.so" diff --git a/etc/php/8.1/php-fpm.conf b/etc/php/8.1/php-fpm.conf index a3423e76..e8115d0a 100644 --- a/etc/php/8.1/php-fpm.conf +++ b/etc/php/8.1/php-fpm.conf @@ -140,4 +140,4 @@ daemonize = no ; Relative path can also be used. They will be prefixed by: ; - the global prefix if it's been set (-p argument) ; - /opt/homebrew/Cellar/php/8.0.12 otherwise -include=/opt/homebrew/etc/php/8.0/php-fpm.d/*.conf +include=/opt/homebrew/etc/php/8.1/php-fpm.d/*.conf