Skip to content

Commit 78174f9

Browse files
authored
Merge pull request #338 from vuongxuongminh/add-support-rdkafka-extension-for-php81
feat: add support rdkafka extension for PHP 8.1
2 parents d7b4b6b + dab8059 commit 78174f9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ This list can be outdated, you can verify by executing : `docker run --rm -it th
186186
- *mcrypt* is not available anymore in PHP 7.3+
187187
- *weakref* is not compatible with PHP 7.3+ (but weak references were added to the PHP core in PHP 7.4)
188188
- *event*, *gnupg* are not available in PHP 8.0+
189-
- *gettext*, *ev*, *rdkafka*, *swoole* are not available in PHP 8.1+
189+
- *gettext*, *ev*, *swoole* are not available in PHP 8.1+
190190
- *ev*, *rdkafka*, *snmp*, *swoole* are not available in all `ARM64` images (build time is too long : it's possible to install manually as required)
191191

192192
### Enabling/disabling extensions in the fat image

extensions/8.1/rdkafka

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../core/rdkafka/

utils/README.blueprint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This list can be outdated, you can verify by executing : `docker run --rm -it th
104104
- *mcrypt* is not available anymore in PHP 7.3+
105105
- *weakref* is not compatible with PHP 7.3+ (but weak references were added to the PHP core in PHP 7.4)
106106
- *event*, *gnupg* are not available in PHP 8.0+
107-
- *gettext*, *ev*, *rdkafka*, *swoole* are not available in PHP 8.1+
107+
- *gettext*, *ev*, *swoole* are not available in PHP 8.1+
108108
- *ev*, *rdkafka*, *snmp*, *swoole* are not available in all `ARM64` images (build time is too long : it's possible to install manually as required)
109109

110110
### Enabling/disabling extensions in the fat image

0 commit comments

Comments
 (0)