How to integrate PhpStorm2021 with php7.3 interpreter

藏色散人
Release: 2021-05-06 09:55:58
forward
4532 people have browsed it

The following tutorial column will introduce to you how to integrate the php7.3 interpreter in PhpStorm 2021. I hope it will be helpful to friends in need!                                                                                                                

Download and installPhpStorm

software
  1. Download php apache and install it, or directly install wamp, phpstudy and other one-click environments.
  1. Make sure you have installed browsers such as chrome and Firefox
  1. ##The first step is to enter Settings
Open the
PhpStorm software, click File
and select in the drop-down menu

SettingsOptionsAs shown

The second step is to enter Languages&Frameworks

Enter
Settings Find the Languages&Frameworks
option and double-click to expand it, select the

php option, and then continue to click on the three dots## after the CLI Interpreter selection #ButtonThe third step is to add php interpreterContinue to click the

green plus sign
button in the upper left corner to addphp interpreter , and select
Local Path to Interpreter...

item

How to integrate PhpStorm2021 with php7.3 interpreter## Four-step PHP interpreter configuration options

After selecting the How to integrate PhpStorm2021 with php7.3 interpreterLocal Path to Interpreter...

item, the configuration php interpreter path dialog box will pop up again
Find hereGeneral
option click the "Folder button" behind

PHP executable to select the path where the php you installed is located, and select the php.exe

file

The final configuration is completed

After setting up the How to integrate PhpStorm2021 with php7.3 interpreterphp.exe

file, click
ok to exit the test. !
Create a new file

test.php in PhpStorm and enter the following code

echo phpinfo(); As shown in the picture

The following interface finally appears indicating that PhpStorm configured the php parser successfully!

How to integrate PhpStorm2021 with php7.3 interpreter

The above is the detailed content of How to integrate PhpStorm2021 with php7.3 interpreter. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:learnku.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template