PHP in make.conf?
$ grep PHP /etc/portage/make.conf
PHP_TARGETS="php7-4"
My make.conf does have php in there under the USE flag, and I un-hashtagged the PHP_TARGETS line.. Recompiled --newuse (world) and php works when I make a simple phpinfo page, but it croaks when I get to the installation ...