Skip to content

Commit 22d62c0

Browse files
authored
Merge pull request #1278 from cloudfoundry/pr-1268
Add php 8.3.31, remove php 8.3.21, fix yaf fixtures and deprecation date
2 parents 915619b + a753722 commit 22d62c0

3 files changed

Lines changed: 21 additions & 15 deletions

File tree

fixtures/php_all_modules/.bp-config/options.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"tideways_xhprof",
6262
"tidy",
6363
"xsl",
64+
"yaf",
6465
"yaml",
6566
"zip",
6667
"zlib",

fixtures/php_all_modules_composer/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
"ext-tideways_xhprof": "*",
5757
"ext-tidy": "*",
5858
"ext-xsl": "*",
59+
"ext-yaf": "*",
5960
"ext-yaml": "*",
6061
"ext-zip": "*",
6162
"ext-zlib": "*",

manifest.yml

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -758,13 +758,13 @@ dependencies:
758758
- name: zlib
759759
version:
760760
- name: php
761-
version: 8.3.21
762-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.21_linux_x64_cflinuxfs4_699bf9bc.tgz
763-
sha256: 699bf9bc863a8d0707fbc422d0351cdd7b1bc865b067ecc146838589c06105e7
761+
version: 8.3.30
762+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs4_bac0bfc1.tgz
763+
sha256: bac0bfc18b86bc300a172742b09f170057f730614f7e0b90b812258453f43929
764764
cf_stacks:
765765
- cflinuxfs4
766-
source: https://php.net/distributions/php-8.3.21.tar.gz
767-
source_sha256: e7f1748c1fa3d2bf8ef2e00508bd62325ba68c3b830b253bc561225a9ba5457d
766+
source: https://php.net/distributions/php-8.3.30.tar.gz
767+
source_sha256: e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386
768768
dependencies:
769769
- name: amqp
770770
version: 2.1.2
@@ -794,6 +794,8 @@ dependencies:
794794
version: 3.7.0
795795
- name: imap
796796
version:
797+
- name: ioncube
798+
version: 14.0.0
797799
- name: ldap
798800
version:
799801
- name: lzf
@@ -883,10 +885,10 @@ dependencies:
883885
version:
884886
- name: php
885887
version: 8.3.30
886-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs4_bac0bfc1.tgz
887-
sha256: bac0bfc18b86bc300a172742b09f170057f730614f7e0b90b812258453f43929
888+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs5_38d8614b.tgz
889+
sha256: 38d8614b92053411d354fb10e12e18f978961ca6673d2e05861879708f1e1965
888890
cf_stacks:
889-
- cflinuxfs4
891+
- cflinuxfs5
890892
source: https://php.net/distributions/php-8.3.30.tar.gz
891893
source_sha256: e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386
892894
dependencies:
@@ -1008,18 +1010,18 @@ dependencies:
10081010
- name: zlib
10091011
version:
10101012
- name: php
1011-
version: 8.3.30
1012-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.30_linux_x64_cflinuxfs5_38d8614b.tgz
1013-
sha256: 38d8614b92053411d354fb10e12e18f978961ca6673d2e05861879708f1e1965
1013+
version: 8.3.31
1014+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.31_linux_x64_cflinuxfs4_6f5a35e7.tgz
1015+
sha256: 6f5a35e755045020e915c25de4ed9711454545c533ea02af751d7c342599cdaf
10141016
cf_stacks:
1015-
- cflinuxfs5
1016-
source: https://php.net/distributions/php-8.3.30.tar.gz
1017-
source_sha256: e587dc95fb7f62730299fa7b36b6e4f91e6708aaefa2fff68a0098d320c16386
1017+
- cflinuxfs4
1018+
source: https://php.net/distributions/php-8.3.31.tar.gz
1019+
source_sha256: 4e7baaf0a690e954a20e7ced3dd633ce8cb8094e2b6b612a55e703ecbbdcbf4f
10181020
dependencies:
10191021
- name: amqp
10201022
version: 2.1.2
10211023
- name: apcu
1022-
version: 5.1.23
1024+
version: 5.1.28
10231025
- name: bz2
10241026
version:
10251027
- name: curl
@@ -1128,6 +1130,8 @@ dependencies:
11281130
version: 3.3.2
11291131
- name: xsl
11301132
version:
1133+
- name: yaf
1134+
version: 3.3.7
11311135
- name: yaml
11321136
version: 2.2.3
11331137
- name: zip

0 commit comments

Comments
 (0)