Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ on:
default: ""

env:
SPC_VERSION: "v3.0.0-pgo-rc18"
SPC_VERSION: "v3.0.0-pgo-rc19"
# OPcache's supported_sapis allowlist (PHP < 8.5 only; 8.5 removed it)
# rejects SAPI names it doesn't know, so embed-based runtimes get
# opcache_get_status() === false even with opcache.enable=1. The spc fork
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/extensions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ on:
default: "igbinary,msgpack,apcu,redis,mongodb"

env:
SPC_VERSION: "v3.0.0-pgo-rc17"
SPC_VERSION: "v3.0.0-pgo-rc19"

jobs:
# Resolve the platform input into a Linux matrix, mirroring build.yml.setup.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ on:

env:
# Keep in lockstep with build.yml and extensions.yml.
SPC_VERSION: "v3.0.0-pgo-rc17"
SPC_VERSION: "v3.0.0-pgo-rc19"
PHP_EXTENSIONS: "bcmath,bz2,calendar,ctype,curl,dom,exif,fileinfo,filter,ftp,gd,gettext,gmp,hash,iconv,intl,mbregex,mbstring,mysqli,mysqlnd,opcache,openssl,pcntl,pcre,pdo,pdo_mysql,pdo_pgsql,pdo_sqlite,pgsql,phar,posix,session,simplexml,soap,sodium,sqlite3,sysvmsg,sysvsem,sysvshm,tokenizer,xml,xmlreader,xmlwriter,xsl,zip,zlib"
MIRROR_TAG: "php-sources"
MANIFEST_NAME: "gnu-deps-manifest.txt"
Expand Down