Mac OSX PHP and XAMPP path issue

后端 未结 4 1361
栀梦
栀梦 2020-12-02 20:59

I have installed XAMPP on Mac OSX running Yosemite I have created the .bash_profile file like this:

export XAMPP_HOME=/Applications/XAMPP/xamppfiles
export P         


        
4条回答
  •  醉酒成梦
    2020-12-02 21:23

    I managed to solve the problem. On the Mac, the XAMPP bin folder and the php file had the wrong permission, hence it was not working. Secondly, I also had to profile the full path

    /bin/php-5.5.15:${PATH}
    

    Thanks

提交回复
热议问题