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

Removed abandoned laminas-json #178

Merged
merged 3 commits into from
Nov 28, 2024
Merged

Removed abandoned laminas-json #178

merged 3 commits into from
Nov 28, 2024

Conversation

matbech
Copy link
Contributor

@matbech matbech commented Nov 28, 2024

Q A
Documentation no
Bugfix no
BC Break no
New Feature no
RFC no
QA yes

Description

Per PHP documentation, json_decode is always available starting with PHP 8.0 "As of PHP 8.0.0, the JSON extension is a core PHP extension, so it is always enabled." Reference: https://www.php.net/manual/en/json.installation.php
This PR removes the fallback to laminas-json which is abandoned and completes issue #177

Signed-off-by: Mathias Berchtold [email protected]

Per PHP documentation, json_decode is always available starting with PHP 8.0
"As of PHP 8.0.0, the JSON extension is a core PHP extension, so it is always enabled."
Reference: https://www.php.net/manual/en/json.installation.php

Signed-off-by: Mathias Berchtold <[email protected]>
@gsteel gsteel added this to the 3.9.0 milestone Nov 28, 2024
@gsteel gsteel added Enhancement dependencies Pull requests that update a dependency file labels Nov 28, 2024
@gsteel gsteel linked an issue Nov 28, 2024 that may be closed by this pull request
Signed-off-by: Mathias Berchtold <[email protected]>
Copy link
Member

@gsteel gsteel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @matbech 👍

@gsteel gsteel self-assigned this Nov 28, 2024
@gsteel gsteel merged commit 7b11ca0 into laminas:3.9.x Nov 28, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

laminas-json is abandoned
2 participants