Skip to content

Commit e64d856

Browse files
authored
Update README [skip ci]
1 parent ec13037 commit e64d856

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="https://github.com/shivammathur/php-builder-windows/blob/main/LICENSE" title="license"><img alt="LICENSE" src="https://img.shields.io/badge/license-MIT-428f7e.svg"></a>
55
<a href="https://github.com/shivammathur/php-builder-windows#Builds" title="builds"><img alt="PHP Versions Supported" src="https://img.shields.io/badge/php-%3E%3D%208.0-8892BF.svg"></a>
66

7-
> Build PHP nightly for windows.
7+
> Build PHP snapshots for windows.
88
99
## Builds
1010

@@ -25,12 +25,14 @@ Following configurations are build nightly.
2525

2626
## Install
2727

28+
To install a PHP snapshot, open an elevated PowerShell session and run these commands. You can change the configure variables as per your requirements.
29+
2830
```ps1
2931
# Configure
3032
$php_dir = 'C:\tools\php' # Set this as per your setup
3133
$arch = 'x64' # Set x64 or x86
3234
$ts = $False # Set $False for nts or $True for ts
33-
$version = '8.1' # Set 8.0 or 8.1
35+
$version = '8.1' # Set 8.0, 8.1 or 8.2
3436
3537
# Install
3638
New-Item -Path $php_dir -Type Directory -Force
@@ -48,6 +50,7 @@ Please see the [license file](LICENSE) for more information. This project has mu
4850

4951
## Dependencies
5052

53+
- [php/php-src](https://github.com/php/php-src)
5154
- [php/web-rmtools](https://github.com/php/web-rmtools)
52-
- [microsoft/php-sdk-binary-tools](https://github.com/microsoft/php-sdk-binary-tools)
55+
- [php/php-sdk-binary-tools](https://github.com/php/php-sdk-binary-tools)
5356
- [Oracle instantclient](https://www.oracle.com/downloads/licenses/instant-client-lic.html)

0 commit comments

Comments
 (0)