Getting PEAR to work on XAMPP (Apache/MySQL stack on Windows)

后端 未结 8 1500
醉酒成梦
醉酒成梦 2020-11-30 06:24

I\'m trying to install Laconica, an open-source Microblogging application on my Windows development server using XAMPP as per the instructions provided.

The website c

8条回答
  •  一整个雨季
    2020-11-30 06:55

    Try adding the drive letter:

    include_path='.;c:\xampplite\php\pear\PEAR'
    

    also verify that PEAR.php is actually there, it might be in \php\ instead:

    include_path='.;c:\xampplite\php'
    

提交回复
热议问题