We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609894c commit 23eafddCopy full SHA for 23eafdd
content/installation/_index.md
@@ -18,6 +18,15 @@ For PHP8:
18
apk add php8-pecl-simple-kafka-client --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
19
```
20
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
+
30
## Manual installation
31
```bash
32
git clone https://github.com/php-kafka/php-simple-kafka-client.git
0 commit comments