I have php 7 and 8 installed on my system and I can choose the one I want for a specific server.
I installed an extension intl but it is not showing on the second version of php 8. Please how do I install it targeting the second php installation which is php 8. Remember the extenion is there in the system but not showing up on my second php8 that I am using in laravel app. I useddnf list installedto check if its installed and its there in the list but not in php8 version. I installed with sudo dnf -y install php-intl`
Please how do I make it be recognized on second php installation
Like I said…They are there in the system but not on php8 where its needed. I have two versions of php. thats php 7 and 8.
When I install things for php8 it gets to 7 which I dont know how to target only php8.
Yes it works. But that is not what I am saying.
What I mean is that the extension like php intl, php cli that example.com site on php8 requires isnt available for php8.
They are currently installed but not available in php8 and thats where its needed to make the app in php8 function well.
Now the extensions are installed but not in the correct php version.
Thats the challenges
I don’t know much about those extensions, by you screenshot cli is already installed. A search on the forum suggests yum install php80-php-intl for intl
I can over a screen sharing session install and show you in greater detail how to install extensions for specific versions of PHP, however my time would not be free at this time as my schedule is quite busy.
That being said as a first session I’d honor my Virtualmin introductory rate of $40 CAD per hour an estimate the session would be no more then an hour unless you wanted to cover other topics.
Depending on your timezone, I could make some time available in 6-12 hours from now.
Well, I have looked for how to install extensions for specific versions of PHP but found none… I was thinking it will be good to share the steps here so that others who experience the same issues can learn from.