Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updates thus far...

...

Let's find where the php.ini file is located:

php -i | grep "Loaded Configuration File"

Image Added

Image Added

we will make a backup of the current one... call it php.ini.pre-rush-changes

Image Added


now we can edit the php.ini without any worries (wink) — well.... but with caution:


Image Added


Giving Apache the boot---

Image Added


Image Added


Let's do the same on RHEL7:


php -i | grep "Loaded Configuration File"



vim php.ini

It's commented; let's uncomment it and then give apache a boot:.


Nope... still same error; I will revert the change in the php.ini file... as that had no impact it seems!