Skip to content

Commit d6b0912

Browse files
committed
run glibc test with shared extensions against 2.28 this time
1 parent d588e6e commit d6b0912

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/globals/test-extensions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
$zig = true;
3636
// temporary!
3737
if ($zig) {
38-
putenv('SPC_LIBC=musl');
39-
// putenv('SPC_LIBC_VERSION=2.17');
38+
putenv('SPC_LIBC=glibc');
39+
putenv('SPC_LIBC_VERSION=2.28');
4040
putenv('CC=zig-cc');
4141
putenv('CXX=zig-c++');
4242
putenv('AR=ar');
@@ -60,7 +60,7 @@
6060

6161
// If you want to test your added extensions and libs, add below (comma separated, example `bcmath,openssl`).
6262
$extensions = match (PHP_OS_FAMILY) {
63-
'Linux', 'Darwin' => 'apcu,ast,bcmath,calendar,ctype,curl,dba,dom,exif,fileinfo,filter,iconv,libxml,mbregex,mbstring,opcache,openssl,pcntl,phar,posix,readline,session,simplexml,sockets,sodium,tokenizer,xml,xmlreader,xmlwriter,zip,zlib,amqp,brotli,bz2,dio,ds,ev,event,ffi,ftp,gd,gettext,gmp,gmssl,igbinary,imagick,inotify,intl,ldap,lz4,memcache,memcached,mongodb,msgpack,mysqli,mysqlnd,odbc,opentelemetry,parallel,pdo,pdo_mysql,pdo_odbc,pdo_pgsql,pdo_sqlite,pdo_sqlsrv,pgsql,protobuf,rar,redis,rdkafka,shmop,spx,sqlite3,sqlsrv,ssh2,swoole,sysvmsg,sysvsem,sysvshm,tidy,uuid,uv,xhprof,xlswriter,xsl,xz,yac,yaml,zstd',
63+
'Linux', 'Darwin' => 'apcu,ast,bcmath,calendar,ctype,curl,dba,dom,exif,fileinfo,filter,iconv,libxml,mbregex,mbstring,opcache,openssl,pcntl,phar,posix,readline,session,simplexml,sockets,sodium,tokenizer,xml,xmlreader,xmlwriter,zip,zlib',
6464
'Windows' => 'intl',
6565
};
6666

0 commit comments

Comments
 (0)