Skip to content

Releases: brefphp/extra-php-extensions

1.2.3

13 Jun 17:43
06ec1cf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.2.2...1.2.3

1.2.2

25 May 17:15
d595f8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

25 May 08:43
1e186bb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

20 May 16:09
267b8ad
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @wolflingorg made their first contribution in #442

Full Changelog: 1.1.1...1.2.0

1.1.1

28 Apr 12:56
b47f78d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.0...1.1.1

1.1.0

01 Apr 14:11
8b75fb4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.2...1.1.0

1.0.2

01 Apr 12:15
19a1d4e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

28 Mar 11:08
d25cb78
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

16 Mar 16:44
5c2fcc6
Compare
Choose a tag to compare

This new major release brings compatibility with Bref v2, which was released 2 days ago.

Breaking changes

  • Just like Bref v2, support for PHP 7.3 and 7.4 was dropped. PHP 8.0 or greater is required.
  • Bref v2 is required. If you use Bref v1, use the 0.12 version of the Bref extra extensions.

Internal changes

These internal changes will not impact most users, however we list them in case you have an advanced use case:

  • The "bref-extra" PHP extensions are now installed in the official Bref directory for PHP extensions: /opt/bref/extensions. They were previously installed in /opt/bref-extra.

If you were copying the layers in your Docker images, make sure to copy the entire /opt folder instead of the /opt/bref-extra folder:

FROM bref/php-82-fpm:2

# Don't do this:
COPY --from=bref/extra-imagick-php-82:1 /opt/bref-extra /opt/bref-extra
# Do this instead:
COPY --from=bref/extra-imagick-php-82:1 /opt /opt

List to all pull requests

Full Changelog: 0.12.4...1.0.0

Release 0.12.4

07 Feb 18:56
5b2efc9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.12.3...0.12.4