php7 on rhel7.4

Latest response

Question: How do I get php7x?
"yum search php7" does not show up after the following:
I reinstalled rhel-server-7.4-x86_64-dvd.iso on a paid subscription.
And authenticated with redhat .
We have an application we run using php and would like to install php7x

I am currently testing the install with rhel-7.4 on a VM. (VMWare)

I am following these instructions:
https://developers.redhat.com/products/softwarecollections/hello-world/#fndtn-php
and have enabled the following with the following command

subscription-manager repos --enable rhel-server-rhscl-7-beta-rpms

Repository 'rhel-server-rhscl-7-beta-rpms' is enabled for this system.

yum search php7

does not show up

subscription-manager repos --list | egrep rhscl

Repo ID: rhel-server-rhscl-7-beta-source-rpms
Repo ID: rhel-server-rhscl-7-beta-debug-rpms
Repo ID: rhel-server-rhscl-7-beta-rpms

No luck

notes:
subscription-manager attach --auto

All installed products are covered by valid entitlements. No need to update subscriptions at this time.

Installed Product Current Status:
Product Name: Red Hat Enterprise Linux Server
Status: Subscribed

Responses