10 January 2016

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
  1. ; Find or add "[Phar]". Add "phar.readonly = Off" to enable Phar object write support.
  2. [Phar]
  3. phar.readonly = Off
Programming Language: INI