Thanks for the reply. When I look at the Dashboard information screen it says PHAR is installed
So I thought that meant all was well.
Put when I run phpinfo.php it says PHAR is disabled
I ams truggling to find where to enable it though - there does not seem to be an obvious "switch" in Easyapache4 or mphpmanager in our WHM / Centos system
The only thing I can find is this in the ini file
[Phar]
; http://php.net/phar.readonly
;phar.readonly = On
; http://php.net/phar.require-hash
;phar.require_hash = On
;phar.cache_list =
Will removing those ";" do the trick or do I need to do something else?