You can modify the php.ini file to make it work. (Some hosts use the phprc file to include various settings in PHP instead of php.ini. @Jerrygarciuh On dreamhost, follow the directions here )
, php.ini/phprc, ( , Suhosin ):
extension = phar.so
suhosin.executor.include.whitelist = phar
php, ( php , ):
killall -9 php70.cgi
, :
php -m | grep Phar
, .