Why am I receiving an error when installing PEAR?

后端 未结 2 2033
别跟我提以往
别跟我提以往 2021-02-08 05:53

I am trying to install PEAR for use with PHP. As i read on the installation instructions at http://pear.php.net/manual/en/installation.getting.php , I am supposed to run the fil

2条回答
  •  执念已碎
    2021-02-08 06:26

    you should be able to start it without editing php.ini using :

    PATH/TO/php.exe -d phar.require_hash=0 PATH/TO/go-pear.phar
    

提交回复
热议问题