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

Add PHP 8.4 support (testing) #556

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add PHP 8.4 support (testing) #556

wants to merge 1 commit into from

Conversation

crazywhalecc
Copy link
Owner

@crazywhalecc crazywhalecc commented Oct 25, 2024

What does this PR do?

Add PHP 8.4 support (testing), fixes #547 .

Problems to be solved

  • PHP 8.4 has removed imap extension. For PHP 8.4, we need to download from PECL. (May conflict with existing extension type)
  • Depends on the latest phpmicro patches, some old cache does not build successfully.
  • Extensions not tested in production environments

Checklist before merging

If your PR involves the changes mentioned below and completed the action, please tick the corresponding option.
If a modification is not involved, please skip it directly.

  • If it's an extension or dependency update, make sure adding related extensions in src/global/test-extensions.php.
  • If you changed the behavior of static-php-cli, update docs in ./docs/.
  • If you updated config/xxx.json content, run bin/spc dev:sort-config xxx.

@crazywhalecc crazywhalecc added enhancement New feature or request kind/php-and-sapi Issues related to php source and SAPI labels Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request kind/php-and-sapi Issues related to php source and SAPI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PHP 8.4 support
1 participant