@@ -343,7 +343,7 @@ function create-extension-directories {
343343 " ext\mbstring\libmbfl\nls" , " ext\morton" , " ext\mysqli" , " ext\mysqlnd" , " ext\opcache" , " ext\opcache\jit" ,
344344 " ext\opcache\jit\ir" , " ext\opcache\jit\tls" , " ext\openssl" , " ext\pcre" , " ext\pcre\pcre2lib" , " ext\pdo" ,
345345 " ext\pdo_mysql" , " ext\pdo_sqlite" , " ext\pecl-file_formats-yaml-2.2.5" , " ext\phar" , " ext\php-ext-zstd-0.15.2" ,
346- " ext\php-leveldb-88071eb1b1eae96af043229104b9d813f7cbe40c" , " ext\php-rdkafka-6.0.3 " , " ext\protobuf" ,
346+ " ext\php-leveldb-88071eb1b1eae96af043229104b9d813f7cbe40c" , " ext\php-rdkafka-6.0.4 " , " ext\protobuf" ,
347347 " ext\protobuf\third_party" , " ext\protobuf\third_party\utf8_range" , " ext\random" , " ext\reflection" ,
348348 " ext\simplexml" , " ext\snappy" , " ext\sockets" , " ext\sodium" , " ext\spl" , " ext\sqlite3" , " ext\standard" ,
349349 " ext\standard\libavifinfo" , " ext\tokenizer" , " ext\uri" , " ext\uri\uriparser" , " ext\uri\uriparser\src" ,
@@ -527,6 +527,8 @@ function build_rdkafka {
527527 -DCMAKE_PREFIX_PATH=`" $DEPS_DIR `" ^`
528528 -DCMAKE_INSTALL_PREFIX=`" $DEPS_DIR `" ^`
529529 -DBUILD_SHARED_LIBS=ON^`
530+ -DRDKAFKA_BUILD_EXAMPLES=OFF^`
531+ -DRDKAFKA_BUILD_TESTS=OFF^`
530532 -DWITH_ZSTD=ON^`
531533 -DWITH_SSL=ON^`
532534 -DWITH_CURL=OFF^`
0 commit comments