Skip to content

Commit 69b70de

Browse files
committed
add excimer
1 parent 9b5d341 commit 69b70de

3 files changed

Lines changed: 13 additions & 11 deletions

File tree

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/templates/craft.yml.twig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
php-version: {{ php_version }}
22
{%- set base_sapi_str = 'cli,cgi,fpm,embed,frankenphp' -%}
33
{%- set base_extensions_str = 'calendar,ctype,curl,dom,exif,fileinfo,filter,iconv,libxml,mbregex,mbstring,opcache,openssl,password-argon2,pcntl,phar,posix,readline,session,simplexml,sockets,sodium,tokenizer,xml,xmlreader,xmlwriter,zlib' -%}
4-
{%- set base_shared_str = 'amqp,apcu,ast,bcmath,brotli,bz2,dba,dio,ds,ev,event,ffi,ftp,gd,gettext,gmp,gmssl,grpc,igbinary,imagick,inotify,intl,ldap,lz4,maxminddb,memcache,memcached,mongodb,msgpack,mysqli,mysqlnd,mysqlnd_ed25519,mysqlnd_parsec,odbc,opentelemetry,parallel,pcov,pdo,pdo_mysql,pdo_odbc,pdo_pgsql,pdo_sqlite,pdo_sqlsrv,pgsql,protobuf,rar,redis,rdkafka,shmop,simdjson,snappy,soap,spx,sqlite3,sqlsrv,ssh2,swoole,swoole-hook-mysql,swoole-hook-pgsql,swoole-hook-sqlite,swoole-hook-odbc,sysvmsg,sysvsem,sysvshm,tidy,trader,uuid,uv,xdebug,xhprof,xlswriter,xsl,xz,yac,yaml,zip,zstd' -%}
4+
{%- set base_shared_str = 'amqp,apcu,ast,bcmath,brotli,bz2,dba,dio,ds,ev,event,excimer,ffi,ftp,gd,gettext,gmp,gmssl,grpc,igbinary,imagick,inotify,intl,ldap,lz4,maxminddb,memcache,memcached,mongodb,msgpack,mysqli,mysqlnd,mysqlnd_ed25519,mysqlnd_parsec,odbc,opentelemetry,parallel,pcov,pdo,pdo_mysql,pdo_odbc,pdo_pgsql,pdo_sqlite,pdo_sqlsrv,pgsql,protobuf,rar,redis,rdkafka,shmop,simdjson,snappy,soap,spx,sqlite3,sqlsrv,ssh2,swoole,swoole-hook-mysql,swoole-hook-pgsql,swoole-hook-sqlite,swoole-hook-odbc,sysvmsg,sysvsem,sysvshm,tidy,trader,uuid,uv,xdebug,xhprof,xlswriter,xsl,xz,yac,yaml,zip,zstd' -%}
55

66
{%- set base_extensions = base_extensions_str|split(',')|map(v => v|trim) -%}
77
{%- set base_shared = base_shared_str|split(',')|map(v => v|trim) -%}
@@ -107,6 +107,6 @@ extra-env:
107107
PHP_BUILD_ARCH: '{{ arch }}'
108108
{% if is_rhel -%}
109109
PHP_BUILD_SYSTEM: 'Red Hat Enterprise Linux {{ os }}'
110-
OPENSSL_CONF: '/etc/pki/tls/openssl.cnf'
110+
OPENSSL_CONF: '/etc/pki/tls'
111111
{% endif -%}
112112
GOEXPERIMENT: greenteagc

src/ini/extension/excimer.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[excimer]
2+
{{ is_shared ? '' : ';' }}extension=excimer{{ shared_library_suffix }}

0 commit comments

Comments
 (0)