FOUR-21469 - Upgrade to php 8.3 by nolanpro · Pull Request #7911 · ProcessMaker/processmaker
For local development on mac, you may need to:
valet use 8.3or the herd equivalentbrew install librdkafkasudo pecl install rdkafka- Specify the library path from the brew install command. In my case it was
/opt/homebrew/Cellar/librdkafka/2.8.0
- Specify the library path from the brew install command. In my case it was
sudo pecl install redisYou can use all default optionsbrew tap kabel/php-ext && brew install php@8.3-imap- Finally,
valet restartand restart horizon
ci:k8s-branch:fall-php83
...