Skip to content

Commit a38d12e

Browse files
Add php 7.4.19, remove php 7.4.16
for stack(s) cflinuxfs3 [#178051161]
1 parent 2ccdf46 commit a38d12e

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_73_LATEST":"7.3.28","PHP_74_LATEST":"7.4.18","PHP_DEFAULT":"7.4.16","PHP_STRIP":false,"PHP_MODULES_STRIP":true,"PHP_MODULES":[],"PHP_EXTENSIONS":["bz2","zlib","curl"],"ZEND_EXTENSIONS":[],"PHP_80_LATEST":"8.0.5"}
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_73_LATEST":"7.3.28","PHP_74_LATEST":"7.4.19","PHP_DEFAULT":"7.4.16","PHP_STRIP":false,"PHP_MODULES_STRIP":true,"PHP_MODULES":[],"PHP_EXTENSIONS":["bz2","zlib","curl"],"ZEND_EXTENSIONS":[],"PHP_80_LATEST":"8.0.5"}

manifest.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -408,13 +408,13 @@ dependencies:
408408
- name: zlib
409409
version:
410410
- name: php
411-
version: 7.4.16
412-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_7.4.16_linux_x64_cflinuxfs3_87568cc8.tgz
413-
sha256: 87568cc88e6b429578273a2237e2c3a45830e09c5043e05a905fbce8f1b2a252
411+
version: 7.4.18
412+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_7.4.18_linux_x64_cflinuxfs3_e5dae790.tgz
413+
sha256: e5dae7902553c56af222649b3515e71a7078caa4321a1a9b5756a3afe4473970
414414
cf_stacks:
415415
- cflinuxfs3
416-
source: https://php.net/distributions/php-7.4.16.tar.gz
417-
source_sha256: ef2d2b463fc3444895ec599337b663a8832c6ade148d9832417e59aa2b9e93da
416+
source: https://php.net/distributions/php-7.4.18.tar.gz
417+
source_sha256: 31a8a4a6e7d641f014749cef21421a6d1c9aaba6dce884e181a3370a8e69a04d
418418
dependencies:
419419
- name: amqp
420420
version: 1.10.2
@@ -541,13 +541,13 @@ dependencies:
541541
- name: zlib
542542
version:
543543
- name: php
544-
version: 7.4.18
545-
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_7.4.18_linux_x64_cflinuxfs3_e5dae790.tgz
546-
sha256: e5dae7902553c56af222649b3515e71a7078caa4321a1a9b5756a3afe4473970
544+
version: 7.4.19
545+
uri: https://buildpacks.cloudfoundry.org/dependencies/php/php_7.4.19_linux_x64_cflinuxfs3_0edfdd5c.tgz
546+
sha256: 0edfdd5c69d1ed6aa9c3fbd78377a1f1f8072409ba026c6f034e26a0b133e4d7
547547
cf_stacks:
548548
- cflinuxfs3
549-
source: https://php.net/distributions/php-7.4.18.tar.gz
550-
source_sha256: 31a8a4a6e7d641f014749cef21421a6d1c9aaba6dce884e181a3370a8e69a04d
549+
source: https://php.net/distributions/php-7.4.19.tar.gz
550+
source_sha256: d7062457ba9f8334ab8ae7e4fea8efe27e2506763551b25db9e6ab9beea8ed6f
551551
dependencies:
552552
- name: amqp
553553
version: 1.10.2

0 commit comments

Comments
 (0)