From ab8509662e7d86239dd0e23b0415c9a390eb3db1 Mon Sep 17 00:00:00 2001 From: ARI WG Git Bot Date: Tue, 5 May 2026 19:03:42 +0000 Subject: [PATCH 1/2] Add php 8.3.31, remove php 8.3.21 for stack(s) cflinuxfs4 --- manifest.yml | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/manifest.yml b/manifest.yml index 879dbcf02..dcdfb7d40 100644 --- a/manifest.yml +++ b/manifest.yml @@ -35,7 +35,7 @@ dependency_deprecation_dates: match: 8.2.\d+ - version_line: 8.3.x name: php - date: 2026-11-23 + date: 2025-12-31 link: http://php.net/supported-versions.php match: 8.3.\d+ - version_line: 8.4.x @@ -753,13 +753,13 @@ dependencies: - name: zlib version: - name: php - version: 8.3.21 - uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.21_linux_x64_cflinuxfs4_699bf9bc.tgz - sha256: 699bf9bc863a8d0707fbc422d0351cdd7b1bc865b067ecc146838589c06105e7 + version: 8.3.30 + uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs4_bac0bfc1.tgz + sha256: bac0bfc18b86bc300a172742b09f170057f730614f7e0b90b812258453f43929 cf_stacks: - cflinuxfs4 - source: https://php.net/distributions/php-8.3.21.tar.gz - source_sha256: e7f1748c1fa3d2bf8ef2e00508bd62325ba68c3b830b253bc561225a9ba5457d + source: https://php.net/distributions/php-8.3.30.tar.gz + source_sha256: e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386 dependencies: - name: amqp version: 2.1.2 @@ -789,6 +789,8 @@ dependencies: version: 3.7.0 - name: imap version: + - name: ioncube + version: 14.0.0 - name: ldap version: - name: lzf @@ -878,10 +880,10 @@ dependencies: version: - name: php version: 8.3.30 - uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs4_bac0bfc1.tgz - sha256: bac0bfc18b86bc300a172742b09f170057f730614f7e0b90b812258453f43929 + uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs5_38d8614b.tgz + sha256: 38d8614b92053411d354fb10e12e18f978961ca6673d2e05861879708f1e1965 cf_stacks: - - cflinuxfs4 + - cflinuxfs5 source: https://php.net/distributions/php-8.3.30.tar.gz source_sha256: e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386 dependencies: @@ -1003,18 +1005,18 @@ dependencies: - name: zlib version: - name: php - version: 8.3.30 - uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs5_38d8614b.tgz - sha256: 38d8614b92053411d354fb10e12e18f978961ca6673d2e05861879708f1e1965 + version: 8.3.31 + uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.31_linux_x64_cflinuxfs4_6f5a35e7.tgz + sha256: 6f5a35e755045020e915c25de4ed9711454545c533ea02af751d7c342599cdaf cf_stacks: - - cflinuxfs5 - source: https://php.net/distributions/php-8.3.30.tar.gz - source_sha256: e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386 + - cflinuxfs4 + source: https://php.net/distributions/php-8.3.31.tar.gz + source_sha256: 4e7baaf0a690e954a20e7ced3dd633ce8cb8094e2b6b612a55e703ecbbdcbf4f dependencies: - name: amqp version: 2.1.2 - name: apcu - version: 5.1.23 + version: 5.1.28 - name: bz2 version: - name: curl @@ -1123,6 +1125,8 @@ dependencies: version: 3.3.2 - name: xsl version: + - name: yaf + version: 3.3.7 - name: yaml version: 2.2.3 - name: zip From a75372278e4b1657049525dc5886ca829e08a629 Mon Sep 17 00:00:00 2001 From: ramonskie Date: Thu, 28 May 2026 17:02:36 +0200 Subject: [PATCH 2/2] Add yaf to php_all_modules fixtures, fix 8.3.x deprecation date --- fixtures/php_all_modules/.bp-config/options.json | 1 + fixtures/php_all_modules_composer/composer.json | 1 + manifest.yml | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/fixtures/php_all_modules/.bp-config/options.json b/fixtures/php_all_modules/.bp-config/options.json index fc66a8ee2..94247f114 100644 --- a/fixtures/php_all_modules/.bp-config/options.json +++ b/fixtures/php_all_modules/.bp-config/options.json @@ -61,6 +61,7 @@ "tideways_xhprof", "tidy", "xsl", + "yaf", "yaml", "zip", "zlib", diff --git a/fixtures/php_all_modules_composer/composer.json b/fixtures/php_all_modules_composer/composer.json index 2ca67aba0..d2da26c82 100644 --- a/fixtures/php_all_modules_composer/composer.json +++ b/fixtures/php_all_modules_composer/composer.json @@ -56,6 +56,7 @@ "ext-tideways_xhprof": "*", "ext-tidy": "*", "ext-xsl": "*", + "ext-yaf": "*", "ext-yaml": "*", "ext-zip": "*", "ext-zlib": "*", diff --git a/manifest.yml b/manifest.yml index dcdfb7d40..6f40322ef 100644 --- a/manifest.yml +++ b/manifest.yml @@ -35,7 +35,7 @@ dependency_deprecation_dates: match: 8.2.\d+ - version_line: 8.3.x name: php - date: 2025-12-31 + date: 2026-11-23 link: http://php.net/supported-versions.php match: 8.3.\d+ - version_line: 8.4.x