Home > Article > Backend Development > Android programmers learn PHP development (1)-PhpStorm installation-PhpStorm
Starting to learn PHP, the tool code editor I chose is PhpStorm, version 10.0.1.
Install PhpStorm, license server activation method (license server).
It is easy to find the website address, or IP address, on Baidu. Here are a few. We do not guarantee timeliness. If it fails on Baidu, it should not be difficult to find it.
http://idea.imsxm.com
http://114.215.133.70:41017
http://172.245.22.235:1017
http://mcpmcc.com:1017
http://idea.pjoc.pub
Configure the php path. We download an x86 or X64 php version at //m.sbmmt.com/ , corresponding to your system.
Extract the downloaded compressed package to drive D, or any other location that does not contain a Chinese name. Press Ctrl+Alt+S to open the Settings interface, and then see the picture below:
while(true){ echo "iwanghang love iheyu<br>"; }
When you run this code, a 502 error will appear. Comment out this code and refresh the web page and the 502 error remains. From this, it is judged that PhpStorm has collapsed and you can only reopen PhpStorm.
Try to install PhpStorm2016, comment out this code, and refresh the web page to restore access, so this means that the new version of the editor has fixed this BUG.
However, the problem is still not solved. I tried to run this code using PHPStudy. Text content can be added dynamically, but PhpStorm cannot.
Blogger, the temporary solution is to still use this convenient PhpStorm editor, but when encountering a 502 error, try to use PHPStudy to run the code.
If any master has a good solution, please give me some advice~
The above is the content of Android programmers learning PHP development (1)-PhpStorm installation-PhpStorm, more For more related content, please pay attention to the PHP Chinese website (m.sbmmt.com)!