-
- Notifications
You must be signed in to change notification settings - Fork 336
Add PHP 8.5 initial support #819
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
Merged
Merged
Changes from 19 commits
Commits
Show all changes
79 commits Select commit Hold shift + click to select a range
5f2459a Avoid useless exception on startup version mismatch
crazywhalecc ec959f6 Add 8.5 patch support for phpmicro
crazywhalecc b9e096a Download alpha version for 8.5
crazywhalecc 88cf018 extension test
crazywhalecc d3f8e94 Use new branch of micro, extension test
crazywhalecc dc8f7de Merge branch 'main' into php-85
crazywhalecc 1ce3ba0 Update docs and READMEs
crazywhalecc 5838c87 Merge remote-tracking branch 'origin/php-85' into php-85
crazywhalecc f061259 Test bulk (without amqp, swoole) and spc-max
crazywhalecc fb106a3 Merge branch 'refs/heads/main' into php-85
crazywhalecc 85e89e4 alpha2
crazywhalecc 973c8f0 Add php-src git version support
crazywhalecc 0696acb Add support for re2c in tool checklists and environment setup
crazywhalecc 1ae0752 Trigger full extension test
crazywhalecc b9bec5b Whoops, extension test
crazywhalecc 4efb3df Add check for Bison version in MacOS tool checklist, trigger extensio…
crazywhalecc e9dbeb1 Refactor opcache JIT handling and version checks in Linux and MacOS b…
crazywhalecc ed67393 Move opcache JIT handling from Linux and MacOS builders to Extension
crazywhalecc 9ed3c8b phpstan
crazywhalecc 5f5d934 Add openssl argon2 password hash support for PHP 8.5
crazywhalecc af10cac Add openssl version getter for Windows, test openssl
crazywhalecc 0dfa6e6 Fix dev:lib-version command with dependencies
crazywhalecc 357c04d Merge branch 'main' into php-85
crazywhalecc 5f33a07 Fix windows builds when unix configure does not exist
crazywhalecc fcdb029 Install re2c manually in gnu docker
crazywhalecc cb0ea67 Fix x86_64 macOS bison finder path
crazywhalecc 6984c29 suggestion
crazywhalecc 3c972ac Add re2c build
crazywhalecc 601444d Add re2c build for spc-gnu-docker
crazywhalecc be85791 Add alt for re2c
crazywhalecc 96a7aab Don't show shell log
crazywhalecc 0496af4 Fix windows PHP 8.5 build
crazywhalecc 1047d47 Merge branch 'main' into php-85
crazywhalecc 72beba7 Merge remote-tracking branch 'origin/php-85' into php-85
crazywhalecc 4c54d99 Remove pcntl
crazywhalecc 5f9fe29 Fix missing SPC_EXTRA_LIBS with type error bug
crazywhalecc d3e8af2 Whoops
crazywhalecc e1c9240 README update
crazywhalecc 07d66ad Add separated patchedBeforeWindowsConfigure
crazywhalecc 6b38123 Remove collision, it's useless at all
crazywhalecc 33d587e Remove redis test (https://github.com/phpredis/phpredis/pull/2676)
crazywhalecc 451de4a Fix ConfigValidator and sort config
crazywhalecc 6b23f4b Fix PHPUnit test on Windows, ignore calling linux system util for oth…
crazywhalecc 7d05774 cs-fix
crazywhalecc 9487051 Add PHP_BUILD_PROVIDER for PHP >= 8.4
crazywhalecc 34edb6e Add PHP_BUILD_PROVIDER to env.ini
crazywhalecc 8b9b729 Add PHP_BUILD_COMPILER for different toolchain
crazywhalecc d6081ee Support alpha4
crazywhalecc ac2eb3a Remove redis test
crazywhalecc 1c9fbdb Use none base combination
crazywhalecc efa47af Add git source test
crazywhalecc cace504 Workaround for windows openssl temporarily
crazywhalecc 2c5cf07 cs fix, fix file name
crazywhalecc 48a7d81 Test jit
crazywhalecc 17ff5f6 Update tests.yml
crazywhalecc 22a8191 Fix opcache jit option parsing in builder
crazywhalecc af62e55 Add missing space
crazywhalecc f6eba32 Update tests.yml
crazywhalecc 65f7404 Update tests.yml
crazywhalecc e14301d Symbol workaround for cross toolchain
crazywhalecc 3960a21 Use full domain test list
crazywhalecc 38725c2 Update ca certificates
crazywhalecc d005353 tmate
crazywhalecc c3e9a28 Test
crazywhalecc e6cf05d Test
crazywhalecc e7fe91f Fix patch, use pure socket client directly
crazywhalecc 9a5a59d Test
crazywhalecc 6439268 Test original
crazywhalecc f1a9a28 Use backup file function to avoid multiple build conflict
crazywhalecc b644da8 Remove redundant patches for openssl
crazywhalecc 2d6d25c Update src/SPC/builder/linux/LinuxBuilder.php
crazywhalecc 93001dc Update src/SPC/builder/macos/MacOSBuilder.php
crazywhalecc 430f436 Update src/SPC/builder/macos/MacOSBuilder.php
crazywhalecc 3c09ba5 Merge remote-tracking branch 'origin/php-85' into php-85
crazywhalecc ea4905c Add argon2 support for PHP-NTS < 8.5
crazywhalecc 4cbe4ea Revert corrupted revert
crazywhalecc 81e7a0c Add without argon2 option
crazywhalecc 4fb4e42 Revert
crazywhalecc 3789c7c only enable one of password-argon2 or openssl-argon2
henderkes File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -104,6 +104,7 @@ RUN apk update; \ | |
| m4 \ | ||
| make \ | ||
| pkgconfig \ | ||
| re2c \ | ||
| wget \ | ||
| xz \ | ||
| gettext-dev \ | ||
| | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -238,6 +238,7 @@ const availablePhpVersions = [ | |
| '8.2', | ||
| '8.3', | ||
| '8.4', | ||
| '8.5', | ||
| ]; | ||
| | ||
| const I18N = { | ||
| | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.