Need to disable in php.ini
Enter which php /c/Apps/php/php-7.2.11/php different output depending on the machine, for example /c/Apps/php/php-7.2.11/php Then open the path specified in the php file.
For example, /c/Apps/php/php-7.2.11
Modify php.ini file can do
vi C:\Apps\php\php-7.2.11\php.ini
code C:\Apps\php\php-7.2.11\php.ini
[Phar] ; http://php.net/phar.readonly phar.readonly = Off ; http://php.net/phar.require-hash phar.require_hash = Off
Save
source share