Releases: illuusio/pecl-php-blenc
Now really support compiling from PHP version 7.0 up-to 8.2
Last release didn't really compile other than PHP 7.4 and 8.1. This is now worked and CI keeps track that there won't be any problems in future. There is not much work from release candidate 1 so read there what really happened and who should be thanked about this very nice release.
List of major changes:
- Add multiple PHP tests to ensure that BLENC works as expected on all supported versions
- Add CI support for testing
- Last PHP 5.x things are wiped out and it throws error if you try to compile this lower than PHP version 7.0
Zen and Art of Continous Integration
This fairly big release for PHP BLENC for years. Driver for this was to have support for for PHP 8.0 as it build PHP 7.x and PHP 8.1 but not for PHP 8.1 or 8.2. I like to send thanks to @marcosmarcolin and @Girgias for they kind help to iron out things and providing Pull Requests.
List for changes:
- Reworked Github actions to test building from PHP 7.0 up-to 8.2.
- Reworked PHP 8 support and now it should be top of the notch
- Add multiple PHP tests to ensure that BLENC works as expected on all supported versions
- Make multiple small and middle sized changes to remove old crust
- Added CI run to test code formatting with Artistic Style and PHPCS
Gain support for PHP 8.1 and remove support for PHP 5.4
As PHP 7.4 EOLed this will be last version to support PHP 7.4. Currently release support for PHP 7.4 and PHP 8.1. Also added support for Github Actions to make sure nothing breaks in future.
PHP 5.x support is completely wiped out and does not work any more.
Support for PHP 7.4 and PHP 8.1
This release candidate adds support for PHP 7.4 and PHP 8.1. Also added support for Github Actions to make sure nothing breaks in future.
PHP 5.x support is completely wiped out and does not work any more.
PHP 7.2 compability
Starting slowly to get this real fork and making last release as named Blenc after this everything will be renamed.
- Updated to support 5.6 and 7.x
- Removed compile warnings
- Updated blencode.php