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

[BUG]: HAVE_JSON symbol removed in php-config.h for PHP-8.4+ #16523

Open
petk opened this issue Feb 2, 2024 · 0 comments
Open

[BUG]: HAVE_JSON symbol removed in php-config.h for PHP-8.4+ #16523

petk opened this issue Feb 2, 2024 · 0 comments
Labels
bug A bug report status: unverified Unverified

Comments

@petk
Copy link
Contributor

petk commented Feb 2, 2024

Describe the bug

Hello, I'm just noting here that in PHP-8.4 the HAVE_JSON symbol is removed in php-config.h file and phalcon is checking it in the extension.

To Reproduce

Provide output if related. Provide coredump if any. Use https://docs.phalcon.io/latest/generating-backtrace as reference.

Steps to reproduce the behavior:

  • Building Phalcon using current PHP master branch can result PHP JSON API not being detected because the HAVE_JSON symbol is removed for the *nix build.

Expected behavior
A clear and concise description of what you expected to happen.

Build successfully using PHP JSON API.

Screenshots
If applicable, add screenshots to help explain your problem.

Details

  • Phalcon version: 5.6+
  • PHP Version: 8.4.0-dev
  • Operating System: all
  • Installation type: Compiling from source
  • Zephir version (if any):
  • Server: Nginx | Apache | Other
  • Other related info (Database, table schema):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: unverified Unverified
Projects
None yet
Development

No branches or pull requests

1 participant