Skip to content

Releases: brefphp/extra-php-extensions

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

Release 0.12.3

16 Jan 17:22
91b83c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.12.2...0.12.3

Release 0.12.2

28 Dec 19:01
6d62798
Compare
Choose a tag to compare

See change log for changes

What's Changed

New Contributors

Full Changelog: 0.12.1...0.12.2

Release 0.12.1

15 Nov 07:37
9e5db8a
Compare
Choose a tag to compare

See change log for changes

Release 0.12.0

08 Nov 13:57
e025770
Compare
Choose a tag to compare

See change log for changes

Release 0.11.35

28 Oct 14:21
002ddd8
Compare
Choose a tag to compare

See change log for changes

Release 0.11.34

27 Aug 06:03
8d96d10
Compare
Choose a tag to compare

See change log for changes

Release 0.11.33

26 Jul 06:21
d96696d
Compare
Choose a tag to compare

See change log for changes