Conversation
…ue::consume() method (php-amqp#421) Deprecation occurs because the $consumerTag argument is not defined as nullable but it defaults to NULL when nothing is passed to it. PHP 8.1 deprecation release notes: https://www.php.net/releases/8.1/en.php#deprecations_and_bc_breaks
When built statically (`--with-amqp`) configuration script should not depend on `php-config`, since it might refer to previous version of php or be not yet installed at all. `$PHP_VERSION` and `$PHP_VERSION_ID` can be used instead.
Clear the consumer tag if either the argument matches or the latest tag is used.
* `AMQPEnvelope::getBody()` always returns a string now while previously it returned false for an empty body * `AMQPEnvelope::getHeader()` returns null for an unknown header instead of false * `AMQPEnvelope::getRoutingKey()` always returns a string now
Especially impactful for valgrind based tests
Bumps [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) from 3.8.1 to 3.9.0. - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.8.1...3.9.0) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action) from 1.3.1 to 1.4.1. - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](awalsh128/cache-apt-pkgs-action@v1.3.1...v1.4.1) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sets SA_ONSTACK and switches from signal to sigaction (see php/php-src#9597)
- php_format_date exists in 7.4+ - php_std_date removed in 8.5 x
…qp#606) Co-authored-by: Paul Johnston <paul-johnston@zencontrol.com>
…mqp#607) Co-authored-by: Andy Postnikov <apostnikov@gmail.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [symplify/easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) from 13.0.0 to 13.0.4. - [Release notes](https://github.com/easy-coding-standard/easy-coding-standard/releases) - [Commits](easy-coding-standard/easy-coding-standard@13.0.0...13.0.4) --- updated-dependencies: - dependency-name: symplify/easy-coding-standard dependency-version: 13.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/phpstan/phpdoc-parser/releases) - [Commits](phpstan/phpdoc-parser@2.3.0...2.3.1) --- updated-dependencies: - dependency-name: phpstan/phpdoc-parser dependency-version: 2.3.1 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/phpstan/phpdoc-parser/releases) - [Commits](phpstan/phpdoc-parser@2.3.1...2.3.2) --- updated-dependencies: - dependency-name: phpstan/phpdoc-parser dependency-version: 2.3.2 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [slevomat/coding-standard](https://github.com/slevomat/coding-standard) from 8.26.0 to 8.27.1. - [Release notes](https://github.com/slevomat/coding-standard/releases) - [Commits](slevomat/coding-standard@8.26.0...8.27.1) --- updated-dependencies: - dependency-name: slevomat/coding-standard dependency-version: 8.27.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…AMQPConnectionException` instead of just `AMQPException` (php-amqp#571) As exceptions are covariant, this is not a BC break.
Bumps [slevomat/coding-standard](https://github.com/slevomat/coding-standard) from 8.27.1 to 8.28.0. - [Release notes](https://github.com/slevomat/coding-standard/releases) - [Commits](slevomat/coding-standard@8.27.1...8.28.0) --- updated-dependencies: - dependency-name: slevomat/coding-standard dependency-version: 8.28.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.