Skip to content

Commit 23b6652

Browse files
Add php 8.3.9, remove php 8.3.8 (#1074)
for stack(s) cflinuxfs4, cflinuxfs3
1 parent 3cc9491 commit 23b6652

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

defaults/options.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"STACK":"trusty","LIBDIR":"lib","WEBDIR":"htdocs","WEB_SERVER":"httpd","PHP_VM":"php","ADMIN_EMAIL":"admin@localhost","HTTPD_STRIP":false,"HTTPD_MODULES_STRIP":true,"NGINX_STRIP":false,"PHP_STRIP":false,"PHP_MODULES_STRIP":true,"PHP_MODULES":[],"PHP_EXTENSIONS":["bz2","zlib","curl"],"ZEND_EXTENSIONS":[],"PHP_DEFAULT":"8.1.28","PHP_81_LATEST":"8.1.28","PHP_82_LATEST":"8.2.20","PHP_83_LATEST":"8.3.8"}
1+
{"STACK":"trusty","LIBDIR":"lib","WEBDIR":"htdocs","WEB_SERVER":"httpd","PHP_VM":"php","ADMIN_EMAIL":"admin@localhost","HTTPD_STRIP":false,"HTTPD_MODULES_STRIP":true,"NGINX_STRIP":false,"PHP_STRIP":false,"PHP_MODULES_STRIP":true,"PHP_MODULES":[],"PHP_EXTENSIONS":["bz2","zlib","curl"],"ZEND_EXTENSIONS":[],"PHP_DEFAULT":"8.1.28","PHP_81_LATEST":"8.1.28","PHP_82_LATEST":"8.2.20","PHP_83_LATEST":"8.3.9"}

manifest.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1395,13 +1395,13 @@ dependencies:
13951395
- name: zlib
13961396
version:
13971397
- name: php
1398-
version: 8.3.8
1399-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.8_linux_x64_cflinuxfs3-dev_4997b7be.tgz
1400-
sha256: 4997b7befd9867520447ceed132b511fa5a4285656576731726436eaa959793a
1398+
version: 8.3.9
1399+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.9_linux_x64_cflinuxfs3-dev_88ed8036.tgz
1400+
sha256: 88ed8036a88f4f12e399425103c85d94709e1df3372ab9a9e84be0cc8f5b0522
14011401
cf_stacks:
14021402
- cflinuxfs3
1403-
source: https://php.net/distributions/php-8.3.8.tar.gz
1404-
source_sha256: 0ebed9f1471871cf131e504629f3947f2acd38a655cc31b036f99efd0e3dbdeb
1403+
source: https://php.net/distributions/php-8.3.9.tar.gz
1404+
source_sha256: f484dec6ee005c83f899af02fc021e1bc3b1d7b3f143ca062ef66b0fcee96566
14051405
dependencies:
14061406
- name: amqp
14071407
version: 2.1.2
@@ -1519,13 +1519,13 @@ dependencies:
15191519
- name: zlib
15201520
version:
15211521
- name: php
1522-
version: 8.3.8
1523-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.8_linux_x64_cflinuxfs4_4d71ff39.tgz
1524-
sha256: 4d71ff39012dad68878ee036eaadc5fcc7d8eefe29d9b4dcd4f9f588c1d13f16
1522+
version: 8.3.9
1523+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_8.3.9_linux_x64_cflinuxfs4_cafc3f9c.tgz
1524+
sha256: cafc3f9c73022055e4575510bba1d9dcc0adb7bb29321452786530becb4dcaba
15251525
cf_stacks:
15261526
- cflinuxfs4
1527-
source: https://php.net/distributions/php-8.3.8.tar.gz
1528-
source_sha256: 0ebed9f1471871cf131e504629f3947f2acd38a655cc31b036f99efd0e3dbdeb
1527+
source: https://php.net/distributions/php-8.3.9.tar.gz
1528+
source_sha256: f484dec6ee005c83f899af02fc021e1bc3b1d7b3f143ca062ef66b0fcee96566
15291529
dependencies:
15301530
- name: amqp
15311531
version: 2.1.2

0 commit comments

Comments
 (0)