Last Updated: February 25, 2016
·
371
· mishak87

: No such file or directory

If your php launcher is throwing this error

: No such file or directory

You have to change line endings from DOS to UNIX.

#!/usr/bin/env php
<?php
//...

Hope I saved some WTF time for you guys.