-
-
Notifications
You must be signed in to change notification settings - Fork 360
[3.0] Refactor extensions #1038
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
Draft
crazywhalecc
wants to merge
40
commits into
v3-dev
Choose a base branch
from
v3-refactor/extensions
base: v3-dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
40 commits
Select commit
Hold shift + click to select a range
6b67cb9
fix: Postgres build with ancient libc
dunglas 1e47803
Update test-extensions.php for PHP versions and extensions
crazywhalecc 0fe1442
Bump version from 2.8.0 to 2.8.2
crazywhalecc f680731
fix: Postgres build with ancient libc (#1029)
henderkes 9a53ef3
add input with-suggested-libs for build command
yoramdelangen d9834d0
upload debug logs on 'build php' failures
yoramdelangen 661723c
change logs name
yoramdelangen 794ab16
add input with-suggested-libs for build command (#1032)
henderkes c680299
libavif needs at least one encoder to work
henderkes 608c915
should depend on it instead
henderkes b01d3ce
Merge branch 'main' into feat/avif-dec
henderkes 98117c3
remove pre built
henderkes 38140d1
libavif needs at least one encoder to work (#1033)
henderkes 5623fed
fix redownloading go-xcaddy every time
henderkes d83a597
unquote the string in case a shell script passes it stupidly
henderkes 67ef8f6
fix redownloading go-xcaddy every time, version 2.8.3 (#1034)
henderkes 471df00
Use StaticPHP instead of static-php-cli
crazywhalecc d495455
Remove motd for lint-config command
crazywhalecc 2a8fa7d
Update build flags for FrankenPHP in UnixBuilderBase
dunglas 7d7902e
Update build flags for FrankenPHP in UnixBuilderBase (#1042)
henderkes a357510
Add frankenphp building message for console output
crazywhalecc 28bbdf5
Merge branch 'main' into v3-refactor/extensions
crazywhalecc 08595cc
Add PatchDescription attribute to libacl for Unix FPM_EXTRA_LIBS fix
crazywhalecc 0f012f2
Rename tracker file from .spc-tracker.json to .build.json
crazywhalecc a57b48f
Add macOS check to patchBeforePHPConfigure for explicit_bzero detection
crazywhalecc 3238c44
Refactor FrankenPHP build and smoke test processes for Unix
crazywhalecc bb257cf
Add extension apcu
crazywhalecc e927994
Add DumpStagesCommand to dump package stages and their locations
crazywhalecc da1f348
Update src/StaticPHP/Package/PhpExtensionPackage.php
crazywhalecc 0e80f29
Add DumpCapabilitiesCommand to output installable and buildable capab…
crazywhalecc d6ec0b7
Remove aarch64 build fix for glibc 2.17 from patchBeforeBuild method …
crazywhalecc cfce177
Add beforeMakeUnix method to patch TSRM.h for musl TLS symbol visibility
crazywhalecc 28c82b8
Add PackageInfoCommand to display package configuration information a…
crazywhalecc f9fe2ad
Trim quotes from frankenphp app path to ensure valid directory check
crazywhalecc b3d67b9
Add tryPatchMakefileUnix method to fix //lib path in Makefile for Lin…
crazywhalecc 8c7d113
Apply smoke test control option for frankenphp
crazywhalecc fa17596
Enable suggested libs by default in build configurations for Unix and…
crazywhalecc 7623b9e
Deprecate '--debug' option and update logging level handling
crazywhalecc c218aef
Add doctor cache check and version management to ensure environment v…
crazywhalecc d316684
Add optional package support for libaom, libsharpyuv, libjpeg, libxml…
crazywhalecc 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
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 |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| ext-apcu: | ||
| type: php-extension | ||
| artifact: | ||
| source: | ||
| type: url | ||
| url: 'https://pecl.php.net/get/APCu' | ||
| extract: php-src/ext/apcu | ||
| filename: apcu.tgz | ||
| metadata: | ||
| license-files: [LICENSE] | ||
| license: PHP-3.01 |
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.
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.