Installing pecl and pear on OS X 10.11 El Capitan, macOS 10.12 Sierra, macOS 10.13 High Sierra (< 10.13.3)

前端 未结 9 1823
孤城傲影
孤城傲影 2020-12-02 09:38

So it looks like the new \'System Integrity Protection\' lockdown of /usr (among other directories) makes pear and pecl a non-starter. Has anyone found a workaround short of

9条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-02 10:21

    High Sierra setup:

    • install Brew
    • install PHP with Brew

    There is preinstalled PEAR PACKAGE in

    /usr/local/opt/php@/bin
    

    from there you can run

    pecl install xdebug
    

    and you should have working PHP binary with Xdebug.

提交回复
热议问题