Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5
Build PHP 8.0 and above nightly snaps for Windows.
License
shivammathur/php-builder-windows
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Build PHP snapshots for Windows.
The following configurations are built nightly.
nts-x64
,nts-x64-AVX
,ts-x64
,nts-x86
,ts-x86
.debug-pack
,devel=pack
for each configuration.test pack
for the version.
https://github.com/shivammathur/php-builder-windows/releases/tag/php8.5
https://github.com/shivammathur/php-builder-windows/releases/tag/php8.4
https://github.com/shivammathur/php-builder-windows/releases/tag/php8.3
https://github.com/shivammathur/php-builder-windows/releases/tag/php8.2
https://github.com/shivammathur/php-builder-windows/releases/tag/php8.1
To install a PHP snapshot, open an elevated PowerShell session and run these commands. You can change the configure variables as per your requirements.
# Configure$php_dir='C:\tools\php'# Set this as per your setup$arch='x64'# Set x64 or x86$ts=$False# Set $False for nts or $True for ts$version='8.4'# Set 8.0, 8.1, 8.2, 8.3, 8.4, or 8.5# InstallNew-Item-Path$php_dir-Type Directory-ForceInvoke-WebRequest-UseBasicParsing-Uri https://github.com/shivammathur/php-builder-windows/releases/latest/download/Get-Php.ps1-OutFile$php_dir\Get-Php.ps1.$php_dir\Get-Php.ps1-Architecture$arch-ThreadSafe$ts-Path$php_dir-Version$version# Test.$php_dir\php-v
The code in this project is licensed under theMIT license.Please see thelicense file for more information. This project has multipledependencies. Their licenses can be found in their respective repositories.
About
Build PHP 8.0 and above nightly snaps for Windows.
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.