Skip to content

Commit 23eafdd

Browse files
authored
add note for outdated packaged librdkafka.dll (#11)
1 parent 609894c commit 23eafdd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: content/installation/_index.md

+9
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ For PHP8:
1818
apk add php8-pecl-simple-kafka-client --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
1919
```
2020

21+
## Windows
22+
You can find the DLLs on PECL as well. If you experience an error similar to this:
23+
```
24+
The procedure entry point rd_kafka_abort_transaction could not be located in the dynamic library librdkafka.dll
25+
```
26+
This can happen if an old version of `librdkafka.dll` is packaged during the PECL build.
27+
You can download newer versions of the `librdkafka.dll` [here](https://www.nuget.org/packages/librdkafka.redist)
28+
You can find the DLLs in the `runtimes` sub-folder.
29+
2130
## Manual installation
2231
```bash
2332
git clone https://github.com/php-kafka/php-simple-kafka-client.git

0 commit comments

Comments
 (0)