Skip to content

Commit 94701e1

Browse files
committed
Add patch for hrtime
1 parent 37b4df9 commit 94701e1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)