Home  >  Article  >  Backend Development  >  How to set PHP environment variables under windows

How to set PHP environment variables under windows

藏色散人
藏色散人Original
2020-08-19 09:52:034104browse

php method to set system environment variables: first install php and related extensions; then open "php.ini" and remove the semicolon in "; On windows: ; extension_dir = "ext""; finally add environment variables That’s it.

How to set PHP environment variables under windows

Recommended: "PHP Video Tutorial"

# Install php

# Expand mysql, gd, sockets

(mine is wamp that has been installed)

#In the php directory, open php.ini and remove the following comments (the semicolon in front)

; On windows:
; extension_dir = "ext"

#Add environment variables

win7 is: right-click Computer-Properties-Advanced System Settings-Environment Variables-System Variables-double-click (under xp, right-click My Computer-Properties-Advanced-Environment Variables-System Variables-Variable Path-Double-click)

#Test (window r, enter cmd to open the window command line)

php -v

Just display the php version number.

The above is the detailed content of How to set PHP environment variables under windows. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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