Skip to content

Fix PHP 8.5 deprecation - #648

Merged
Spomky merged 1 commit into
web-token:4.1.xfrom
sandesh-as:php_85_support
Dec 18, 2025
Merged

Fix PHP 8.5 deprecation#648
Spomky merged 1 commit into
web-token:4.1.xfrom
sandesh-as:php_85_support

Conversation

@sandesh-as

@sandesh-as sandesh-as commented Dec 17, 2025

Copy link
Copy Markdown
Contributor

Passing integers outside the interval [0, 255] to chr() is now deprecated. This is because a byte can only hold a value within this interval.
https://www.php.net/manual/en/migration85.deprecated.php
Target branch:
Resolves issue #

  • It is a Bug fix
  • It is a New feature
  • It is related to dependencies

Includes:

  • Breaks BC
  • Deprecations

@Spomky
Spomky changed the base branch from 4.2.x to 4.1.x December 18, 2025 13:49
@Spomky Spomky self-assigned this Dec 18, 2025
@Spomky Spomky added this to the 4.1.3 milestone Dec 18, 2025
@Spomky

Spomky commented Dec 18, 2025

Copy link
Copy Markdown
Member

Many thanks!

@Spomky
Spomky merged commit 5a58101 into web-token:4.1.x Dec 18, 2025
31 of 33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants