Phar is included in PHP 7 amongst other updates. It's no longer external module. You have to turn off the "readonly" parameter. Since it disables Phar write support by default.
Source code viewer
; Find or add "[Phar]". Add "phar.readonly = Off" to enable Phar object write support. [Phar] phar.readonly = OffProgramming Language: INI