We recently just updated to EasyApache 4 and from what I am told things are no longer really stored in /usr/local/lib/php
, but rather in /opt/cpanel/{version-number}
.
Now, before the upgrade we had an include path in the php.ini
that included both /usr/lib/php
and /usr/local/lib/php
.
My question is, should I now add /opt/cpanel/{version-number}
to this and remove the aforementioned or is there another way this should be handled?