Phpstorm can locally test the PHP-php Tutorial without installing apache

Source: Internet
Author: User
Tags php website
Without installing apache, phpstorm can locally test PHP and create another PHP Project. after finding a lot, phpstorm is very small and easy to use. By the way, it is recommended that idea develop android very well, both IDEs are owned by one company.
This article is original by zdexe.com. Reprinted with copyright
When I first started using phpstorm, I found that phpstorm can test programs without configuring and installing the development environment like vs (because there are too many things developed on my computer, one fewer server program is installed)
Okay, don't talk nonsense. let's teach you how to get it. (because I think it's useful to think of sending tutorials, there are no links. please use Baidu for relevant resources, many methods are not available on the Internet ):

Step 1: Download the PHP program from the official PHP website and decompress it;

Step 2: (If you do not test MYSQL, you can skip this step) Download the free MYSQL version from the MYSQL official website and install it on your computer. Generally, you only need to install the server, the client can download navicat;

Step 3: you can directly test PHP without installing APACHE and other components. click File> Settings> PHP, locate Interpreter in the right window, and click the directory button, go to the directory where the PHP program is extracted just now (if an error is prompted or the PHP version cannot be identified, download the PHP program again. it is divided into 32-bit and 64-bit, try both of them), OK, and OK. return to the code editing page. click the browser icon in the upper right corner to view the code execution result in the browser.

Is it very simple, indeed, but the important thing is still behind it. if the function cannot be found, perform the following operations, let me take MYSQL support as an example,

If you encounter a prompt that mysql_connect () is not supported, you do not need to follow the prompt to search the internet. what you cannot find is a phpstorm problem ..

Solution process:
1. go to the PHP program directory and set php. copy ini-development, put it in the original directory, and rename it as php. ini, find "; extension = php_mysql.dll", and save the previous;

2. go back to PHPSTORM and click File-> Settings-> PHP. find Interpreter in the right window and click the refresh button on the right. you will find an error message indicating that my prompt cannot find c: \ php \ php_mysql.dll. All right, copy ext \ php_mysql.dll under the php program to c: \ php \ php_mysql.dll at this location;

3. Finally, go back to the PHPSTORM point File-> Settings-> PHP ghost is over. now, refresh your code page.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.