Skip to content

luis-portfolio/Servers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Servers php

pvm instructions

First clone Servers repository to C:\Servers

git clone https://github.com/luis-portfolio/Servers.git

Manual insert at Windows path the paths below

Folder that contains the batch file pvm.cmd that can be used to set the php version

  C:\Servers\bin

Symbolic link referring to the folder that will be defined of the version of php

  C:\Servers\php

Autimatic insert at Windows path using scripts below

Don't require special permissions to add paths at user PATH enviroment vars

UserInstall.cmd

Require special permissions of Administrator to add paths at system PATH enviroment vars

SystemInstall.cmd

You can testing, Using command line below

Versions supported:

Changing current PHP version to 7.0

  pvm 70

Changing current PHP version to 7.1

  pvm 71

Changing current PHP version to 7.2

  pvm 72

Changing current PHP version to 7.3

  pvm 73

Changing current PHP version to 7.4

  pvm 74

Changing current PHP version to 8.0

  pvm 80

Changing current PHP version to 8.1

  pvm 81

Changing current PHP version to 8.2

  pvm 82

Changing current PHP version to 8.3

  pvm 83

Local test address

  php.exe -S 127.0.0.1:80 -t C:\Servers\www

All addresses available on network cards

  php.exe -S 0.0.0.0:80 -t C:\Servers\www

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages