PEAR directory problem on Windows

前端 未结 6 735
粉色の甜心
粉色の甜心 2021-02-02 03:24

I\'ve downloaded the ZIP archive of PHP and extracted it under my profile. I then needed some PEAR packages. go-pear.bat apparently installed PEAR just fine, I just

6条回答
  •  我在风中等你
    2021-02-02 03:51

    Look at the config-... parameters of the PEAR command:

    config-create          Create a Default configuration file
    config-get             Show One Setting
    config-help            Show Information About Setting
    config-set             Change Setting
    config-show            Show All Settings
    

    I presume C:\php5 is the builtin default directory when you don't set another one.

提交回复
热议问题