Skip to content

Commit 44dcc83

Browse files
committed
Add rdkafka tests
1 parent 10ef4c0 commit 44dcc83

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/globals/test-extensions.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
];
2727

2828
// whether enable thread safe
29-
$zts = true;
29+
$zts = false;
3030

3131
$no_strip = false;
3232

@@ -38,8 +38,8 @@
3838

3939
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
4040
$extensions = match (PHP_OS_FAMILY) {
41-
'Linux', 'Darwin' => 'apcu,bcmath,bz2,calendar,ctype,curl,dba,dom,exif,fileinfo,filter,ftp,gd,gmp,gettext,iconv,igbinary,imagick,intl,ldap,mbregex,mbstring,mysqli,mysqlnd,opcache,openssl,parallel,pcntl,pdo,pdo_mysql,pdo_pgsql,pdo_sqlite,pgsql,phar,posix,protobuf,readline,redis,session,shmop,simplexml,soap,sockets,sodium,sqlite3,ssh2,sysvmsg,sysvsem,sysvshm,tidy,tokenizer,xlswriter,xml,xmlreader,xmlwriter,zip,zlib,yaml,zstd',
42-
'Windows' => 'amqp,apcu,bcmath,bz2,calendar,ctype,curl,dba,dom,ds,exif,ffi,fileinfo,filter,ftp,gd,iconv,igbinary,libxml,mbregex,mbstring,mysqli,mysqlnd,opcache,openssl,pdo,pdo_mysql,pdo_sqlite,pdo_sqlsrv,phar,rar,redis,session,shmop,simdjson,simplexml,soap,sockets,sqlite3,sqlsrv,ssh2,swow,sysvshm,tokenizer,xml,xmlreader,xmlwriter,yac,yaml,zip,zlib',
41+
'Linux', 'Darwin' => 'rdkafka',
42+
'Windows' => 'zlib',
4343
};
4444

4545
// If you want to test lib-suggests feature with extension, add them below (comma separated, example `libwebp,libavif`).
@@ -52,7 +52,7 @@
5252
// You can use `common`, `bulk`, `minimal` or `none`.
5353
// note: combination is only available for *nix platform. Windows must use `none` combination
5454
$base_combination = match (PHP_OS_FAMILY) {
55-
'Linux', 'Darwin' => 'none',
55+
'Linux', 'Darwin' => 'minimal',
5656
'Windows' => 'none',
5757
};
5858

0 commit comments

Comments
 (0)