Configure PHP environment variables in windows

WBOY
Release: 2016-07-25 08:59:11
Original
2953 people have browsed it
This article introduces how to configure PHP environment variables in Windows. Friends in need can refer to it.

PHP adds environment variables Unzip php, for example, to "D:/php".

Then, right-click "My Computer"->"Properties"->select the "Advanced" tab->click "Environment Variables". Click "Path" in the "System Variables" list below -> Click "Edit" below -> Add ";D:/php" (php decompression path, don't forget to add " first" at the end of "Variable Value" ;" number)

Click the "New" button in front of the "Edit" button -> Enter "PHPRC" after "Variable Name" -> Enter "D:/PHP" (PHP decompression path) for "Variable Value" -> Click "OK" to complete .



source:php.cn
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!