File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,15 @@ For PHP8:
18
18
apk add php8-pecl-simple-kafka-client --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/
19
19
```
20
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
+
21
30
## Manual installation
22
31
``` bash
23
32
git clone https://github.com/php-kafka/php-simple-kafka-client.git
You can’t perform that action at this time.
0 commit comments