Created
July 20, 2016 03:08
-
-
Save zy108830/a0a29ae6165c2f7ba6c3914e6350cc8d to your computer and use it in GitHub Desktop.
解决创建PHPStorm命令行时的版本错误
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if(isset($argv[1]) && $argv[1]==='-V'){ | |
die('Symfony version 2.7.8'); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment