Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unicode Support: Replace Standard PHP String Functions with Multibyte Counterparts #1051

Merged
merged 16 commits into from
Jul 10, 2024

Conversation

kambereBr
Copy link
Member

This PR refactors standard PHP string functions to their multibyte counterparts to improve Unicode support.

Related PR: #1012

@kambereBr kambereBr force-pushed the unicode-support branch 5 times, most recently from 62d132d to e15a09e Compare June 14, 2024 19:37
@kambereBr kambereBr marked this pull request as ready for review June 14, 2024 20:12
@marclaporte
Copy link
Member

In terms of http://semver.org/ will the next release be a x, y or z?

@kambereBr
Copy link
Member Author

In terms of http://semver.org/ will the next release be a x, y or z?

The next release will be a y release according to Semantic Versioning (SemVer) principles at http://semver.org/. This means a minor version increment due to the introduction of enhanced Unicode support with multibyte string functions.

Could you please confirm if this aligns with your understanding?

@marclaporte
Copy link
Member

That sounds OK.

@josaphatim josaphatim requested a review from kroky June 28, 2024 13:04
lib/crypt.php Outdated Show resolved Hide resolved
@kroky kroky merged commit 5e88e14 into cypht-org:master Jul 10, 2024
6 checks passed
@marclaporte
Copy link
Member

So the next version will be Cypht 2.2.0

@marclaporte
Copy link
Member

This is partially reverted here: #1217

@marclaporte
Copy link
Member

Spin off: #1224

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.

3 participants