The first step is to download the PHP program from the official PHP website, then unzip it, or install the Wampserver integration environment directly.
The second step, (if you do not test MySQL This step can be slightly) to the official MySQL website download mysql free version, installed on the computer, generally only install the server on the line, the client can download a navicat;
The third step, this step is very key configuration can not install Apache such as direct Test PHP, point file->settings->php, the right window to find interpreter, and then click the Directory button, Locate the PHP program to unzip the directory (here if the error or do not recognize the PHP version, to download the PHP program, he divided into 32-bit and 64-bit 2 kinds, both try), OK,,, OK, go back to the code editing interface, Click on the browser icon in the upper right corner to see the code execution results directly in the browser.
Reference http://my.oschina.net/liygheart/blog/359371
Phpstorm Local test PHP environment configuration