Skip to content

Commit 6d50c08

Browse files
committed
amqp: install rabbit DLL
1 parent 7ffe7d4 commit 6d50c08

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

PhpManager/public/Install-PhpExtension.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,12 @@
170170
}
171171
$dllPath = $phpDlls[0].FullName
172172
switch ($peclPackageHandle) {
173+
'amqp' {
174+
$tmp = Get-ChildItem -Path $tempFolder\rabbit*.dll -File -Depth 1
175+
if ($tmp) {
176+
$additionalFiles += $tmp
177+
}
178+
}
173179
'couchbase' {
174180
$libcouchbaseDll = Join-Path -Path $tempFolder -ChildPath 'libcouchbase.dll'
175181
if (Test-Path -LiteralPath $libcouchbaseDll -PathType Leaf) {

0 commit comments

Comments
 (0)