Skip to content

Commit f388348

Browse files
authored
Update static binary PHP version to 8.5 (#2168)
Signed-off-by: Marc <m@pyc.ac>
1 parent b02d99a commit f388348

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build-static.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ if [ -z "${PHP_VERSION}" ]; then
7272
fi
7373
}
7474

75-
PHP_VERSION="$(get_latest_php_version "8.4")"
75+
PHP_VERSION="$(get_latest_php_version "8.5")"
7676
export PHP_VERSION
7777
fi
7878
# default extension set
79-
defaultExtensions="amqp,apcu,ast,bcmath,brotli,bz2,calendar,ctype,curl,dba,dom,exif,fileinfo,filter,ftp,gd,gmp,gettext,iconv,igbinary,imagick,intl,ldap,lz4,mbregex,mbstring,memcache,memcached,mysqli,mysqlnd,opcache,openssl,password-argon2,parallel,pcntl,pdo,pdo_mysql,pdo_pgsql,pdo_sqlite,pdo_sqlsrv,pgsql,phar,posix,protobuf,readline,redis,session,shmop,simplexml,soap,sockets,sodium,sqlite3,ssh2,sysvmsg,sysvsem,sysvshm,tidy,tokenizer,xlswriter,xml,xmlreader,xmlwriter,xsl,xz,zip,zlib,yaml,zstd"
79+
defaultExtensions="amqp,apcu,ast,bcmath,brotli,bz2,calendar,ctype,curl,dba,dom,exif,fileinfo,filter,ftp,gd,gmp,gettext,iconv,igbinary,imagick,intl,ldap,lz4,mbregex,mbstring,memcached,mysqli,mysqlnd,opcache,openssl,password-argon2,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,xsl,xz,zip,zlib,yaml,zstd"
8080
defaultExtensionLibs="libavif,nghttp2,nghttp3,ngtcp2,watcher"
8181

8282
if [ -z "${FRANKENPHP_VERSION}" ]; then

0 commit comments

Comments
 (0)