jubianchi / phpswitch

A CLI utility to help you build and test PHP versions
http://jubianchi.github.io/phpswitch/
MIT License
90 stars 8 forks source link

Error on $ php switch php-... #19

Open thehawk970 opened 11 years ago

thehawk970 commented 11 years ago

I have an error when i try to switch to an personal version like php switch php-5.4.10

i have : PHP Warning: file_put_contents(/home/.phpswitch.yml): failed to open stream: Permission denied in /usr/local/lib/phpswitch/src/jubianchi/PhpSwitch/Config/Dumper.php on line 31 PHP Warning: file_put_contents(/home/.phpswitch.yml): failed to open stream: Permission denied in /usr/local/lib/phpswitch/src/jubianchi/PhpSwitch/Config/Dumper.php on line 31

May be you could make an verification and an beautiful exception :angel:

Thehawk_

jubianchi commented 11 years ago

You are right, a beautifull exception or at least a warning saying that the configuration could not be dumped ;)

Thanks for the report :+1: