PHP 8.2 missing packages?
I am setting up a shell-only server to run some web-based software for us. This software requires certain PHP packages. The packages appear for the outdated 7.4, but not for the newer 8.2. Are the packages built into 8.2 or do they not exist in the repo yet?
[my.name@timeclock ~]$ sudo pacman -Ss php | grep dom
galaxy/php74-dom 7.4.29-1
dom module for php74
[my.name@timeclock ~]$ sudo pacman -Ss php | grep bz2
galaxy/php74-bz2 7.4.29-1
bz2 module for php74
[my.name@timeclock ~]$ sudo pacman -Ss php | grep bcmath
galaxy/php74-bcmath 7.4.29-1
bcmath module for php74
Searching for just "php" does show 8.2, but without these modules I cannot use it. Am I missing something?