Methinks that there are references to PHP 7.1 in some of the PHP 7.2 and PHP 7.3 files that need to be fixed.
Specifically:
/opt/cpanel/ea-php72/root/etc/php.d/10-opcache.ini
/opt/cpanel/ea-php73/root/etc/php.d/10-opcache.ini
These both appear to reference:
opcache.blacklist_filename=/opt/cpanel/ea-php71/root/etc/php.d/opcache*.blacklist
Shouldn't this be
opcache.blacklist_filename=/opt/cpanel/ea-php72/root/etc/php.d/opcache*.blacklist
and
opcache.blacklist_filename=/opt/cpanel/ea-php73/root/etc/php.d/opcache*.blacklist
Specifically:
/opt/cpanel/ea-php72/root/etc/php.d/10-opcache.ini
/opt/cpanel/ea-php73/root/etc/php.d/10-opcache.ini
These both appear to reference:
opcache.blacklist_filename=/opt/cpanel/ea-php71/root/etc/php.d/opcache*.blacklist
Shouldn't this be
opcache.blacklist_filename=/opt/cpanel/ea-php72/root/etc/php.d/opcache*.blacklist
and
opcache.blacklist_filename=/opt/cpanel/ea-php73/root/etc/php.d/opcache*.blacklist