1/ phpize
This command is not provided by the "devel" package but by the "cli" one, so when running pie, it is always installed
2/ php-config
The "devel" package provides this command, with the php headers and other build stuff
3/ package name
Since EL 10.2, there is a php8.4 stack.
So the package is not always php-devel but may be php8.4-devel (and later php8.5-devel... php8.6-devel...)
4/ command to install
dnf install /usr/bin/php-config
1/ phpize
This command is not provided by the "devel" package but by the "cli" one, so when running pie, it is always installed
2/ php-config
The "devel" package provides this command, with the php headers and other build stuff
3/ package name
Since EL 10.2, there is a php8.4 stack.
So the package is not always php-devel but may be php8.4-devel (and later php8.5-devel... php8.6-devel...)
4/ command to install
dnf install /usr/bin/php-config