forked from cloudfoundry/php-buildpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
117 lines (80 loc) · 3.86 KB
/
CHANGELOG
File metadata and controls
117 lines (80 loc) · 3.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
v3.1.1 Apr 22, 2015
====================
* Updated to New Relic 4.20.2.95
(https://www.pivotaltracker.com/story/show/92462510)
* Updated to composer 1.0.0-alpha10
(https://www.pivotaltracker.com/story/show/92504742)
* Fix bug that supports PHP 5.6 being specified in `composer.json`
(https://github.com/cloudfoundry/php-buildpack/commit/c173c129466f48bb4a571f3983799e156658d000)
* Composer fallback to checking out Github source via HTTPS
(https://www.pivotaltracker.com/story/show/88515170)
* Add support for PHP 5.4.39, 5.5.23 & 5.6.7
* Drop support for PHP 5.4.36, 5.5.20 & 5.6.4
v3.1.0 Mar 18, 2015
====================
* Support cflinuxfs2 stack.
(https://www.pivotaltracker.com/story/show/90196104)
(https://www.pivotaltracker.com/story/show/88174348)
* Reference git repos by https in cf.Gemfile
(https://www.pivotaltracker.com/story/show/90365848)
* Support HHVM 3.6.0 on cflinuxfs2 only
(https://www.pivotaltracker.com/story/show/89029952)
* Added config for PHP 5.4.38, 5.5.22 and 5.6.6.
* Removed old versions of PHP: 5.4.35, 5.5.19 & 5.6.3.
* Added protobuf extensions
* Upgraded the version of NewRelic to 4.18.0.89.
v3.0.4 Feb 12, 2015
====================
This is the first official release of the new PHP buildpack, as approved
by [Cloud Foundry CAB in December
2014](http://www.activestate.com/blog/2014/12/cloud-foundry-advisory-board-meeting-2014-december).
This release completely replaces the [legacy
buildpack](https://github.com/cloudfoundry/php-buildpack-legacy).
* Removed Apache HTTPD 2.4.7 and 2.4.9 because 2.4.10 is the minimum version
that supports our new configuration
(https://www.pivotaltracker.com/story/show/84393328)
* Introduce support for .htaccess files in Apache
(https://www.pivotaltracker.com/story/show/84393328)
* Binaries are now served directly from S3
(https://www.pivotaltracker.com/story/show/84419046)
* Environment variables provided by set-env or manifest.yml are visible to
apps
(https://www.pivotaltracker.com/story/show/86043094)
(https://www.pivotaltracker.com/story/show/86800222)
* Add XSL to extensions
(https://github.com/cloudfoundry/php-buildpack/commit/0860ba1390c9b7e47c19b24fbb634e859d057125)
* Users can provide a Github OAuth token for Composer
(https://www.pivotaltracker.com/story/show/86670590)
* Staging fails on Composer errors
(https://www.pivotaltracker.com/story/show/85465540)
* Codizy module is not bundled for licensing reasons
(https://www.pivotaltracker.com/story/show/85122672)
v3.0.3 Jan 05, 2015
====================
* Select HHVM when specified in composer.json
(https://www.pivotaltracker.com/story/show/84396680)
* Run Composer with HHVM
(https://www.pivotaltracker.com/story/show/84395366)
* Print buildpack version
(https://www.pivotaltracker.com/story/show/84397250)
v3.0.2 Dec 29, 2014
====================
* Fixed online buildpack to include full directories
(https://www.pivotaltracker.com/story/show/84415126)
v3.0.1 Dec 23, 2014
====================
* Switch from Dropbox to S3 as resource store for buildpack
(https://www.pivotaltracker.com/story/show/84419046)
* Temporarily disables Codizy extension
* Add PHP 5.4.36, 5.5.20 & 5.6.4.
(https://github.com/cloudfoundry/php-buildpack/commit/33990ba60ba90918d607c450af92dddcc620463a)
* Remove PHP PHP 5.4.33, 5.5.17 & 5.6.1.
(https://github.com/cloudfoundry/php-buildpack/commit/551ee812becf32dfe3234230374ba240b967d216)
v3.0.0 Dec 18, 2014
====================
* Migrated [dmikusa-pivotal/cf-php-build-pack](https://github.com/dmikusa-pivotal/cf-php-build-pack) to [cloudfoundry/php-buildpack](https://github.com/cloudfoundry/php-buildpack)
(https://www.pivotaltracker.com/story/show/83101106)
* Updated README with Cloud Foundry contribution instructions
(https://www.pivotaltracker.com/story/show/83101106)
* Changed zip file name to be CF release compliant
(https://www.pivotaltracker.com/story/show/84419616)