We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc5e06 commit 684ac4aCopy full SHA for 684ac4a
extension/BuildPhpExtension/patches/request.ps1
@@ -0,0 +1,3 @@
1
+Invoke-WebRequest -Uri "https://github.com/pmjones/ext-request/archive/d55b408a1b5e465dd4e74020982edaa43a335ad3.zip" -OutFile "$ENV:TEMP/request.zip"
2
+Expand-Archive -Path "$ENV:TEMP/request.zip" -DestinationPath "$ENV:TEMP"
3
+Copy-Item -Path $env:TEMP/ext-request-d55b408a1b5e465dd4e74020982edaa43a335ad3/* -Destination (Get-Location).Path -Recurse -Force
0 commit comments