直接在命令行里面运行 C:\php\go-pear.bat 先安装 PEAR

解决方案 »

  1.   

    Failed opening 'PEAR.php' for inclusion (include_path='.;C:\php\PEAR') 这当然打不开了
      

  2.   

    已经编译过了,现在基本可以了,
    目录下多出现一个pear的批处理文件,又什么用????
      

  3.   

    显式在文件中include pear吧,依赖php.ini的include_path不好!
      

  4.   

    ----------------------------------
    include_path改为:
    '.;C:\php\PEAR\go-pear-bundle'
      

  5.   

    pear.bat 用于pear的更新安装等。
    查看最新的pear库,可以用 pear remote-list