Skip to content

Commit

Permalink
Update buildpack with newest php interpreters and modules
Browse files Browse the repository at this point in the history
- 5.6.9
- 5.5.25
- 5.4.41

[#93652226]

Signed-off-by: Colin Jackson <[email protected]>
  • Loading branch information
Anthony Emengo committed Jun 1, 2015
1 parent d9d855d commit 9af53f2
Show file tree
Hide file tree
Showing 9 changed files with 1,037 additions and 1,039 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ binaries/trusty/*
/log/
vendor
*.DS_Store
.bundle
1 change: 0 additions & 1 deletion defaults/config/php/5.4.38

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion defaults/config/php/5.5.22

This file was deleted.

File renamed without changes.
1 change: 0 additions & 1 deletion defaults/config/php/5.6.6

This file was deleted.

File renamed without changes.
6 changes: 3 additions & 3 deletions defaults/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"HHVM_PACKAGE": "hhvm-{HHVM_VERSION}.tar.gz",
"HHVM_DOWNLOAD_URL": "{DOWNLOAD_URL}/hhvm/{HHVM_VERSION}/{HHVM_PACKAGE}",
"HHVM_STRIP": "true",
"PHP_54_LATEST": "5.4.39",
"PHP_55_LATEST": "5.5.23",
"PHP_56_LATEST": "5.6.7",
"PHP_54_LATEST": "5.4.41",
"PHP_55_LATEST": "5.5.25",
"PHP_56_LATEST": "5.6.9",
"PHP_VERSION": "{PHP_55_LATEST}",
"PHP_PACKAGE": "php-{PHP_VERSION}.tar.gz",
"PHP_DOWNLOAD_URL": "{DOWNLOAD_URL}/php/{PHP_VERSION}/{PHP_PACKAGE}",
Expand Down
2,066 changes: 1,033 additions & 1,033 deletions manifest.yml

Large diffs are not rendered by default.

0 comments on commit 9af53f2

Please sign in to comment.