Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apk add php8-pecl-simple-kafka-client --update-cache --repository http://dl-3.al
```

## Windows
You can find the DLLs on PECL as well. If you experience an error similar to this:
You can find DLLs on PECL and [here](https://phpext.phptools.online/extension/event/simple_kafka_client-427). If you experience an error similar to this:
```
The procedure entry point rd_kafka_abort_transaction could not be located in the dynamic library librdkafka.dll
```
Expand Down