-
Notifications
You must be signed in to change notification settings - Fork 348
/
Copy pathCHANGELOG
445 lines (306 loc) · 13.7 KB
/
CHANGELOG
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
v4.3.10 Apr 12, 2016
=====================
* Added extension to configure redis as a persistent store for PHP sessions
(https://www.pivotaltracker.com/story/show/117232921)
* Add httpd 2.4.20, remove httpd 2.4.18
(https://www.pivotaltracker.com/story/show/116903551)
* BUGFIX: detect composer.json non-recursively
(https://www.pivotaltracker.com/story/show/116521177)
v4.3.9 Apr 07, 2016
====================
* Update php 7.0.4 and add 7.0.5 with new recompiled PHP binaries that include
the xdebug and imagick extensions
(https://www.pivotaltracker.com/story/show/116842725)
* Add composer 1.0.0, remove composer 1.0.0-beta2
(https://www.pivotaltracker.com/story/show/116972309)
* Add nginx 1.9.14, remove nginx 1.9.12
(https://www.pivotaltracker.com/story/show/116842725)
* Add PHP 5.6.20, 5.5.34, 7.0.5, remove PHP 5.6.18, 5.5.32, 7.0.3
(https://www.pivotaltracker.com/story/show/116662205)
* Add helpful error message and early exit when user specifies an invalid
webserver
(https://www.pivotaltracker.com/story/show/116450447)
v4.3.8 Mar 29, 2016
====================
* Updates composer version from 1.0.0-beta1 to 1.0.0-beta2
(https://www.pivotaltracker.com/story/show/116416425)
v4.3.7 Mar 15, 2016
====================
* Updates composer version from 1.0.0-alpha11 to 1.0.0-beta1
(https://www.pivotaltracker.com/story/show/115175869)
v4.3.6 Mar 08, 2016
====================
* Adding pull request template
* Add php 7.0.4, 5.5.33, and 5.6.19, remove 5.5.31 and 5.6.17
(https://www.pivotaltracker.com/story/show/115120557)
* Bump nginx to version 1.9.12
(https://www.pivotaltracker.com/story/show/114349789)
v4.3.5 Feb 16, 2016
====================
* Remove HHVM from PHP Buildpack
(https://www.pivotaltracker.com/story/show/113172267)
* Moving intl from pecl package to compile-time option
(https://www.pivotaltracker.com/story/show/109840204)
* Add composer-1.0.0-alpha11
(https://www.pivotaltracker.com/story/show/112362115)
* add php 5.5.32, 5.6.18, 7.0.3, drop 5.5.30, 5.6.16
(https://www.pivotaltracker.com/story/show/112908255)
v4.3.4 Jan 28, 2016
====================
* Add nginx 1.8.1 and 1.9.10, drop nginx 1.8.0 and 1.9.9
(https://www.pivotaltracker.com/story/show/112525507)
v4.3.3 Jan 26, 2016
====================
* Show warning when composer.json and options.json both exist, to prevent conflicts
(https://www.pivotaltracker.com/story/show/111962349)
* Make version 1.9.9 the default nginx version
(https://www.pivotaltracker.com/story/show/110700942)
* Add versions 5.5.31, 5.6.17.
(https://www.pivotaltracker.com/story/show/111532430)
* Remove versions 5.5.29, 5.6.15.
(https://www.pivotaltracker.com/story/show/111532430)
v4.3.2 Dec 28, 2015
====================
* Add nginx 1.9.9, drop nginx 1.9.7
(https://www.pivotaltracker.com/story/show/110627098)
* Add httpd 2.4.18, drop httpd 2.4.17
(https://www.pivotaltracker.com/story/show/110627098)
v4.3.1 Dec 09, 2015
====================
* Adding support for PHP 5.6.16, remove support for PHP 5.6.14
(https://www.pivotaltracker.com/story/show/109359270)
* Add support for nginx 1.9.7, remove support for nginx 1.9.6
(https://www.pivotaltracker.com/story/show/108351198)
v4.3.0 Nov 16, 2015
====================
* Change default Apache retry value in httpd-php.conf to avoid
cached HTTP 503.
(https://www.pivotaltracker.com/story/show/103840940)
* Drop support for nginx 1.6.3
(https://www.pivotaltracker.com/story/show/105344328)
v4.2.1 Nov 06, 2015
====================
* Add support for nginx 1.9.6, drop support for nginx 1.9.5.
(https://www.pivotaltracker.com/story/show/106840684)
* Add support for PHP 5.6.16, drop support for PHP 5.6.13.
(https://www.pivotaltracker.com/story/show/106944148)
v4.2.0 Oct 20, 2015
====================
* Drop support for PHP 5.4. Please note PHP 5.4 has reached "End Of Life" on
2015-09-14.
(https://www.pivotaltracker.com/story/show/105514114)
* Update httpd to 2.4.17, drop 2.4.16
(https://www.pivotaltracker.com/story/show/105332752)
v4.1.5 Oct 09, 2015
====================
* Update nginx to 1.9.5, drop 1.9.4
(https://www.pivotaltracker.com/story/show/103916116)
* Add PHP 5.6.14 and 5.5.30, drop 5.6.12 and 5.5.28
(https://www.pivotaltracker.com/story/show/104524088)
v4.1.4 Sep 18, 2015
====================
* update binaries for ICU vulnerabilities:
USN-2740-1, CVE-2015-1270, CVE-2015-2632, CVE-2015-4760
this commit removes libicu from the buildpack, and instead relies
upon the libraries delivered by the rootfs (note that rootfs 1.9.0
addresses this vulnerability).
(https://www.pivotaltracker.com/story/show/103531876)
v4.1.3 Sep 14, 2015
====================
Please note that PHP 5.4 will reach "End of Life" on 2015-09-14. We intend to remove support for this version of PHP on or before 2015-10-16.
* Updating PHP binaries for redis 2.2.7
(https://www.pivotaltracker.com/story/show/100925176)
* Add support for PHP 5.4.45, 5.5.29, 5.6.13
* Remove support for PHP 4.4.43, 5.5.27, 5.6.11
(https://www.pivotaltracker.com/story/show/102517700)
* Upgrade nginx to 1.9.4
v4.1.2 Aug 31, 2015
====================
Note that 4.1.0 and 4.1.1 were not released.
* Introduce *non-backwards* compatible change to composer detection.
The buildpack will now, by default, detect composer files in the root directory of
a php application or a configured `WEBDIR` directory. For the buildpack to detect
composer files in another directory, one must explicitly set this directory via the
`COMPOSER_PATH` environment variable. For more information please refer to the
documentation here: http://docs.cloudfoundry.org/buildpacks/php/gsg-php-composer.html
(https://www.pivotaltracker.com/story/show/99170278)
* Remove application developer's ability to override the buildpack's
binaries via DOWNLOAD_URL option.
(https://www.pivotaltracker.com/story/show/101243110)
* Remove default php startup warnings in the event of unsupported extensions
within an application. The warnings have been replaced with a more explicit
'unsupported extension' message printed to standard error.
(https://www.pivotaltracker.com/story/show/100180478)
* Add support for PHP versions: 5.6.12, 5.5.28, and 5.4.44.
Remove support for PHP versions: 5.6.10, 5.5.26, and 5.4.42.
Update all bundled PHPs with readline-ext built as a shared module.
(https://www.pivotaltracker.com/story/show/101121820)
(https://www.pivotaltracker.com/story/show/99436586)
* Correct logging of downloaded resource sources
(https://www.pivotaltracker.com/story/show/100516510)
* Document support for protobuf extension
(https://www.pivotaltracker.com/story/show/100244194)
* `bin/detect` emits the buildpack version
(https://www.pivotaltracker.com/story/show/100757820)
* Update Nginx binary to 1.9.3,
Apache HTTPD to 2.4.16,
NewRrelic to 4.23.3.111
(https://www.pivotaltracker.com/story/show/99507244)
* PHP Updates for libsnmp vulnerability
(https://www.pivotaltracker.com/story/show/102276186)
v4.0.0 Jul 20, 2015
====================
* upgrade PHP 5.6.11, 5.5.27, and 5.4.43
(https://www.pivotaltracker.com/story/show/98855368)
* Package all PHP modules in a single tarball
Instead of downloading PHP modules individually, include all modules in a
single tarball to make the manifest more manageable.
(https://www.pivotaltracker.com/story/show/95473520)
* Package all httpd modules in a single tarball
Instead of downloading httpd modules individually, include all modules
in a single tarball to make the manifest more manageable.
(https://www.pivotaltracker.com/story/show/95473520)
* Add nginx 1.9.2, upgrade to 1.6.3; drop 1.7.x
(https://www.pivotaltracker.com/story/show/98855608)
* Include current stack in unsupported stack message
(https://www.pivotaltracker.com/story/show/98579464)
v3.3.1 Jul 08, 2015
====================
* Include php versions 5.6.10, 5.5.26, 5.4.42
Remove support for 5.4.39, 5.5.23, 5.6.7
Change the default PHP version to 5.5.26
(https://www.pivotaltracker.com/story/show/98547428)
* Support nginx 1.8
(https://www.pivotaltracker.com/story/show/96911902)
* Fix boolean values in options.json
(https://www.pivotaltracker.com/story/show/98199628)
v3.3.0 Jun 24, 2015
====================
* Fail with helpful error message for incompatible stack
(https://www.pivotaltracker.com/story/show/96590154)
* Remove lucid-specific binaries from manifest.yml
(https://www.pivotaltracker.com/story/show/96135874)
* Add PHP 5.6.8, 5.5.24, 5.4.40 to unsupported manifest
(https://www.pivotaltracker.com/story/show/94988124)
v3.2.2 Jun 03, 2015
====================
* Update buildpack with newest php interpreters and modules
(https://www.pivotaltracker.com/story/show/93652226)
* Exclude PHP version on generated pages by default
(https://www.pivotaltracker.com/story/show/95368312)
* Merge upstream changes
* Add support for using the lastest version of composer
(https://www.pivotaltracker.com/story/show/92519522)
v3.2.1 May 07, 2015
====================
* Update default PHP version to latest 5.4 release
(https://www.pivotaltracker.com/story/show/92540904)
* Bump buildpack-packager to support custom buildpack manifests.
(https://www.pivotaltracker.com/story/show/93717296)
v3.2.0 Apr 24, 2015
====================
* Updated supported PHP versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697202)
* 5.6.7
* 5.6.6
* 5.5.23
* 5.5.22
* 5.4.39
* 5.4.38
* Updated supported HHVM versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697204)
* lucid64 stack
* 3.2.0
* cflinuxfs2 stack
* 3.5.0
* 3.5.1
* 3.6.0
* 3.6.1
* Updated supported HTTPD versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697208)
* 2.4.12
* Updated supported Nginx versions. Currently supported versions:
(https://www.pivotaltracker.com/story/show/90697210)
* 1.7.10
* 1.6.2
* 1.5.13
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)