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 37b4df9 commit 94701e1Copy full SHA for 94701e1
extension/BuildPhpExtension/patches/hrtime.ps1
@@ -0,0 +1,3 @@
1
+Invoke-WebRequest -Uri "https://github.com/php/pecl-datetime-hrtime/archive/53fed8cf2cf57f5df8c22e9b0bb50a44a75571c2.zip" -OutFile "$ENV:TEMP/hrtime.zip"
2
+Expand-Archive -Path "$ENV:TEMP/hrtime.zip" -DestinationPath "$ENV:TEMP"
3
+Copy-Item -Path $env:TEMP/pecl-datetime-hrtime-53fed8cf2cf57f5df8c22e9b0bb50a44a75571c2/* -Destination (Get-Location).Path -Recurse -Force
0 commit comments