From cc3554cb63a5c03bf3e6bc5c2f4a782b51904dbf Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 6 Feb 2026 11:13:14 +0100 Subject: [PATCH 1/3] Update static binary PHP version to 8.5 Signed-off-by: Marc --- build-static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-static.sh b/build-static.sh index 638688c0a..bd4c3a168 100755 --- a/build-static.sh +++ b/build-static.sh @@ -72,7 +72,7 @@ if [ -z "${PHP_VERSION}" ]; then fi } - PHP_VERSION="$(get_latest_php_version "8.4")" + PHP_VERSION="$(get_latest_php_version "8.5")" export PHP_VERSION fi # default extension set From e24f2744e1714af73f18921dcfaec2bcdc4f995c Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 20 Feb 2026 08:23:03 +0700 Subject: [PATCH 2/3] remove pdo_sqlsrv extension Signed-off-by: Marc --- build-static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-static.sh b/build-static.sh index bd4c3a168..179c5dbb4 100755 --- a/build-static.sh +++ b/build-static.sh @@ -76,7 +76,7 @@ if [ -z "${PHP_VERSION}" ]; then export PHP_VERSION fi # default extension set -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" +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,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" defaultExtensionLibs="libavif,nghttp2,nghttp3,ngtcp2,watcher" if [ -z "${FRANKENPHP_VERSION}" ]; then From fb56ed52f3f7ff1dd05607a2c759a154a0fbb015 Mon Sep 17 00:00:00 2001 From: Marc Date: Fri, 20 Feb 2026 09:00:05 +0700 Subject: [PATCH 3/3] remove memcache as well Signed-off-by: Marc --- build-static.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-static.sh b/build-static.sh index 179c5dbb4..9d9ca4a3d 100755 --- a/build-static.sh +++ b/build-static.sh @@ -76,7 +76,7 @@ if [ -z "${PHP_VERSION}" ]; then export PHP_VERSION fi # default extension set -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,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" +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" defaultExtensionLibs="libavif,nghttp2,nghttp3,ngtcp2,watcher" if [ -z "${FRANKENPHP_VERSION}" ]; then