mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +08:00
Compare commits
122 Commits
feat/pgo-v
...
fable-v3-w
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d6f334cbb | ||
|
|
e99423c7d1 | ||
|
|
44daaad548 | ||
|
|
4dac0d18b4 | ||
|
|
79db27da04 | ||
|
|
d04d82a1f1 | ||
|
|
dca24585d4 | ||
|
|
7edd8359d5 | ||
|
|
be8f239259 | ||
|
|
6c7a47c9b5 | ||
|
|
859c06a470 | ||
|
|
274706084a | ||
|
|
0bd94b0ebd | ||
|
|
150998723d | ||
|
|
303dca5f59 | ||
|
|
d7902b9931 | ||
|
|
43b2da0511 | ||
|
|
6dc5c5b770 | ||
|
|
f3afd81c81 | ||
|
|
1dce506222 | ||
|
|
323f21a6f2 | ||
|
|
ab30c9dc49 | ||
|
|
996cca12c0 | ||
|
|
5451945972 | ||
|
|
fc1673e37f | ||
|
|
f1722a0f3e | ||
|
|
8034ae37ea | ||
|
|
c9f24b980d | ||
|
|
5ffbf2d5fe | ||
|
|
facc7bc5a7 | ||
|
|
160d7f5537 | ||
|
|
afa5f535e9 | ||
|
|
0dde151632 | ||
|
|
e906edb332 | ||
|
|
83ce54b62b | ||
|
|
7d6c082c86 | ||
|
|
db4f7c6a0c | ||
|
|
ca0167c83e | ||
|
|
5a5c784c4f | ||
|
|
331da67049 | ||
|
|
cc448d463b | ||
|
|
dc55881b78 | ||
|
|
a59473e4ab | ||
|
|
c6a227f4de | ||
|
|
392733b7c3 | ||
|
|
3870269330 | ||
|
|
03f1313eec | ||
|
|
b9def51f86 | ||
|
|
8533702cf6 | ||
|
|
fe3cd15f81 | ||
|
|
dc33b55fd0 | ||
|
|
c9401a0b7a | ||
|
|
fa040bc346 | ||
|
|
ab37b34fb5 | ||
|
|
0b02f62b7e | ||
|
|
924fac137c | ||
|
|
d9c41a73da | ||
|
|
dd1e70a394 | ||
|
|
1bdbdfc08c | ||
|
|
90846ab149 | ||
|
|
8dd7882869 | ||
|
|
7f6be12bf1 | ||
|
|
45b97581d8 | ||
|
|
12a5217f17 | ||
|
|
5913cb07fd | ||
|
|
dd69155539 | ||
|
|
a81dd6d5c9 | ||
|
|
b4ed673261 | ||
|
|
db2d9a909f | ||
|
|
38e01a9b88 | ||
|
|
2b210f9403 | ||
|
|
be329c1d56 | ||
|
|
227b8f0b0a | ||
|
|
c88041b7e0 | ||
|
|
3bb84f3b94 | ||
|
|
c31bf73685 | ||
|
|
c4d7ca819b | ||
|
|
fd8ab71d80 | ||
|
|
2a7966aa4b | ||
|
|
ef83ff074e | ||
|
|
06864fc3f6 | ||
|
|
408d8f755c | ||
|
|
1f291a9036 | ||
|
|
127fb1989f | ||
|
|
af771cf2b5 | ||
|
|
5df65d926c | ||
|
|
bdc7bbe1f1 | ||
|
|
89dca1f0fb | ||
|
|
064a1f05ae | ||
|
|
88cb6749b8 | ||
|
|
0010e35882 | ||
|
|
728c8dd598 | ||
|
|
bf6216e59f | ||
|
|
f66e68754e | ||
|
|
411ad7cc0f | ||
|
|
0761267eb3 | ||
|
|
072a3b5505 | ||
|
|
0e5738b710 | ||
|
|
3ff9426e50 | ||
|
|
6057394641 | ||
|
|
2f4fb9d28f | ||
|
|
96ab2de4b1 | ||
|
|
6c59456c02 | ||
|
|
0e8a806640 | ||
|
|
c641c3b8db | ||
|
|
48d6e9ebc2 | ||
|
|
6cab47db67 | ||
|
|
ec3fd0f4b0 | ||
|
|
e72f9aa623 | ||
|
|
c666cd6cd0 | ||
|
|
b8dd508148 | ||
|
|
37d8b87c3b | ||
|
|
582a88ef60 | ||
|
|
153003b75c | ||
|
|
899555a964 | ||
|
|
891a222c39 | ||
|
|
39beb68024 | ||
|
|
5172580294 | ||
|
|
99e05aa22b | ||
|
|
0807e9e253 | ||
|
|
1a779be028 | ||
|
|
bdfd3eb269 |
24
.gitattributes
vendored
Normal file
24
.gitattributes
vendored
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
# Force LF line endings for all text files.
|
||||||
|
# Prevents git from auto-converting LF -> CRLF on Windows checkouts.
|
||||||
|
* text=auto eol=lf
|
||||||
|
|
||||||
|
# Explicit binary files — git won't touch line endings for these
|
||||||
|
*.phar binary
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
*.jpeg binary
|
||||||
|
*.gif binary
|
||||||
|
*.ico binary
|
||||||
|
*.zip binary
|
||||||
|
*.gz binary
|
||||||
|
*.tgz binary
|
||||||
|
*.txz binary
|
||||||
|
*.xz binary
|
||||||
|
*.bz2 binary
|
||||||
|
*.7z binary
|
||||||
|
*.exe binary
|
||||||
|
*.dll binary
|
||||||
|
*.sfx binary
|
||||||
|
*.so binary
|
||||||
|
*.a binary
|
||||||
|
*.o binary
|
||||||
23
.github/copilot-instructions.md
vendored
Normal file
23
.github/copilot-instructions.md
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
# StaticPHP v3 Copilot Instructions
|
||||||
|
|
||||||
|
> The canonical agent instructions live in [AGENTS.md](./AGENTS.md). This file provides the essential summary for GitHub Copilot; read `AGENTS.md` for the complete project map, working rules, and validation steps.
|
||||||
|
|
||||||
|
StaticPHP is a PHP CLI application for building static PHP binaries, PHP SAPIs, extensions, libraries, and helper tools. Prefer the v3 architecture under `src/StaticPHP`, `src/Package`, `config/pkg`, and `config/artifact`.
|
||||||
|
|
||||||
|
## Skills
|
||||||
|
|
||||||
|
Use the repository skills when the task matches them:
|
||||||
|
|
||||||
|
- `.github/skills/staticphp-package-maintenance`: add, modify, review, or validate package, artifact, extension, library, target, or tool definitions.
|
||||||
|
- `.github/skills/staticphp-build-troubleshooting`: diagnose build, download, doctor, shell, terminal, CI, smoke-test, or log failures.
|
||||||
|
|
||||||
|
## Quick Reference
|
||||||
|
|
||||||
|
- **Entrypoint**: `php bin/spc`
|
||||||
|
- **Config lint**: `php bin/spc dev:lint-config`
|
||||||
|
- **CS fix**: `composer cs-fix`
|
||||||
|
- **Tests**: `composer test`
|
||||||
|
- **Static analysis**: `composer analyse`
|
||||||
|
- **Extension packages**: `config/pkg/ext/ext-*.yml`, prefix with `ext-` in dependencies
|
||||||
|
- **Platform suffixes**: `@unix`, `@linux`, `@macos`, `@windows` — prefer these over runtime conditionals
|
||||||
|
- **Do NOT edit generated dirs**: `buildroot/`, `source/`, `downloads/`, `pkgroot/`
|
||||||
56
.github/skills/staticphp-build-troubleshooting/SKILL.md
vendored
Normal file
56
.github/skills/staticphp-build-troubleshooting/SKILL.md
vendored
Normal file
@@ -0,0 +1,56 @@
|
|||||||
|
---
|
||||||
|
name: staticphp-build-troubleshooting
|
||||||
|
description: Diagnose StaticPHP v3 failures. Use when investigating build, compile, linker, download, doctor, environment, CI, smoke-test, terminal output, spc.output.log, spc.shell.log, config.log, CMake logs, or user-provided error snippets from StaticPHP commands.
|
||||||
|
---
|
||||||
|
|
||||||
|
# StaticPHP Build Troubleshooting
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
Use this skill to triage StaticPHP failures from the outside in: command and environment first, SPC module/stage metadata next, shell/config logs last. The goal is to isolate the failing package, stage, command, and root cause before editing code.
|
||||||
|
|
||||||
|
## First Pass
|
||||||
|
|
||||||
|
1. Capture the exact command, OS, architecture, PHP version, extensions/libs/targets, and whether the run used `-v`, `-vv`, or `-vvv`.
|
||||||
|
2. Read the final terminal error first. StaticPHP prints module error info, failed package, failed stage, failed command, log paths, and extra log files when available.
|
||||||
|
3. If log files exist, inspect them in this order:
|
||||||
|
- `log/spc.output.log`: user-facing SPC messages and exception summary.
|
||||||
|
- `log/spc.shell.log`: executed commands, working directories, env, stdout/stderr.
|
||||||
|
- Extra logs named in the exception output: `php-src.config.log`, `lib.<pkg>.console.log`, `lib.<pkg>.cmake-error.log`, `lib.<pkg>.cmake-configure.log`, `lib.<pkg>.cmake-output.log`.
|
||||||
|
4. Read `references/log-triage.md` for pattern matching, likely causes, and next checks.
|
||||||
|
|
||||||
|
## Diagnosis Rules
|
||||||
|
|
||||||
|
- Do not start by changing shared core code. Most failures are package metadata, environment, upstream source, dependency order, or platform flags.
|
||||||
|
- Prefer evidence from the last failing command over earlier warnings.
|
||||||
|
- When logs are long, search backward for `Command exited`, `error:`, `undefined reference`, `not found`, `No package`, `CMake Error`, `configure: error`, `fatal error`, `Failed module`, and `Failed stage`.
|
||||||
|
- Use `config.log` and CMake logs for configure detection failures; use `spc.shell.log` for the actual command and env.
|
||||||
|
- Be careful with rebuild suggestions. `spc reset --with-download --yes` is destructive to caches; ask before clearing caches unless the user explicitly asked.
|
||||||
|
|
||||||
|
## Repro Commands
|
||||||
|
|
||||||
|
Use focused commands when reproducing:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
php bin/spc doctor -vvv
|
||||||
|
php bin/spc download --for-extensions="curl,openssl" --with-php=8.5 --parallel=4 --retry=3 -vvv
|
||||||
|
php bin/spc build:libs "openssl" -vvv
|
||||||
|
php bin/spc build:php "bcmath,openssl,curl" --build-cli -vvv
|
||||||
|
php bin/spc dev:lint-config
|
||||||
|
```
|
||||||
|
|
||||||
|
Choose the smallest command that still reaches the failing package.
|
||||||
|
|
||||||
|
## Fix Direction
|
||||||
|
|
||||||
|
After finding the failing package/stage:
|
||||||
|
|
||||||
|
- Package YAML issue: use `$staticphp-package-maintenance`, then edit `config/pkg/*` or `config/artifact/*`.
|
||||||
|
- Build command or patch issue: inspect the package class under `src/Package/*`.
|
||||||
|
- Environment issue: check `doctor`, toolchain classes, and `config/pkg/tool/*`.
|
||||||
|
- Upstream download issue: check artifact type, regex, GitHub rate limiting, mirror behavior, and `GITHUB_TOKEN`.
|
||||||
|
- Core exception/logging issue: inspect `src/StaticPHP/Exception`, `src/StaticPHP/Runtime/Shell`, or executor classes only after package-level causes are ruled out.
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
- `references/log-triage.md`: log files, failure categories, search patterns, and likely fixes.
|
||||||
4
.github/skills/staticphp-build-troubleshooting/agents/openai.yaml
vendored
Normal file
4
.github/skills/staticphp-build-troubleshooting/agents/openai.yaml
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
interface:
|
||||||
|
display_name: "StaticPHP Build Troubleshooting"
|
||||||
|
short_description: "Diagnose StaticPHP build and log failures."
|
||||||
|
default_prompt: "Use $staticphp-build-troubleshooting to investigate a StaticPHP build, download, doctor, or log failure."
|
||||||
209
.github/skills/staticphp-build-troubleshooting/references/log-triage.md
vendored
Normal file
209
.github/skills/staticphp-build-troubleshooting/references/log-triage.md
vendored
Normal file
@@ -0,0 +1,209 @@
|
|||||||
|
# StaticPHP Log Triage
|
||||||
|
|
||||||
|
## Contents
|
||||||
|
|
||||||
|
- Log files
|
||||||
|
- Terminal summary
|
||||||
|
- Search strategy
|
||||||
|
- Failure categories
|
||||||
|
- Rebuild hygiene
|
||||||
|
- Reporting checklist
|
||||||
|
|
||||||
|
## Log Files
|
||||||
|
|
||||||
|
Default log directory is `log/`, controlled by `SPC_LOGS_DIR`. The important files are:
|
||||||
|
|
||||||
|
- `spc.output.log`: StaticPHP console/logger output and exception summaries.
|
||||||
|
- `spc.shell.log`: command execution log with command, caller, inline env, working directory, stdout, stderr, and exit code.
|
||||||
|
- `php-src.config.log`: copied when PHP source configure fails.
|
||||||
|
- `lib.<pkg>.console.log`: copied Autoconf `config.log` for a library when available.
|
||||||
|
- `lib.<pkg>.cmake-configure.log`: copied CMake 3.26+ configure log.
|
||||||
|
- `lib.<pkg>.cmake-error.log`: copied CMake error log.
|
||||||
|
- `lib.<pkg>.cmake-output.log`: copied CMake output log.
|
||||||
|
|
||||||
|
Logs are created when `SPC_ENABLE_LOG_FILE` is true. Old `*.log` files are cleaned unless `SPC_PRESERVE_LOG` is set to a truthy value. The code in `src/bootstrap.php` reads `SPC_PRESERVE_LOG` (no trailing S).
|
||||||
|
|
||||||
|
## Terminal Summary
|
||||||
|
|
||||||
|
StaticPHP exceptions often print:
|
||||||
|
|
||||||
|
- Exception category: build, download, environment, execution, file system, patch, validation, wrong usage, registry, internal.
|
||||||
|
- Failed module: package name, type, and sometimes class/file/line.
|
||||||
|
- Failed stage: call chain such as `build` or `build -> configure`.
|
||||||
|
- Failed command: the command that returned non-zero.
|
||||||
|
- Command working directory and inline env.
|
||||||
|
- Paths to `spc.output.log`, `spc.shell.log`, and extra logs.
|
||||||
|
|
||||||
|
Use this summary to choose the first files to read. If a package and stage are present, start with that package's YAML and class after reading the relevant log tail.
|
||||||
|
|
||||||
|
## Search Strategy
|
||||||
|
|
||||||
|
For long logs, search from the end first.
|
||||||
|
|
||||||
|
Useful patterns:
|
||||||
|
|
||||||
|
```text
|
||||||
|
Failed module:
|
||||||
|
Failed stage:
|
||||||
|
Failed command:
|
||||||
|
Command exited with non-zero code
|
||||||
|
configure: error
|
||||||
|
CMake Error
|
||||||
|
undefined reference
|
||||||
|
cannot find -l
|
||||||
|
fatal error:
|
||||||
|
No package
|
||||||
|
Package .* not found
|
||||||
|
Could NOT find
|
||||||
|
is not a valid
|
||||||
|
permission denied
|
||||||
|
curl: (
|
||||||
|
HTTP/2 403
|
||||||
|
rate limit
|
||||||
|
```
|
||||||
|
|
||||||
|
In `spc.shell.log`, each command block begins with `>>>>>>>>>>>>>>>>>>>>>>>>>>`, then prints the command, caller, env, and working dir. The last failed block is usually the highest-value evidence.
|
||||||
|
|
||||||
|
## Failure Categories
|
||||||
|
|
||||||
|
### Download Failure
|
||||||
|
|
||||||
|
Signs:
|
||||||
|
|
||||||
|
- `Download failed`
|
||||||
|
- `curl: (56)`, `curl: (22)`, HTTP 403/404/429
|
||||||
|
- GitHub API calls in verbose logs
|
||||||
|
- Asset regex did not match a release asset
|
||||||
|
|
||||||
|
Likely checks:
|
||||||
|
|
||||||
|
- If GitHub rate limited, ask user to set `GITHUB_TOKEN`.
|
||||||
|
- Verify artifact source type and regex in `config/pkg/*` or `config/artifact/*`.
|
||||||
|
- Use `--dl-retry`, `--dl-parallel`, `--ignore-cache`, `--no-alt`, or custom source options only as repro aids.
|
||||||
|
- Prefer fixing stale URLs/regexes over adding workarounds.
|
||||||
|
|
||||||
|
### Doctor or Environment Failure
|
||||||
|
|
||||||
|
Signs:
|
||||||
|
|
||||||
|
- `Environment check failed`
|
||||||
|
- missing `make`, `cmake`, `autoconf`, `pkg-config`, compiler, Perl, Visual Studio, MSYS2, Zig, etc.
|
||||||
|
- `Some check items can not be fixed`
|
||||||
|
|
||||||
|
Likely checks:
|
||||||
|
|
||||||
|
- Run `php bin/spc doctor -vvv`.
|
||||||
|
- Inspect `src/StaticPHP/Doctor/Item/*` for the check and fix behavior.
|
||||||
|
- Inspect `config/pkg/tool/*` for installable helper tools.
|
||||||
|
- On Windows, some dependencies cannot be auto-installed.
|
||||||
|
|
||||||
|
### Configure Failure
|
||||||
|
|
||||||
|
Signs:
|
||||||
|
|
||||||
|
- `configure: error`
|
||||||
|
- Autoconf failure before compilation
|
||||||
|
- extra `config.log` listed
|
||||||
|
|
||||||
|
Likely checks:
|
||||||
|
|
||||||
|
- Read copied `php-src.config.log` or `lib.<pkg>.console.log`.
|
||||||
|
- Look for the first compiler/linker probe that failed.
|
||||||
|
- Check `headers`, `static-libs`, `pkg-configs`, dependency order, and `initializeEnv($pkg)` behavior.
|
||||||
|
- For extensions, check `php-extension.arg-type` and `#[CustomPhpConfigureArg]`.
|
||||||
|
|
||||||
|
### CMake Failure
|
||||||
|
|
||||||
|
Signs:
|
||||||
|
|
||||||
|
- `CMake Error`
|
||||||
|
- `Could NOT find`
|
||||||
|
- missing target, package config, or static library
|
||||||
|
|
||||||
|
Likely checks:
|
||||||
|
|
||||||
|
- Read `lib.<pkg>.cmake-error.log` and `lib.<pkg>.cmake-configure.log`.
|
||||||
|
- Inspect `UnixCMakeExecutor`/`WindowsCMakeExecutor` usage in the package class.
|
||||||
|
- Check CMake options, toolchain root path, `pkg-configs`, and transitive dependency libraries.
|
||||||
|
|
||||||
|
### Compile Failure
|
||||||
|
|
||||||
|
Signs:
|
||||||
|
|
||||||
|
- compiler `fatal error: header.h: No such file or directory`
|
||||||
|
- syntax/type errors from upstream source
|
||||||
|
- incompatible PHP API or platform macros
|
||||||
|
|
||||||
|
Likely checks:
|
||||||
|
|
||||||
|
- Identify the source file and include path from `spc.shell.log`.
|
||||||
|
- Verify dependency headers are installed in `buildroot/include`.
|
||||||
|
- Check PHP version compatibility and existing patches in `src/globals/patch`.
|
||||||
|
- Prefer targeted patches or compile flags in the package class over broad toolchain changes.
|
||||||
|
|
||||||
|
### Link Failure
|
||||||
|
|
||||||
|
Signs:
|
||||||
|
|
||||||
|
- `undefined reference`
|
||||||
|
- `cannot find -lfoo`
|
||||||
|
- duplicate symbols
|
||||||
|
- Windows unresolved external symbol or missing `.lib`
|
||||||
|
|
||||||
|
Likely checks:
|
||||||
|
|
||||||
|
- Verify `static-libs`, dependency order, and `getStaticLibFiles()` usage.
|
||||||
|
- Inspect `SPC_EXTRA_LIBS`, `Libs.private` in `.pc` files, and package-specific pkg-config patching.
|
||||||
|
- On Windows, confirm `.lib` names and required system libraries.
|
||||||
|
- For OpenSSL/curl-like packages, search existing linker flag hooks before adding a new one.
|
||||||
|
|
||||||
|
### Smoke Test or Validation Failure
|
||||||
|
|
||||||
|
Signs:
|
||||||
|
|
||||||
|
- `Validation failed`
|
||||||
|
- `php --ri` failure
|
||||||
|
- extension not loaded after build
|
||||||
|
- micro/embed runtime smoke test fails
|
||||||
|
|
||||||
|
Likely checks:
|
||||||
|
|
||||||
|
- Check extension `display-name`; empty string skips `php --ri`.
|
||||||
|
- Confirm static vs shared build settings.
|
||||||
|
- Confirm the extension is included in the final SAPI target and not only built as a dependency.
|
||||||
|
- Inspect `src/globals/ext-tests/*` and common tests for expected runtime behavior.
|
||||||
|
|
||||||
|
### Registry or Config Failure
|
||||||
|
|
||||||
|
Signs:
|
||||||
|
|
||||||
|
- `Registry error`
|
||||||
|
- unknown package, invalid field, invalid platform suffix, type mismatch
|
||||||
|
- package referenced by attribute but missing config
|
||||||
|
|
||||||
|
Likely checks:
|
||||||
|
|
||||||
|
- Run `php bin/spc dev:lint-config`.
|
||||||
|
- Inspect `ConfigValidator` tests for accepted fields and error expectations.
|
||||||
|
- Confirm attribute type matches YAML `type`.
|
||||||
|
- Confirm hooks reference existing package names and stages for the current platform.
|
||||||
|
|
||||||
|
## Rebuild Hygiene
|
||||||
|
|
||||||
|
Use the smallest cleanup that can invalidate the suspected stale state:
|
||||||
|
|
||||||
|
- Redownload one artifact: `--ignore-cache="artifact-name"`.
|
||||||
|
- Skip downloads to test local source/build logic: `--no-download`.
|
||||||
|
- Prefer source when debugging build logic: `--dl-prefer-source`.
|
||||||
|
- Clear build products only when necessary. `spc reset --with-download --yes` removes caches and should not be suggested casually.
|
||||||
|
|
||||||
|
## Reporting Checklist
|
||||||
|
|
||||||
|
When preparing an issue or PR explanation, include:
|
||||||
|
|
||||||
|
- Exact `php bin/spc ...` command.
|
||||||
|
- OS, architecture, PHP version option, and relevant env vars.
|
||||||
|
- Failed package and stage.
|
||||||
|
- Last failed command and exit code.
|
||||||
|
- Tail of `spc.output.log`, relevant command block from `spc.shell.log`, and any extra config/CMake log.
|
||||||
|
- Whether the failure reproduces after a focused clean or cache refresh.
|
||||||
55
.github/skills/staticphp-package-maintenance/SKILL.md
vendored
Normal file
55
.github/skills/staticphp-package-maintenance/SKILL.md
vendored
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
---
|
||||||
|
name: staticphp-package-maintenance
|
||||||
|
description: Maintain StaticPHP v3 packages and artifacts. Use when adding, modifying, reviewing, or validating config under config/pkg or config/artifact; package classes under src/Package; extension/library/target/tool dependencies; PHP configure args; build hooks; package metadata; or related tests and docs.
|
||||||
|
---
|
||||||
|
|
||||||
|
# StaticPHP Package Maintenance
|
||||||
|
|
||||||
|
## Overview
|
||||||
|
|
||||||
|
Use this skill to make focused package changes without re-reading the entire repository. StaticPHP v3 separates declarative package/artifact YAML from package-specific PHP build logic; prefer config-only edits unless current patterns require a class.
|
||||||
|
|
||||||
|
## Quick Workflow
|
||||||
|
|
||||||
|
1. Identify the package kind and exact name.
|
||||||
|
- Extension: `config/pkg/ext/ext-name.yml`, class `src/Package/Extension/name.php`.
|
||||||
|
- Library: `config/pkg/lib/name.yml`, class `src/Package/Library/name.php`.
|
||||||
|
- Target or virtual target: `config/pkg/target/name.yml`, class `src/Package/Target/name.php`.
|
||||||
|
- Tool: `config/pkg/tool/name.yml`, class `src/Package/Tool/name.php`.
|
||||||
|
- Shared/custom artifact: `config/artifact/name.yml`, class `src/Package/Artifact/name.php`.
|
||||||
|
|
||||||
|
2. Search for the closest existing package before designing anything new.
|
||||||
|
- Similar build system: `rg "#\\[BuildFor|UnixCMakeExecutor|UnixAutoconfExecutor|WindowsCMakeExecutor" src/Package`.
|
||||||
|
- Similar config fields: `rg "static-libs|pkg-configs|arg-type|depends@" config/pkg`.
|
||||||
|
- Similar download type: `rg "type: ghrel|type: pecl|type: pie|type: git|binary: hosted" config`.
|
||||||
|
|
||||||
|
3. Read `references/package-reference.md` when changing YAML fields, artifact definitions, package naming, dependencies, platform suffixes, or validation expectations.
|
||||||
|
|
||||||
|
4. Read `references/build-class-patterns.md` when PHP build logic, attributes, lifecycle hooks, custom configure args, source patching, or executor usage is needed.
|
||||||
|
|
||||||
|
5. Validate narrowly, then broadly if risk warrants it.
|
||||||
|
- Config lint: `php bin/spc dev:lint-config`
|
||||||
|
- Focused tests: `vendor/bin/phpunit tests/StaticPHP/Config tests/StaticPHP/Registry tests/StaticPHP/Util/DependencyResolverTest.php --no-coverage`
|
||||||
|
- Full project checks: `composer test`, `composer analyse`
|
||||||
|
|
||||||
|
## Editing Rules
|
||||||
|
|
||||||
|
- Treat `config/pkg/*` and `config/artifact/*` as the source of package truth; package classes augment behavior.
|
||||||
|
- Use platform suffix fields for declarative OS differences: `@unix`, `@linux`, `@macos`, `@windows`.
|
||||||
|
- Add a PHP class only for custom build stages, validation, hook behavior, patches, or custom configure arguments.
|
||||||
|
- Keep extension dependencies prefixed with `ext-`; libraries, tools, and targets use their package names.
|
||||||
|
- Prefer existing helpers such as `UnixAutoconfExecutor`, `UnixCMakeExecutor`, `WindowsCMakeExecutor`, `shell()`, `cmd()`, and `FileSystem`.
|
||||||
|
- Do not modify build outputs (`buildroot/`, `source/`, `downloads/`, `pkgroot/`) to fix package definitions.
|
||||||
|
- If upstream metadata changes, update license metadata and smoke-test/display names when relevant.
|
||||||
|
|
||||||
|
## Common Task Paths
|
||||||
|
|
||||||
|
- Add a new PECL extension: define `config/pkg/ext/ext-name.yml` with `type: php-extension`, `artifact.source.type: pecl`, dependencies, and `php-extension.arg-type`; add a class only if configure args, patches, or hooks are non-standard.
|
||||||
|
- Add a library: define `config/pkg/lib/name.yml` with artifact, dependencies, and install verification fields (`headers`, `static-libs`, `pkg-configs`, `static-bins`); add build class methods by OS.
|
||||||
|
- Fix an existing package build: start from the failing package config/class, then inspect dependencies and hooks targeting that package before changing shared core code.
|
||||||
|
- Update a version source: prefer artifact fields that support update checking (`ghrel`, `ghtar`, `ghtagtar`, `git` with regex, `filelist`, `pecl`, `pie`) over hard-coded URLs when upstream supports it.
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
- `references/package-reference.md`: YAML package/artifact model, naming, fields, validation, and commands.
|
||||||
|
- `references/build-class-patterns.md`: PHP package attributes, stages, hooks, executors, and class patterns.
|
||||||
4
.github/skills/staticphp-package-maintenance/agents/openai.yaml
vendored
Normal file
4
.github/skills/staticphp-package-maintenance/agents/openai.yaml
vendored
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
interface:
|
||||||
|
display_name: "StaticPHP Package Maintenance"
|
||||||
|
short_description: "Add, update, and validate StaticPHP v3 package definitions."
|
||||||
|
default_prompt: "Use $staticphp-package-maintenance to add, modify, or review StaticPHP package and artifact definitions."
|
||||||
143
.github/skills/staticphp-package-maintenance/references/build-class-patterns.md
vendored
Normal file
143
.github/skills/staticphp-package-maintenance/references/build-class-patterns.md
vendored
Normal file
@@ -0,0 +1,143 @@
|
|||||||
|
# StaticPHP Build Class Patterns
|
||||||
|
|
||||||
|
## Contents
|
||||||
|
|
||||||
|
- When a class is needed
|
||||||
|
- Package attributes
|
||||||
|
- Stage and hook behavior
|
||||||
|
- Executor choices
|
||||||
|
- Common patterns
|
||||||
|
- Failure-safe edits
|
||||||
|
|
||||||
|
## When a Class Is Needed
|
||||||
|
|
||||||
|
Do not add a PHP package class for simple metadata. Use YAML alone when StaticPHP can infer the configure args, dependencies, and verification.
|
||||||
|
|
||||||
|
Add or update a class when the package needs:
|
||||||
|
|
||||||
|
- OS-specific build commands.
|
||||||
|
- Custom validation before building.
|
||||||
|
- Custom PHP configure arguments.
|
||||||
|
- Patches or file edits before build.
|
||||||
|
- Hooks into another package's stage.
|
||||||
|
- Custom source/binary download or extraction logic.
|
||||||
|
- Package info shown by dev tooling.
|
||||||
|
|
||||||
|
Package classes live in `src/Package/*` and are discovered through PSR-4 plus attributes. Config must exist first; `PackageLoader` throws if an attribute references an undefined package.
|
||||||
|
|
||||||
|
## Package Attributes
|
||||||
|
|
||||||
|
Class-level package attributes:
|
||||||
|
|
||||||
|
- `#[Extension('curl')]` maps to package `ext-curl` if the prefix is omitted.
|
||||||
|
- `#[Library('openssl')]`
|
||||||
|
- `#[Target('php')]`
|
||||||
|
- `#[Tool('zig')]`
|
||||||
|
|
||||||
|
Method-level attributes:
|
||||||
|
|
||||||
|
- `#[BuildFor('Linux'|'Darwin'|'Windows')]`: registers the `build` stage for that OS.
|
||||||
|
- `#[Stage('name')]`: registers a named stage; defaults to the method name when omitted.
|
||||||
|
- `#[BeforeStage('package', 'stage', 'only-when-package-resolved')]`: hook before a target package stage.
|
||||||
|
- `#[AfterStage('package', 'stage', 'only-when-package-resolved')]`: hook after a target package stage.
|
||||||
|
- `#[PatchBeforeBuild]`: runs once before package build unless `.spc-patched` exists; return `true` to write that marker.
|
||||||
|
- `#[CustomPhpConfigureArg('Linux')]`: supplies custom extension configure args.
|
||||||
|
- `#[Validate]`: validates environment/source assumptions.
|
||||||
|
- `#[Info]`: returns package information for tooling.
|
||||||
|
- `#[InitPackage]`: runs while loading a package class.
|
||||||
|
- `#[ResolveBuild]`: target package callback for resolving build dependencies.
|
||||||
|
- `#[ConditionalOn(SomeClass::class)]`: conditionally enables before/after hooks only when DI has the class.
|
||||||
|
|
||||||
|
## Stage and Hook Behavior
|
||||||
|
|
||||||
|
`PackageBuilder::buildPackage()` does:
|
||||||
|
|
||||||
|
1. Ensure build directories exist.
|
||||||
|
2. Skip if already installed unless forced.
|
||||||
|
3. Ensure source exists for non-virtual packages.
|
||||||
|
4. Emit `PatchBeforeBuild` callbacks.
|
||||||
|
5. Run the `build` stage.
|
||||||
|
6. Install license data.
|
||||||
|
7. Record tool package versions where relevant.
|
||||||
|
|
||||||
|
`Package::runStage()` wraps a stage with:
|
||||||
|
|
||||||
|
1. `BeforeStage` callbacks.
|
||||||
|
2. The stage method itself.
|
||||||
|
3. `AfterStage` callbacks.
|
||||||
|
|
||||||
|
SPC exceptions bind package and stage metadata. Preserve that behavior by throwing existing `SPCException` subclasses instead of raw exceptions when adding new failure paths.
|
||||||
|
|
||||||
|
## Executor Choices
|
||||||
|
|
||||||
|
Use existing executors where possible:
|
||||||
|
|
||||||
|
- `UnixAutoconfExecutor`: for Unix packages using `./configure && make && make install`. It injects default static flags and copies `config.log` into SPC logs on failure.
|
||||||
|
- `UnixCMakeExecutor`: for Unix CMake packages. It writes toolchain settings and copies CMake configure/error/output logs on failure.
|
||||||
|
- `WindowsCMakeExecutor`: for Windows CMake packages.
|
||||||
|
- `shell()->cd(...)->initializeEnv($pkg)`: for custom Unix command chains.
|
||||||
|
- `cmd()->cd(...)`: for Windows command chains.
|
||||||
|
|
||||||
|
Prefer `FileSystem` helpers for file edits and copies so behavior stays consistent.
|
||||||
|
|
||||||
|
## Common Patterns
|
||||||
|
|
||||||
|
Minimal library class:
|
||||||
|
|
||||||
|
```php
|
||||||
|
#[Library('example')]
|
||||||
|
class example
|
||||||
|
{
|
||||||
|
#[BuildFor('Linux')]
|
||||||
|
public function build(LibraryPackage $pkg): void
|
||||||
|
{
|
||||||
|
(new UnixAutoconfExecutor($pkg))
|
||||||
|
->configure()
|
||||||
|
->make();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Extension hook into PHP build:
|
||||||
|
|
||||||
|
```php
|
||||||
|
#[Extension('curl')]
|
||||||
|
class curl
|
||||||
|
{
|
||||||
|
#[BeforeStage('php', [php::class, 'makeForWindows'], 'ext-curl')]
|
||||||
|
public function patchBeforePhpBuild(): void
|
||||||
|
{
|
||||||
|
// Adjust env, generated build files, or linker flags.
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Validation:
|
||||||
|
|
||||||
|
```php
|
||||||
|
#[Validate]
|
||||||
|
public function validate(): void
|
||||||
|
{
|
||||||
|
if (SystemTarget::getTargetOS() === 'Windows' && WindowsUtil::findCommand('perl.exe') === null) {
|
||||||
|
throw new EnvironmentException('You need to install perl first!');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
Custom configure args should be used when YAML `arg-type` is `custom` or when args need package/install context:
|
||||||
|
|
||||||
|
```php
|
||||||
|
#[CustomPhpConfigureArg('Linux')]
|
||||||
|
public function configureArg(PhpExtensionPackage $ext): string
|
||||||
|
{
|
||||||
|
return '--with-example=' . $ext->getBuildRootPath();
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
## Failure-Safe Edits
|
||||||
|
|
||||||
|
- Make hooks conditional with the third `BeforeStage`/`AfterStage` argument when a dependency must be resolved before the hook should run.
|
||||||
|
- Keep platform-specific code under matching `#[BuildFor]` methods rather than branching heavily inside one method.
|
||||||
|
- If a patch changes upstream source, place patch files in `src/globals/patch/` and describe them with `#[PatchDescription]` where appropriate.
|
||||||
|
- If a class only mutates environment variables for another package, search for existing hooks first to avoid duplicate linker flags.
|
||||||
|
- After adding attributes, run registry/config tests because invalid stages and unknown packages are caught during loading.
|
||||||
157
.github/skills/staticphp-package-maintenance/references/package-reference.md
vendored
Normal file
157
.github/skills/staticphp-package-maintenance/references/package-reference.md
vendored
Normal file
@@ -0,0 +1,157 @@
|
|||||||
|
# StaticPHP Package Reference
|
||||||
|
|
||||||
|
## Contents
|
||||||
|
|
||||||
|
- Package locations
|
||||||
|
- Package types
|
||||||
|
- Artifact model
|
||||||
|
- Common YAML fields
|
||||||
|
- PHP extension fields
|
||||||
|
- Platform suffixes
|
||||||
|
- Validation and tests
|
||||||
|
|
||||||
|
## Package Locations
|
||||||
|
|
||||||
|
StaticPHP v3 keeps package metadata in YAML and behavior in PHP classes.
|
||||||
|
|
||||||
|
| Kind | YAML | PHP class namespace | Typical attribute |
|
||||||
|
|---|---|---|---|
|
||||||
|
| PHP extension | `config/pkg/ext/ext-name.yml` | `Package\Extension` | `#[Extension('name')]` |
|
||||||
|
| Library | `config/pkg/lib/name.yml` | `Package\Library` | `#[Library('name')]` |
|
||||||
|
| Target | `config/pkg/target/name.yml` | `Package\Target` | `#[Target('name')]` |
|
||||||
|
| Virtual target | `config/pkg/target/name.yml` | `Package\Target` | `#[Target('name')]` |
|
||||||
|
| Tool | `config/pkg/tool/name.yml` | `Package\Tool` | `#[Tool('name')]` |
|
||||||
|
| Custom artifact | `config/artifact/name.yml` | `Package\Artifact` | artifact attributes |
|
||||||
|
|
||||||
|
Prefer one package per YAML file unless an existing file groups related definitions. Match nearby naming and ordering.
|
||||||
|
|
||||||
|
## Package Types
|
||||||
|
|
||||||
|
`php-extension` packages describe PHP extensions. Config package names must use the `ext-` prefix. Dependencies on extensions also use `ext-`.
|
||||||
|
|
||||||
|
`library` packages describe buildable dependency libraries. They usually define source artifacts plus verification fields such as headers, static libraries, pkg-config files, or binaries.
|
||||||
|
|
||||||
|
`target` packages represent final build outputs and inherit the library-style fields. StaticPHP automatically exposes build commands for targets.
|
||||||
|
|
||||||
|
`virtual-target` packages are abstract dependency/build scheduling nodes. They may omit `artifact`.
|
||||||
|
|
||||||
|
`tool` packages are helper programs or toolchains installed into `pkgroot/` or used by builds.
|
||||||
|
|
||||||
|
## Artifact Model
|
||||||
|
|
||||||
|
Artifacts define downloadable source archives or prebuilt binaries. Use inline artifacts for simple one-package sources and `config/artifact/*.yml` for shared, complex, or custom artifacts.
|
||||||
|
|
||||||
|
Top-level artifact sections:
|
||||||
|
|
||||||
|
- `source`: source archive, git checkout, PECL/PIE package, local directory, or custom source.
|
||||||
|
- `binary`: prebuilt binary by platform, or aliases such as `hosted`/`custom`.
|
||||||
|
- `metadata`: `license`, `license-files`, and `source-root`.
|
||||||
|
|
||||||
|
Common source types:
|
||||||
|
|
||||||
|
- `url`: fixed URL; supports `filename`, `version`, and `extract`.
|
||||||
|
- `git`: repository source; use `rev` for a fixed branch/tag/commit or `regex` with named `version` capture for update checks.
|
||||||
|
- `ghrel`: GitHub release asset by regex filename match.
|
||||||
|
- `ghtar`: generated GitHub release tarball.
|
||||||
|
- `ghtagtar`: generated GitHub tag tarball.
|
||||||
|
- `filelist`: scrape a download index and extract version/filename with regex.
|
||||||
|
- `pecl`: PECL extension by name.
|
||||||
|
- `pie`: Packagist PIE extension by `vendor/package`.
|
||||||
|
- `php-release`: official PHP source selected by build PHP version.
|
||||||
|
- `local`: local source directory for development/offline use.
|
||||||
|
- `custom`: PHP artifact class handles source or binary logic.
|
||||||
|
|
||||||
|
Use `metadata.source-root` when the actual build directory is inside an extracted subdirectory.
|
||||||
|
|
||||||
|
Use `metadata.license-files` for source licenses. `@/file.txt` points to bundled license files in `src/globals/licenses/`.
|
||||||
|
|
||||||
|
## Common YAML Fields
|
||||||
|
|
||||||
|
Shared fields:
|
||||||
|
|
||||||
|
- `type`: required package type.
|
||||||
|
- `description`: optional human-readable package description.
|
||||||
|
- `license`: package-level license annotation where applicable.
|
||||||
|
- `lang`: implementation language such as `c` or `c++`.
|
||||||
|
- `frameworks`: macOS framework tags.
|
||||||
|
- `artifact`: string reference or inline artifact object. Required for `library` and `target`; optional for built-in extensions and virtual targets.
|
||||||
|
- `depends`: hard dependencies.
|
||||||
|
- `suggests`: optional dependencies.
|
||||||
|
|
||||||
|
Library, target, and tool verification/installation fields:
|
||||||
|
|
||||||
|
- `headers`: expected files/directories under `buildroot/include`.
|
||||||
|
- `static-libs`: expected static libraries under `buildroot/lib`.
|
||||||
|
- `pkg-configs`: expected `.pc` files under `buildroot/lib/pkgconfig`.
|
||||||
|
- `static-bins`: expected executables under `buildroot/bin`.
|
||||||
|
- `path`: directories appended to PATH after install.
|
||||||
|
- `env`: environment variables set after install.
|
||||||
|
- `append-env`: values appended to existing environment variables.
|
||||||
|
|
||||||
|
Path placeholders in `path`, `env`, and `append-env`:
|
||||||
|
|
||||||
|
- `{build_root_path}`: `buildroot/`
|
||||||
|
- `{pkg_root_path}`: `pkgroot/`
|
||||||
|
- `{working_dir}`: repository or working directory
|
||||||
|
- `{download_path}`: `downloads/`
|
||||||
|
- `{source_path}`: `source/`
|
||||||
|
- `{spc_msys2_path}`: MSYS2 root on Windows
|
||||||
|
|
||||||
|
## PHP Extension Fields
|
||||||
|
|
||||||
|
Extension-specific fields live under `php-extension`.
|
||||||
|
|
||||||
|
- `arg-type`: configure argument behavior. Built-ins include `enable`, `enable-path`, `with`, `with-path`, `custom`, and `none`. Full strings are allowed.
|
||||||
|
- `zend-extension`: true for Zend extensions such as opcache/xdebug.
|
||||||
|
- `build-shared`: whether shared builds are allowed.
|
||||||
|
- `build-static`: whether static builds are allowed.
|
||||||
|
- `build-with-php`: true when built inside the PHP source tree.
|
||||||
|
- `display-name`: value used for `php --ri` smoke tests and license display; empty string skips the `--ri` check.
|
||||||
|
- `os`: allowed OS families: `Linux`, `Darwin`, `Windows`.
|
||||||
|
|
||||||
|
Configure string placeholders:
|
||||||
|
|
||||||
|
- `@build_root_path@`: absolute buildroot path.
|
||||||
|
- `@shared_suffix@`: `=shared` in shared builds, empty in static builds.
|
||||||
|
- `@shared_path_suffix@`: `=shared,{buildroot}` in shared builds, `={buildroot}` in static builds.
|
||||||
|
|
||||||
|
## Platform Suffixes
|
||||||
|
|
||||||
|
Many fields support platform suffixes:
|
||||||
|
|
||||||
|
- `@unix`: Linux and macOS.
|
||||||
|
- `@linux`: Linux only.
|
||||||
|
- `@macos`: macOS only.
|
||||||
|
- `@windows`: Windows only.
|
||||||
|
|
||||||
|
For Linux, specific fields override generic fields in this order: `field@linux`, then `field@unix`, then `field`.
|
||||||
|
|
||||||
|
Use suffixes for declarative differences in dependencies, headers, libraries, pkg-configs, extension args, and suggestions.
|
||||||
|
|
||||||
|
## Validation and Tests
|
||||||
|
|
||||||
|
Run config validation for most package edits:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
php bin/spc dev:lint-config
|
||||||
|
```
|
||||||
|
|
||||||
|
Run focused tests after config or registry changes:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
vendor/bin/phpunit tests/StaticPHP/Config tests/StaticPHP/Registry tests/StaticPHP/Util/DependencyResolverTest.php --no-coverage
|
||||||
|
```
|
||||||
|
|
||||||
|
Run broader checks for framework or class changes:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer test
|
||||||
|
composer analyse
|
||||||
|
```
|
||||||
|
|
||||||
|
Build commands are expensive. Use them for user-provided repros, package-specific fixes, or when validation cannot prove the behavior:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
php bin/spc build:libs "openssl,curl" -vvv
|
||||||
|
php bin/spc build:php "bcmath,openssl,curl" --build-cli -vvv
|
||||||
|
```
|
||||||
5
.github/workflows/ext-matrix-tests.yml
vendored
5
.github/workflows/ext-matrix-tests.yml
vendored
@@ -2,13 +2,14 @@ name: "Extension Matrix Tests"
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
pull_request:
|
||||||
|
types: [opened, synchronize, labeled]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: "${{ matrix.extension }} (PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }})"
|
name: "${{ matrix.extension }} (PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }})"
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
if: contains(github.event.head_commit.message, 'extension test') || contains(github.event.head_commit.message, 'test extensions')
|
if: contains(github.event.pull_request.labels.*.name, 'need-full-test')
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
48
.github/workflows/post-test-bot-comment.yml
vendored
Normal file
48
.github/workflows/post-test-bot-comment.yml
vendored
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
name: Post Test Bot Comment
|
||||||
|
|
||||||
|
on:
|
||||||
|
workflow_run:
|
||||||
|
workflows: ["v3 Tests"]
|
||||||
|
types: [completed]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
actions: read
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
post-comment:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 5
|
||||||
|
steps:
|
||||||
|
- name: Download bot output
|
||||||
|
id: download
|
||||||
|
uses: actions/download-artifact@v4
|
||||||
|
continue-on-error: true
|
||||||
|
with:
|
||||||
|
name: bot-output
|
||||||
|
run-id: ${{ github.event.workflow_run.id }}
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Post/Update comment
|
||||||
|
if: steps.download.outcome == 'success'
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
run: |
|
||||||
|
COMMENT_BODY=$(jq -r '.comment_body' bot-output.json)
|
||||||
|
PR_NUMBER=$(jq -r '.pr_number' bot-output.json)
|
||||||
|
MARKER="<!-- spc-test-bot -->"
|
||||||
|
|
||||||
|
# Find existing bot comment id
|
||||||
|
EXISTING_ID=$(gh api \
|
||||||
|
"repos/${{ github.repository }}/issues/${PR_NUMBER}/comments" \
|
||||||
|
--jq "[.[] | select(.body | startswith(\"${MARKER}\")) | .id] | first // empty")
|
||||||
|
|
||||||
|
if [ -n "$EXISTING_ID" ]; then
|
||||||
|
gh api --method PATCH \
|
||||||
|
"repos/${{ github.repository }}/issues/comments/${EXISTING_ID}" \
|
||||||
|
-f body="$COMMENT_BODY"
|
||||||
|
else
|
||||||
|
gh pr comment "$PR_NUMBER" \
|
||||||
|
--repo "${{ github.repository }}" \
|
||||||
|
--body "$COMMENT_BODY"
|
||||||
|
fi
|
||||||
9
.github/workflows/release-build.yml
vendored
9
.github/workflows/release-build.yml
vendored
@@ -38,6 +38,9 @@ jobs:
|
|||||||
- name: "windows-x64"
|
- name: "windows-x64"
|
||||||
os: "ubuntu-latest"
|
os: "ubuntu-latest"
|
||||||
filename: "spc-windows-x64.exe"
|
filename: "spc-windows-x64.exe"
|
||||||
|
permissions:
|
||||||
|
id-token: write
|
||||||
|
attestations: write
|
||||||
steps:
|
steps:
|
||||||
- name: "Checkout"
|
- name: "Checkout"
|
||||||
uses: "actions/checkout@v5"
|
uses: "actions/checkout@v5"
|
||||||
@@ -105,6 +108,12 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: "Generate build provenance attestation"
|
||||||
|
if: github.event_name != 'pull_request'
|
||||||
|
uses: actions/attest-build-provenance@v4
|
||||||
|
with:
|
||||||
|
subject-path: "${{ github.workspace }}/${{ matrix.operating-system.name == 'windows-x64' && 'spc.exe' || 'spc' }}"
|
||||||
|
|
||||||
- name: "Copy file"
|
- name: "Copy file"
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ matrix.operating-system.name }}" != "windows-x64" ]; then
|
if [ "${{ matrix.operating-system.name }}" != "windows-x64" ]; then
|
||||||
|
|||||||
31
.github/workflows/tests.yml
vendored
31
.github/workflows/tests.yml
vendored
@@ -131,7 +131,6 @@ jobs:
|
|||||||
if: needs.check-gate.outputs.enabled == 'true'
|
if: needs.check-gate.outputs.enabled == 'true'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
pull-requests: write
|
|
||||||
contents: read
|
contents: read
|
||||||
outputs:
|
outputs:
|
||||||
need_test: ${{ steps.bot.outputs.need_test }}
|
need_test: ${{ steps.bot.outputs.need_test }}
|
||||||
@@ -168,23 +167,17 @@ jobs:
|
|||||||
echo "php_versions=$(echo "$BOT_JSON" | jq -c '.php_versions')" >> "$GITHUB_OUTPUT"
|
echo "php_versions=$(echo "$BOT_JSON" | jq -c '.php_versions')" >> "$GITHUB_OUTPUT"
|
||||||
echo "tier2=$(echo "$BOT_JSON" | jq -r '.tier2')" >> "$GITHUB_OUTPUT"
|
echo "tier2=$(echo "$BOT_JSON" | jq -r '.tier2')" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
COMMENT_BODY=$(echo "$BOT_JSON" | jq -r '.comment_body')
|
# Save JSON for the comment-posting workflow
|
||||||
MARKER="<!-- spc-test-bot -->"
|
jq -n --argjson bot "$BOT_JSON" \
|
||||||
|
--arg pr '${{ github.event.pull_request.number }}' \
|
||||||
|
'$bot + {pr_number: $pr}' > bot-output.json
|
||||||
|
|
||||||
# Find existing bot comment id
|
- name: Upload bot output
|
||||||
EXISTING_ID=$(gh api \
|
uses: actions/upload-artifact@v4
|
||||||
repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments \
|
with:
|
||||||
--jq "[.[] | select(.body | startswith(\"$MARKER\")) | .id] | first // empty")
|
name: bot-output
|
||||||
|
path: bot-output.json
|
||||||
if [ -n "$EXISTING_ID" ]; then
|
retention-days: 1
|
||||||
gh api --method PATCH \
|
|
||||||
repos/${{ github.repository }}/issues/comments/"$EXISTING_ID" \
|
|
||||||
-f body="$COMMENT_BODY"
|
|
||||||
else
|
|
||||||
gh pr comment ${{ github.event.pull_request.number }} \
|
|
||||||
--repo ${{ github.repository }} \
|
|
||||||
--body "$COMMENT_BODY"
|
|
||||||
fi
|
|
||||||
|
|
||||||
gen-matrix:
|
gen-matrix:
|
||||||
name: "Generate test matrix"
|
name: "Generate test matrix"
|
||||||
@@ -234,7 +227,7 @@ jobs:
|
|||||||
echo "matrix=$(echo "$FINAL" | jq -c '{"combo": .}')" >> "$GITHUB_OUTPUT"
|
echo "matrix=$(echo "$FINAL" | jq -c '{"combo": .}')" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
ext-test:
|
ext-test:
|
||||||
name: "Ext test: ${{ matrix.combo.extension }} (PHP ${{ matrix.combo.php-version }} · ${{ matrix.combo.os }}-${{ matrix.combo.arch }})"
|
name: "Ext test: ${{ matrix.combo.extension }} [${{ matrix.combo.sapi }}] (PHP ${{ matrix.combo.php-version }} - ${{ matrix.combo.os }}-${{ matrix.combo.arch }})"
|
||||||
needs: gen-matrix
|
needs: gen-matrix
|
||||||
runs-on: ${{ matrix.combo.runner }}
|
runs-on: ${{ matrix.combo.runner }}
|
||||||
timeout-minutes: 120
|
timeout-minutes: 120
|
||||||
@@ -273,5 +266,5 @@ jobs:
|
|||||||
if: always() && hashFiles('log/**') != ''
|
if: always() && hashFiles('log/**') != ''
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: logs-${{ matrix.combo.os }}-${{ matrix.combo.arch }}-${{ matrix.combo.extension }}-php${{ matrix.combo.php-version }}
|
name: logs-${{ matrix.combo.os }}-${{ matrix.combo.arch }}-${{ matrix.combo.sapi }}-${{ matrix.combo.extension }}-php${{ matrix.combo.php-version }}
|
||||||
path: log
|
path: log
|
||||||
|
|||||||
136
.github/workflows/vitepress-deploy.yml
vendored
136
.github/workflows/vitepress-deploy.yml
vendored
@@ -1,68 +1,68 @@
|
|||||||
name: Docs build test and auto deploy
|
name: Docs build test and auto deploy
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "v3" ]
|
branches: [ "v3" ]
|
||||||
types: [ opened, synchronize, reopened ]
|
types: [ opened, synchronize, reopened ]
|
||||||
paths:
|
paths:
|
||||||
- 'config/**.yml'
|
- 'config/**.yml'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
- 'yarn.lock'
|
- 'yarn.lock'
|
||||||
- '.github/workflows/vitepress-deploy.yml'
|
- '.github/workflows/vitepress-deploy.yml'
|
||||||
push:
|
push:
|
||||||
branches: [ "v3" ]
|
branches: [ "v3" ]
|
||||||
paths:
|
paths:
|
||||||
- 'config/**.yml'
|
- 'config/**.yml'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
- 'package.json'
|
- 'package.json'
|
||||||
- 'yarn.lock'
|
- 'yarn.lock'
|
||||||
- '.github/workflows/vitepress-deploy.yml'
|
- '.github/workflows/vitepress-deploy.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Deploy docs
|
name: Deploy docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.repository == 'crazywhalecc/static-php-cli'
|
if: github.repository == 'crazywhalecc/static-php-cli'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
|
|
||||||
- run: npm install
|
- run: npm install
|
||||||
|
|
||||||
- name: "Install PHP for official runners"
|
- name: "Install PHP for official runners"
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
coverage: none
|
coverage: none
|
||||||
tools: composer:v2
|
tools: composer:v2
|
||||||
php-version: 8.4
|
php-version: 8.4
|
||||||
ini-values: memory_limit=-1
|
ini-values: memory_limit=-1
|
||||||
extensions: curl, openssl, mbstring
|
extensions: curl, openssl, mbstring
|
||||||
|
|
||||||
- name: "Get Composer Cache Directory"
|
- name: "Get Composer Cache Directory"
|
||||||
id: composer-cache
|
id: composer-cache
|
||||||
run: |
|
run: |
|
||||||
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- name: "Cache Composer dependencies"
|
- name: "Cache Composer dependencies"
|
||||||
uses: "actions/cache@v4"
|
uses: "actions/cache@v4"
|
||||||
with:
|
with:
|
||||||
path: "${{ steps.composer-cache.outputs.dir }}"
|
path: "${{ steps.composer-cache.outputs.dir }}"
|
||||||
key: "php-8.2-locked-composer-${{ hashFiles('**/composer.lock') }}"
|
key: "php-8.2-locked-composer-${{ hashFiles('**/composer.lock') }}"
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
php-8.2-locked-composer
|
php-8.2-locked-composer
|
||||||
|
|
||||||
- name: "Install Locked Dependencies"
|
- name: "Install Locked Dependencies"
|
||||||
run: "composer install --no-interaction --no-progress"
|
run: "composer install --no-interaction --no-progress"
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run docs:build
|
run: npm run docs:build
|
||||||
|
|
||||||
# Deploy to GitHub Pages only when the workflow is triggered by a push to the v3 branch
|
# Deploy to GitHub Pages only when the workflow is triggered by a push to the v3 branch
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/v3'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/v3'
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: docs/.vitepress/dist
|
publish_dir: docs/.vitepress/dist
|
||||||
|
|||||||
59
AGENTS.md
Normal file
59
AGENTS.md
Normal file
@@ -0,0 +1,59 @@
|
|||||||
|
# StaticPHP v3 Agent Guide
|
||||||
|
|
||||||
|
StaticPHP is a PHP CLI application for building static PHP binaries, PHP SAPIs, extensions, libraries, helper tools, and project bundles. Prefer the v3 architecture under `src/StaticPHP`, `src/Package`, `config/pkg`, and `config/artifact`.
|
||||||
|
|
||||||
|
This file is the shared entry point for coding agents such as Codex, OpenCode, Claude-compatible agents, and GitHub Copilot agents. GitHub Copilot also has `.github/copilot-instructions.md`.
|
||||||
|
|
||||||
|
## Skills
|
||||||
|
|
||||||
|
Detailed task workflows live in `.github/skills`. Use them when the task matches:
|
||||||
|
|
||||||
|
- `.github/skills/staticphp-package-maintenance`: add, modify, review, or validate package, artifact, extension, library, target, or tool definitions.
|
||||||
|
- `.github/skills/staticphp-build-troubleshooting`: diagnose build, download, doctor, shell, terminal, CI, smoke-test, or log failures.
|
||||||
|
|
||||||
|
If your agent does not automatically discover skills from `.github/skills`, read the matching `SKILL.md` manually before working on that task.
|
||||||
|
|
||||||
|
## Project Map
|
||||||
|
|
||||||
|
- `bin/spc`: primary CLI entrypoint.
|
||||||
|
- `composer.json`: PHP 8.4+, Symfony Console, DI, YAML, logger; useful scripts are `composer test`, `composer analyse`, `composer lint-config`, and `composer cs-fix`.
|
||||||
|
- `spc.registry.yml`: built-in `core` registry.
|
||||||
|
- `config/pkg/ext`: PHP extension package YAML, usually named `ext-*.yml`.
|
||||||
|
- `config/pkg/lib`: library package YAML.
|
||||||
|
- `config/pkg/target`: final build target and virtual target YAML.
|
||||||
|
- `config/pkg/tool`: helper tool package YAML.
|
||||||
|
- `config/artifact`: standalone artifact YAML for shared or complex sources/binaries.
|
||||||
|
- `log/`: build and shell execution logs (`spc.output.log`, `spc.shell.log`, and per-package CMake/config logs); controlled by `SPC_LOGS_DIR` and `SPC_ENABLE_LOG_FILE`.
|
||||||
|
- `src/StaticPHP`: framework core: registry loading, config validation, dependency resolution, package install/build pipeline, doctor, toolchains, runtime shell/executors, exceptions.
|
||||||
|
- `src/Package`: package-specific build logic registered by PHP attributes.
|
||||||
|
- `src/globals`: constants, helper functions, patches, smoke tests, bundled license text.
|
||||||
|
- `tests`: PHPUnit tests for config, registry, artifacts, dependency resolver, DI, commands, and utilities.
|
||||||
|
- `docs/en/develop` and `docs/zh/develop`: developer documentation. Some pages may be TODO; verify against source when behavior matters.
|
||||||
|
|
||||||
|
## Working Rules
|
||||||
|
|
||||||
|
- Keep changes scoped to the requested package, artifact, command, docs, or tests.
|
||||||
|
- Prefer existing package patterns over new abstractions. Search for a similar package first.
|
||||||
|
- Use structured YAML config; do not encode dependency logic in PHP when config fields are enough.
|
||||||
|
- Match package names exactly: extension packages use `ext-` in config and dependencies; `#[Extension('curl')]` expands to `ext-curl`.
|
||||||
|
- Use platform suffixes such as `@unix`, `@linux`, `@macos`, and `@windows` instead of runtime conditionals when the difference is declarative.
|
||||||
|
- Add or update PHP package classes only when build commands, validation, custom configure args, hooks, or source patching are required.
|
||||||
|
- Do not edit generated build directories (`buildroot/`, `source/`, `downloads/`, `pkgroot/`) as a fix.
|
||||||
|
|
||||||
|
## Validation
|
||||||
|
|
||||||
|
For config or package changes, run CS checks first:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
bin/spc dev:lint-config
|
||||||
|
composer cs-fix
|
||||||
|
```
|
||||||
|
|
||||||
|
For broader PHP code changes, also run:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
composer test
|
||||||
|
composer analyse
|
||||||
|
```
|
||||||
|
|
||||||
|
Use build commands only when needed for the task or when the user provided a repro, because full static builds can be slow and platform-sensitive.
|
||||||
312
README-zh.md
312
README-zh.md
@@ -1,156 +1,156 @@
|
|||||||
# StaticPHP
|
# StaticPHP
|
||||||
|
|
||||||
[](README-zh.md)
|
[](README-zh.md)
|
||||||
[](README.md)
|
[](README.md)
|
||||||
[](https://github.com/crazywhalecc/static-php-cli/releases)
|
[](https://github.com/crazywhalecc/static-php-cli/releases)
|
||||||
[](https://github.com/crazywhalecc/static-php-cli/actions/workflows/tests.yml)
|
[](https://github.com/crazywhalecc/static-php-cli/actions/workflows/tests.yml)
|
||||||
[](https://github.com/crazywhalecc/static-php-cli/blob/main/LICENSE)
|
[](https://github.com/crazywhalecc/static-php-cli/blob/main/LICENSE)
|
||||||
[](https://discord.gg/xf6Rd4pEAk)
|
[](https://discord.gg/xf6Rd4pEAk)
|
||||||
|
|
||||||
**StaticPHP** 是一个强大的工具,用于构建可移植的可执行文件,包括 PHP、扩展等。
|
**StaticPHP** 是一个强大的工具,用于构建可移植的可执行文件,包括 PHP、扩展等。
|
||||||
|
|
||||||
> [!IMPORTANT]
|
> [!IMPORTANT]
|
||||||
> 我们正准备发布 **v3** 版本,届时项目名称将从 **static-php-cli** 更改为 **StaticPHP**。
|
> 我们正准备发布 **v3** 版本,届时项目名称将从 **static-php-cli** 更改为 **StaticPHP**。
|
||||||
> 此分支对应 v3 版本。v2 版本请查看 [v2 分支](https://github.com/crazywhalecc/static-php-cli/tree/main)。
|
> 此分支对应 v3 版本。v2 版本请查看 [v2 分支](https://github.com/crazywhalecc/static-php-cli/tree/main)。
|
||||||
> 请更新您的参考资料,并关注正式版发布。
|
> 请更新您的参考资料,并关注正式版发布。
|
||||||
|
|
||||||
## 特性
|
## 特性
|
||||||
|
|
||||||
- :elephant: 支持多个 PHP 版本 - PHP 8.1, 8.2, 8.3, 8.4, 8.5
|
- :elephant: 支持多个 PHP 版本 - PHP 8.1, 8.2, 8.3, 8.4, 8.5
|
||||||
- :handbag: 构建零依赖的单文件 PHP 可执行程序
|
- :handbag: 构建零依赖的单文件 PHP 可执行程序
|
||||||
- :hamburger: 构建 **[phpmicro](https://github.com/static-php/phpmicro)** 自解压可执行文件(将 PHP 二进制和源码合并为单个文件)
|
- :hamburger: 构建 **[phpmicro](https://github.com/static-php/phpmicro)** 自解压可执行文件(将 PHP 二进制和源码合并为单个文件)
|
||||||
- :pill: 自动构建环境检查器,支持自动修复
|
- :pill: 自动构建环境检查器,支持自动修复
|
||||||
- :zap: 支持 `Linux`、`macOS`、`Windows`
|
- :zap: 支持 `Linux`、`macOS`、`Windows`
|
||||||
- :wrench: 通过 vendor 模式和自定义注册表实现便捷扩展
|
- :wrench: 通过 vendor 模式和自定义注册表实现便捷扩展
|
||||||
- :books: 智能依赖管理
|
- :books: 智能依赖管理
|
||||||
- 📦 自包含 `spc` 可执行文件,便于自安装
|
- 📦 自包含 `spc` 可执行文件,便于自安装
|
||||||
- :fire: 支持 100+ 热门 [PHP 扩展](https://static-php.dev/en/guide/extensions.html)
|
- :fire: 支持 100+ 热门 [PHP 扩展](https://static-php.dev/en/guide/extensions.html)
|
||||||
- :floppy_disk: 支持 UPX 压缩(二进制体积可缩小 30-50%)
|
- :floppy_disk: 支持 UPX 压缩(二进制体积可缩小 30-50%)
|
||||||
|
|
||||||
**单文件独立 php-cli:**
|
**单文件独立 php-cli:**
|
||||||
|
|
||||||
<img width="700" alt="out1" src="https://github.com/crazywhalecc/static-php-cli/assets/20330940/01a2e60f-13b0-4242-a645-f7afa4936396">
|
<img width="700" alt="out1" src="https://github.com/crazywhalecc/static-php-cli/assets/20330940/01a2e60f-13b0-4242-a645-f7afa4936396">
|
||||||
|
|
||||||
**使用 phpmicro 将 PHP 代码与 PHP 解释器结合:**
|
**使用 phpmicro 将 PHP 代码与 PHP 解释器结合:**
|
||||||
|
|
||||||
<img width="700" alt="out2" src="https://github.com/crazywhalecc/static-php-cli/assets/20330940/46b7128d-fb72-4169-957e-48564c3ff3e2">
|
<img width="700" alt="out2" src="https://github.com/crazywhalecc/static-php-cli/assets/20330940/46b7128d-fb72-4169-957e-48564c3ff3e2">
|
||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
### 1. 下载 spc 二进制
|
### 1. 下载 spc 二进制
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# For Linux x86_64
|
# For Linux x86_64
|
||||||
curl -fsSL -o spc https://dl.static-php.dev/v3/spc-bin/nightly/spc-linux-x86_64
|
curl -fsSL -o spc https://dl.static-php.dev/v3/spc-bin/nightly/spc-linux-x86_64
|
||||||
# For Linux aarch64
|
# For Linux aarch64
|
||||||
curl -fsSL -o spc https://dl.static-php.dev/v3/spc-bin/nightly/spc-linux-aarch64
|
curl -fsSL -o spc https://dl.static-php.dev/v3/spc-bin/nightly/spc-linux-aarch64
|
||||||
# macOS x86_64 (Intel)
|
# macOS x86_64 (Intel)
|
||||||
curl -fsSL -o spc https://dl.static-php.dev/v3/spc-bin/nightly/spc-macos-x86_64
|
curl -fsSL -o spc https://dl.static-php.dev/v3/spc-bin/nightly/spc-macos-x86_64
|
||||||
# macOS aarch64 (Apple)
|
# macOS aarch64 (Apple)
|
||||||
curl -fsSL -o spc https://dl.static-php.dev/v3/spc-bin/nightly/spc-macos-aarch64
|
curl -fsSL -o spc https://dl.static-php.dev/v3/spc-bin/nightly/spc-macos-aarch64
|
||||||
# Windows (x86_64, win10 build 17063 or later, please install VS2022 first)
|
# Windows (x86_64, win10 build 17063 or later, please install VS2022 first)
|
||||||
curl.exe -fsSL -o spc.exe https://dl.static-php.dev/v3/spc-bin/nightly/spc-windows-x64.exe
|
curl.exe -fsSL -o spc.exe https://dl.static-php.dev/v3/spc-bin/nightly/spc-windows-x64.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
对于 macOS 和 Linux,请先添加可执行权限:
|
对于 macOS 和 Linux,请先添加可执行权限:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
chmod +x ./spc
|
chmod +x ./spc
|
||||||
```
|
```
|
||||||
|
|
||||||
### 2. 构建静态 PHP
|
### 2. 构建静态 PHP
|
||||||
|
|
||||||
首先,创建 `craft.yml` 文件,并从 [扩展列表](https://static-php.dev/en/guide/extensions.html) 或 [命令生成器](https://static-php.dev/en/guide/cli-generator.html) 指定要包含的扩展:
|
首先,创建 `craft.yml` 文件,并从 [扩展列表](https://static-php.dev/en/guide/extensions.html) 或 [命令生成器](https://static-php.dev/en/guide/cli-generator.html) 指定要包含的扩展:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
# PHP version support: 8.1, 8.2, 8.3, 8.4, 8.5
|
# PHP version support: 8.1, 8.2, 8.3, 8.4, 8.5
|
||||||
php-version: 8.5
|
php-version: 8.5
|
||||||
# Put your extension list here
|
# Put your extension list here
|
||||||
extensions: "apcu,bcmath,calendar,ctype,curl,dba,dom,exif,fileinfo,filter,gd,iconv,mbregex,mbstring,mysqli,mysqlnd,opcache,openssl,pcntl,pdo,pdo_mysql,pdo_sqlite,phar,posix,readline,redis,session,simplexml,sockets,sodium,sqlite3,tokenizer,xml,xmlreader,xmlwriter,xsl,zip,zlib"
|
extensions: "apcu,bcmath,calendar,ctype,curl,dba,dom,exif,fileinfo,filter,gd,iconv,mbregex,mbstring,mysqli,mysqlnd,opcache,openssl,pcntl,pdo,pdo_mysql,pdo_sqlite,phar,posix,readline,redis,session,simplexml,sockets,sodium,sqlite3,tokenizer,xml,xmlreader,xmlwriter,xsl,zip,zlib"
|
||||||
sapi:
|
sapi:
|
||||||
- cli
|
- cli
|
||||||
- micro
|
- micro
|
||||||
download-options:
|
download-options:
|
||||||
parallel: 10
|
parallel: 10
|
||||||
```
|
```
|
||||||
|
|
||||||
运行命令:
|
运行命令:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./spc craft
|
./spc craft
|
||||||
|
|
||||||
# 输出完整控制台日志
|
# 输出完整控制台日志
|
||||||
./spc craft -vvv
|
./spc craft -vvv
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. 静态 PHP 使用
|
### 3. 静态 PHP 使用
|
||||||
|
|
||||||
现在你可以将 StaticPHP 构建的二进制复制到另一台机器并在无依赖环境下运行:
|
现在你可以将 StaticPHP 构建的二进制复制到另一台机器并在无依赖环境下运行:
|
||||||
|
|
||||||
```
|
```
|
||||||
# php-cli
|
# php-cli
|
||||||
buildroot/bin/php -v
|
buildroot/bin/php -v
|
||||||
|
|
||||||
# phpmicro
|
# phpmicro
|
||||||
echo '<?php echo "Hello world!\n";' > a.php
|
echo '<?php echo "Hello world!\n";' > a.php
|
||||||
./spc micro:combine a.php -O my-app
|
./spc micro:combine a.php -O my-app
|
||||||
./my-app
|
./my-app
|
||||||
```
|
```
|
||||||
|
|
||||||
## 文档
|
## 文档
|
||||||
|
|
||||||
当前 README 包含基础用法。有关 StaticPHP 的完整功能集,
|
当前 README 包含基础用法。有关 StaticPHP 的完整功能集,
|
||||||
请访问 <https://static-php.dev>。
|
请访问 <https://static-php.dev>。
|
||||||
|
|
||||||
## 直接下载
|
## 直接下载
|
||||||
|
|
||||||
如果你暂时不想构建,或只想先测试,可以从 [Actions](https://github.com/static-php/static-php-cli-hosted/actions/workflows/build-php-bulk.yml) 下载示例预编译产物,或从自托管服务器下载。
|
如果你暂时不想构建,或只想先测试,可以从 [Actions](https://github.com/static-php/hosted/actions/workflows/build-php-bulk.yml) 下载示例预编译产物,或从自托管服务器下载。
|
||||||
|
|
||||||
我们为每个 PHP 版本提供 2 种扩展集合:
|
我们为每个 PHP 版本提供 2 种扩展集合:
|
||||||
|
|
||||||
- **gigantic**:尽可能包含更多扩展,二进制大小约 100-150MB。
|
- **gigantic**:尽可能包含更多扩展,二进制大小约 100-150MB。
|
||||||
- **base**:仅包含 StaticPHP 自身使用的少量扩展,二进制大小约 10MB。
|
- **base**:仅包含 StaticPHP 自身使用的少量扩展,二进制大小约 10MB。
|
||||||
|
|
||||||
> WIP
|
> WIP
|
||||||
|
|
||||||
### 在线构建(使用 GitHub Actions)
|
### 在线构建(使用 GitHub Actions)
|
||||||
|
|
||||||
当上方直接下载的二进制无法满足你的需求时,
|
当上方直接下载的二进制无法满足你的需求时,
|
||||||
你可以使用 GitHub Actions 轻松构建静态编译的 PHP,
|
你可以使用 GitHub Actions 轻松构建静态编译的 PHP,
|
||||||
并同时自定义要编译的扩展列表。
|
并同时自定义要编译的扩展列表。
|
||||||
|
|
||||||
1. Fork 此仓库。
|
1. Fork 此仓库。
|
||||||
2. 进入项目的 Actions 并选择 `CI`。
|
2. 进入项目的 Actions 并选择 `CI`。
|
||||||
3. 选择 `Run workflow`,填写你要编译的 PHP 版本、目标类型和扩展列表。(扩展用逗号分隔,例如 `bcmath,curl,mbstring`)
|
3. 选择 `Run workflow`,填写你要编译的 PHP 版本、目标类型和扩展列表。(扩展用逗号分隔,例如 `bcmath,curl,mbstring`)
|
||||||
4. 等待工作流执行完成后,进入对应运行记录并下载 `Artifacts`。
|
4. 等待工作流执行完成后,进入对应运行记录并下载 `Artifacts`。
|
||||||
|
|
||||||
如果你启用 `debug`,构建时将输出所有日志,包括编译日志,便于排查问题。
|
如果你启用 `debug`,构建时将输出所有日志,包括编译日志,便于排查问题。
|
||||||
|
|
||||||
> 我们也计划在未来提供可复用的 GitHub Actions 工作流,
|
> 我们也计划在未来提供可复用的 GitHub Actions 工作流,
|
||||||
> 这样你无需 fork 本项目,也能在自己的仓库中轻松构建 static PHP。
|
> 这样你无需 fork 本项目,也能在自己的仓库中轻松构建 static PHP。
|
||||||
|
|
||||||
## 贡献
|
## 贡献
|
||||||
|
|
||||||
如果你需要的扩展缺失,可以创建 issue。
|
如果你需要的扩展缺失,可以创建 issue。
|
||||||
如果你熟悉本项目,也欢迎发起 pull request。
|
如果你熟悉本项目,也欢迎发起 pull request。
|
||||||
|
|
||||||
如果你想贡献文档,请直接编辑 `docs/`。
|
如果你想贡献文档,请直接编辑 `docs/`。
|
||||||
|
|
||||||
## 赞助本项目
|
## 赞助本项目
|
||||||
|
|
||||||
你可以通过 [GitHub Sponsor](https://github.com/crazywhalecc) 赞助我或我的项目。你捐赠的一部分将用于维护 **static-php.dev** 服务器。
|
你可以通过 [GitHub Sponsor](https://github.com/crazywhalecc) 赞助我或我的项目。你捐赠的一部分将用于维护 **static-php.dev** 服务器。
|
||||||
|
|
||||||
**特别感谢以下赞助商:**
|
**特别感谢以下赞助商:**
|
||||||
|
|
||||||
<a href="https://beyondco.de/"><img src="/docs/public/images/beyondcode-seeklogo.png" width="300" alt="Beyond Code Logo" /></a>
|
<a href="https://beyondco.de/"><img src="/docs/public/images/beyondcode-seeklogo.png" width="300" alt="Beyond Code Logo" /></a>
|
||||||
|
|
||||||
<a href="https://nativephp.com/"><img src="/docs/public/images/nativephp-logo.svg" width="300" alt="NativePHP Logo" /></a>
|
<a href="https://nativephp.com/"><img src="/docs/public/images/nativephp-logo.svg" width="300" alt="NativePHP Logo" /></a>
|
||||||
|
|
||||||
## 开源许可证
|
## 开源许可证
|
||||||
|
|
||||||
本项目本身采用 MIT 许可证。
|
本项目本身采用 MIT 许可证。
|
||||||
一些新添加的扩展和依赖可能来自其他项目。
|
一些新添加的扩展和依赖可能来自其他项目。
|
||||||
这些源码文件头部也可能包含额外的 LICENSE 和 AUTHOR 信息。
|
这些源码文件头部也可能包含额外的 LICENSE 和 AUTHOR 信息。
|
||||||
|
|
||||||
请在编译后使用 `bin/spc dump-license` 命令导出项目中使用的开源许可证,
|
请在编译后使用 `bin/spc dump-license` 命令导出项目中使用的开源许可证,
|
||||||
并遵守对应项目的 LICENSE。
|
并遵守对应项目的 LICENSE。
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ see <https://static-php.dev>.
|
|||||||
|
|
||||||
## Direct Download
|
## Direct Download
|
||||||
|
|
||||||
If you do not want to build yet or just want to test first, you can download example pre-compiled artifacts from [Actions](https://github.com/static-php/static-php-cli-hosted/actions/workflows/build-php-bulk.yml) or from a self-hosted server.
|
If you do not want to build yet or just want to test first, you can download example pre-compiled artifacts from [Actions](https://github.com/static-php/hosted/actions/workflows/build-php-bulk.yml) or from a self-hosted server.
|
||||||
|
|
||||||
We offer 2 types of extension sets for each PHP version:
|
We offer 2 types of extension sets for each PHP version:
|
||||||
|
|
||||||
|
|||||||
@@ -1,116 +1,116 @@
|
|||||||
param (
|
param (
|
||||||
[string] ${action}
|
[string] ${action}
|
||||||
)
|
)
|
||||||
|
|
||||||
function AddToPath {
|
function AddToPath {
|
||||||
param (
|
param (
|
||||||
[string]$pathToAdd
|
[string]$pathToAdd
|
||||||
)
|
)
|
||||||
|
|
||||||
$currentPath = [System.Environment]::GetEnvironmentVariable('Path', 'User')
|
$currentPath = [System.Environment]::GetEnvironmentVariable('Path', 'User')
|
||||||
|
|
||||||
if ($currentPath -notlike "*$pathToAdd*") {
|
if ($currentPath -notlike "*$pathToAdd*") {
|
||||||
$newPath = $currentPath + ";$pathToAdd"
|
$newPath = $currentPath + ";$pathToAdd"
|
||||||
[System.Environment]::SetEnvironmentVariable('Path', $newPath, 'User')
|
[System.Environment]::SetEnvironmentVariable('Path', $newPath, 'User')
|
||||||
Write-Host "Added '$pathToAdd' to Path."
|
Write-Host "Added '$pathToAdd' to Path."
|
||||||
Write-Host "To remove path, use: " -NoNewline
|
Write-Host "To remove path, use: " -NoNewline
|
||||||
Write-Host "bin/setup-runtime remove-path" -ForegroundColor Cyan
|
Write-Host "bin/setup-runtime remove-path" -ForegroundColor Cyan
|
||||||
} else {
|
} else {
|
||||||
Write-Host "Path already exists."
|
Write-Host "Path already exists."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function RemoveFromPath {
|
function RemoveFromPath {
|
||||||
param (
|
param (
|
||||||
[string]$pathToRemove
|
[string]$pathToRemove
|
||||||
)
|
)
|
||||||
|
|
||||||
$currentPath = [System.Environment]::GetEnvironmentVariable('Path', 'User')
|
$currentPath = [System.Environment]::GetEnvironmentVariable('Path', 'User')
|
||||||
|
|
||||||
if ($currentPath -like "*$pathToRemove*") {
|
if ($currentPath -like "*$pathToRemove*") {
|
||||||
$newPath = $currentPath -replace [regex]::Escape(';' + $pathToRemove), ''
|
$newPath = $currentPath -replace [regex]::Escape(';' + $pathToRemove), ''
|
||||||
[System.Environment]::SetEnvironmentVariable('Path', $newPath, 'User')
|
[System.Environment]::SetEnvironmentVariable('Path', $newPath, 'User')
|
||||||
Write-Host "Removed Path '$pathToRemove'"
|
Write-Host "Removed Path '$pathToRemove'"
|
||||||
} else {
|
} else {
|
||||||
Write-Host "Path '$pathToRemove' not in Path"
|
Write-Host "Path '$pathToRemove' not in Path"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# working dir
|
# working dir
|
||||||
$WorkingDir = (Split-Path -Parent (Split-Path -Parent $MyInvocation.MyCommand.Definition))
|
$WorkingDir = (Split-Path -Parent (Split-Path -Parent $MyInvocation.MyCommand.Definition))
|
||||||
|
|
||||||
if ($action -eq 'add-path') {
|
if ($action -eq 'add-path') {
|
||||||
AddToPath ($WorkingDir + '\runtime')
|
AddToPath ($WorkingDir + '\runtime')
|
||||||
exit 0
|
exit 0
|
||||||
} elseif ($action -eq 'remove-path') {
|
} elseif ($action -eq 'remove-path') {
|
||||||
RemoveFromPath ($WorkingDir + '\runtime')
|
RemoveFromPath ($WorkingDir + '\runtime')
|
||||||
exit 0
|
exit 0
|
||||||
} elseif (-not($action -eq '')) {
|
} elseif (-not($action -eq '')) {
|
||||||
Write-Host ("Invalid action: " + $action) -ForegroundColor Red
|
Write-Host ("Invalid action: " + $action) -ForegroundColor Red
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
# get php 8.1 specific version
|
# get php 8.1 specific version
|
||||||
|
|
||||||
# php windows download
|
# php windows download
|
||||||
$PHPRuntimeUrl = "https://windows.php.net/downloads/releases/archives/php-8.4.4-nts-Win32-vs17-x64.zip"
|
$PHPRuntimeUrl = "https://windows.php.net/downloads/releases/archives/php-8.4.4-nts-Win32-vs17-x64.zip"
|
||||||
Write-Host "Downloading PHP from: " -NoNewline
|
Write-Host "Downloading PHP from: " -NoNewline
|
||||||
Write-Host $PHPRuntimeUrl -ForegroundColor Cyan
|
Write-Host $PHPRuntimeUrl -ForegroundColor Cyan
|
||||||
$ComposerUrl = "https://getcomposer.org/download/latest-stable/composer.phar"
|
$ComposerUrl = "https://getcomposer.org/download/latest-stable/composer.phar"
|
||||||
|
|
||||||
# create dir
|
# create dir
|
||||||
New-Item -Path "downloads" -ItemType Directory -Force | Out-Null
|
New-Item -Path "downloads" -ItemType Directory -Force | Out-Null
|
||||||
|
|
||||||
# download php
|
# download php
|
||||||
if (-not(Test-Path "downloads\php.zip"))
|
if (-not(Test-Path "downloads\php.zip"))
|
||||||
{
|
{
|
||||||
Write-Host "Downloading PHP ..."
|
Write-Host "Downloading PHP ..."
|
||||||
Invoke-WebRequest $PHPRuntimeUrl -OutFile "downloads\php.zip"
|
Invoke-WebRequest $PHPRuntimeUrl -OutFile "downloads\php.zip"
|
||||||
}
|
}
|
||||||
|
|
||||||
# extract php
|
# extract php
|
||||||
New-Item -Path "runtime" -ItemType Directory -Force | Out-Null
|
New-Item -Path "runtime" -ItemType Directory -Force | Out-Null
|
||||||
Write-Host "Extracting php.zip ..."
|
Write-Host "Extracting php.zip ..."
|
||||||
Expand-Archive -Path "downloads/php.zip" -DestinationPath "runtime" -Force
|
Expand-Archive -Path "downloads/php.zip" -DestinationPath "runtime" -Force
|
||||||
# make php.ini
|
# make php.ini
|
||||||
Move-Item -Path "runtime\php.ini-production" -Destination "runtime\php.ini" -Force
|
Move-Item -Path "runtime\php.ini-production" -Destination "runtime\php.ini" -Force
|
||||||
$OriginINI = Get-Content -Path "runtime\php.ini" -Raw
|
$OriginINI = Get-Content -Path "runtime\php.ini" -Raw
|
||||||
$OriginINI = $OriginINI -replace ';extension=openssl', 'extension=openssl'
|
$OriginINI = $OriginINI -replace ';extension=openssl', 'extension=openssl'
|
||||||
$OriginINI = $OriginINI -replace ';extension=curl', 'extension=curl'
|
$OriginINI = $OriginINI -replace ';extension=curl', 'extension=curl'
|
||||||
$OriginINI = $OriginINI -replace ';extension=mbstring', 'extension=mbstring'
|
$OriginINI = $OriginINI -replace ';extension=mbstring', 'extension=mbstring'
|
||||||
$OriginINI = $OriginINI -replace ';extension=sodium', 'extension=sodium'
|
$OriginINI = $OriginINI -replace ';extension=sodium', 'extension=sodium'
|
||||||
$OriginINI = $OriginINI -replace ';extension_dir = "./"', ('extension_dir = "' + (Split-Path -Parent $MyInvocation.MyCommand.Definition) + '\..\runtime\ext"')
|
$OriginINI = $OriginINI -replace ';extension_dir = "./"', ('extension_dir = "' + (Split-Path -Parent $MyInvocation.MyCommand.Definition) + '\..\runtime\ext"')
|
||||||
$OriginINI | Set-Content -Path "runtime\php.ini"
|
$OriginINI | Set-Content -Path "runtime\php.ini"
|
||||||
|
|
||||||
# download composer
|
# download composer
|
||||||
if (-not(Test-Path "runtime\composer.phar"))
|
if (-not(Test-Path "runtime\composer.phar"))
|
||||||
{
|
{
|
||||||
Write-Host "Downloading composer ..."
|
Write-Host "Downloading composer ..."
|
||||||
Invoke-WebRequest $ComposerUrl -OutFile "downloads\composer.phar"
|
Invoke-WebRequest $ComposerUrl -OutFile "downloads\composer.phar"
|
||||||
Move-Item -Path "downloads\composer.phar" -Destination "runtime\composer.phar" -Force
|
Move-Item -Path "downloads\composer.phar" -Destination "runtime\composer.phar" -Force
|
||||||
}
|
}
|
||||||
|
|
||||||
# create runtime\composer.ps1
|
# create runtime\composer.ps1
|
||||||
$ComposerContent = '
|
$ComposerContent = '
|
||||||
$WorkingDir = (Split-Path -Parent $MyInvocation.MyCommand.Definition)
|
$WorkingDir = (Split-Path -Parent $MyInvocation.MyCommand.Definition)
|
||||||
& ($WorkingDir + "\php.exe") (Join-Path $WorkingDir "\composer.phar") @args
|
& ($WorkingDir + "\php.exe") (Join-Path $WorkingDir "\composer.phar") @args
|
||||||
'
|
'
|
||||||
$ComposerContent | Set-Content -Path 'runtime\composer.ps1' -Encoding UTF8
|
$ComposerContent | Set-Content -Path 'runtime\composer.ps1' -Encoding UTF8
|
||||||
|
|
||||||
Write-Host "Successfully downloaded PHP and Composer !" -ForegroundColor Green
|
Write-Host "Successfully downloaded PHP and Composer !" -ForegroundColor Green
|
||||||
Write-Host "Use static-php-cli: " -NoNewline
|
Write-Host "Use static-php-cli: " -NoNewline
|
||||||
Write-Host "bin/spc" -ForegroundColor Cyan
|
Write-Host "bin/spc" -ForegroundColor Cyan
|
||||||
Write-Host "Use php: " -NoNewline
|
Write-Host "Use php: " -NoNewline
|
||||||
Write-Host "runtime/php" -ForegroundColor Cyan
|
Write-Host "runtime/php" -ForegroundColor Cyan
|
||||||
Write-Host "Use composer: " -NoNewline
|
Write-Host "Use composer: " -NoNewline
|
||||||
Write-Host "runtime/composer" -ForegroundColor Cyan
|
Write-Host "runtime/composer" -ForegroundColor Cyan
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
Write-Host "Don't forget installing composer dependencies '" -NoNewline
|
Write-Host "Don't forget installing composer dependencies '" -NoNewline
|
||||||
Write-Host "runtime/composer install" -ForegroundColor Cyan -NoNewline
|
Write-Host "runtime/composer install" -ForegroundColor Cyan -NoNewline
|
||||||
Write-Host "' before using static-php-cli !"
|
Write-Host "' before using static-php-cli !"
|
||||||
Write-Host ""
|
Write-Host ""
|
||||||
Write-Host "If you want to use this PHP for quality tools (like phpstan, php-cs-fixer) or other project,"
|
Write-Host "If you want to use this PHP for quality tools (like phpstan, php-cs-fixer) or other project,"
|
||||||
Write-Host "or use PHP, Composer as system executable,"
|
Write-Host "or use PHP, Composer as system executable,"
|
||||||
Write-Host "use '" -NoNewline
|
Write-Host "use '" -NoNewline
|
||||||
Write-Host "bin/setup-runtime add-path" -ForegroundColor Cyan -NoNewline
|
Write-Host "bin/setup-runtime add-path" -ForegroundColor Cyan -NoNewline
|
||||||
Write-Host "' to add runtime dir in Path."
|
Write-Host "' to add runtime dir in Path."
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
$PHP_Exec = ".\runtime\php.exe"
|
$PHP_Exec = ".\runtime\php.exe"
|
||||||
|
|
||||||
if (-not(Test-Path $PHP_Exec)) {
|
if (-not(Test-Path $PHP_Exec)) {
|
||||||
$PHP_Exec = Get-Command php.exe -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Definition
|
$PHP_Exec = Get-Command php.exe -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Definition
|
||||||
if (-not $PHP_Exec) {
|
if (-not $PHP_Exec) {
|
||||||
Write-Host "Error: PHP not found, you need to install PHP on your system or use 'bin/setup-runtime'." -ForegroundColor Red
|
Write-Host "Error: PHP not found, you need to install PHP on your system or use 'bin/setup-runtime'." -ForegroundColor Red
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& "$PHP_Exec" -d xdebug.mode=debug -d xdebug.client_host=127.0.0.1 -d xdebug.client_port=9003 -d xdebug.start_with_request=yes ("bin/spc") @args
|
& "$PHP_Exec" -d xdebug.mode=debug -d xdebug.client_host=127.0.0.1 -d xdebug.client_port=9003 -d xdebug.start_with_request=yes ("bin/spc") @args
|
||||||
exit $LASTEXITCODE
|
exit $LASTEXITCODE
|
||||||
|
|||||||
24
bin/spc.ps1
24
bin/spc.ps1
@@ -1,12 +1,12 @@
|
|||||||
$PHP_Exec = ".\runtime\php.exe"
|
$PHP_Exec = ".\runtime\php.exe"
|
||||||
|
|
||||||
if (-not(Test-Path $PHP_Exec)) {
|
if (-not(Test-Path $PHP_Exec)) {
|
||||||
$PHP_Exec = Get-Command php.exe -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Definition
|
$PHP_Exec = Get-Command php.exe -ErrorAction SilentlyContinue | Select-Object -ExpandProperty Definition
|
||||||
if (-not $PHP_Exec) {
|
if (-not $PHP_Exec) {
|
||||||
Write-Host "Error: PHP not found, you need to install PHP on your system or use 'bin/setup-runtime'." -ForegroundColor Red
|
Write-Host "Error: PHP not found, you need to install PHP on your system or use 'bin/setup-runtime'." -ForegroundColor Red
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
& "$PHP_Exec" ("bin/spc") @args
|
& "$PHP_Exec" ("bin/spc") @args
|
||||||
exit $LASTEXITCODE
|
exit $LASTEXITCODE
|
||||||
|
|||||||
1
box.json
1
box.json
@@ -10,7 +10,6 @@
|
|||||||
"config",
|
"config",
|
||||||
"src",
|
"src",
|
||||||
"vendor/psr",
|
"vendor/psr",
|
||||||
"vendor/laravel/prompts",
|
|
||||||
"vendor/symfony",
|
"vendor/symfony",
|
||||||
"vendor/php-di",
|
"vendor/php-di",
|
||||||
"vendor/zhamao"
|
"vendor/zhamao"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"action": "bin/spc dev:lint-config --check",
|
"action": "php bin/spc dev:lint-config --check",
|
||||||
"conditions": [
|
"conditions": [
|
||||||
{
|
{
|
||||||
"exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\InDirectory",
|
"exec": "\\CaptainHook\\App\\Hook\\Condition\\FileStaged\\InDirectory",
|
||||||
|
|||||||
@@ -12,10 +12,8 @@
|
|||||||
"php": ">=8.4",
|
"php": ">=8.4",
|
||||||
"ext-mbstring": "*",
|
"ext-mbstring": "*",
|
||||||
"ext-zlib": "*",
|
"ext-zlib": "*",
|
||||||
"laravel/prompts": "~0.1",
|
|
||||||
"php-di/php-di": "^7.1",
|
"php-di/php-di": "^7.1",
|
||||||
"symfony/console": "^5.4 || ^6 || ^7",
|
"symfony/console": "^5.4 || ^6 || ^7",
|
||||||
"symfony/process": "^7.2",
|
|
||||||
"symfony/yaml": "^7.2",
|
"symfony/yaml": "^7.2",
|
||||||
"zhamao/logger": "^1.1.4"
|
"zhamao/logger": "^1.1.4"
|
||||||
},
|
},
|
||||||
|
|||||||
568
composer.lock
generated
568
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -3,6 +3,10 @@ ncurses:
|
|||||||
license-files:
|
license-files:
|
||||||
- COPYING
|
- COPYING
|
||||||
source:
|
source:
|
||||||
|
type: filelist
|
||||||
|
url: 'https://ftp.gnu.org/gnu/ncurses/'
|
||||||
|
regex: '/href="(?<file>ncurses-(?<version>[^"]+)\.tar\.gz)"/'
|
||||||
|
source-mirror:
|
||||||
type: filelist
|
type: filelist
|
||||||
url: 'https://ftpmirror.gnu.org/gnu/ncurses/'
|
url: 'https://ftpmirror.gnu.org/gnu/ncurses/'
|
||||||
regex: '/href="(?<file>ncurses-(?<version>[^"]+)\.tar\.gz)"/'
|
regex: '/href="(?<file>ncurses-(?<version>[^"]+)\.tar\.gz)"/'
|
||||||
|
|||||||
@@ -53,8 +53,8 @@ PHP_BUILD_PROVIDER="StaticPHP ${SPC_VERSION}"
|
|||||||
SPC_ENABLE_LOG_FILE="yes"
|
SPC_ENABLE_LOG_FILE="yes"
|
||||||
; The LOG DIR for spc logs
|
; The LOG DIR for spc logs
|
||||||
SPC_LOGS_DIR="${WORKING_DIR}/log"
|
SPC_LOGS_DIR="${WORKING_DIR}/log"
|
||||||
; Preserve old logs when running new builds
|
; Preserve old logs when running new builds (code checks SPC_PRESERVE_LOG, not SPC_PRESERVE_LOGS)
|
||||||
SPC_PRESERVE_LOGS="no"
|
SPC_PRESERVE_LOG="no"
|
||||||
|
|
||||||
; EXTENSION_DIR where the built php will look for extension when a .ini instructs to load them
|
; EXTENSION_DIR where the built php will look for extension when a .ini instructs to load them
|
||||||
; only useful for builds targeting not pure-static linking
|
; only useful for builds targeting not pure-static linking
|
||||||
@@ -68,8 +68,8 @@ SPC_PRESERVE_LOGS="no"
|
|||||||
[windows]
|
[windows]
|
||||||
; build target: win7-static
|
; build target: win7-static
|
||||||
SPC_TARGET=native-windows
|
SPC_TARGET=native-windows
|
||||||
; php-sdk-binary-tools path
|
; MSYS2 root directory (msys64 subfolder), used by the Windows toolchain
|
||||||
PHP_SDK_PATH="${WORKING_DIR}\php-sdk-binary-tools"
|
SPC_MSYS2_PATH="${PKG_ROOT_PATH}\msys2-build-essentials\msys64"
|
||||||
; upx executable path
|
; upx executable path
|
||||||
UPX_EXEC="${PKG_ROOT_PATH}\bin\upx.exe"
|
UPX_EXEC="${PKG_ROOT_PATH}\bin\upx.exe"
|
||||||
; phpmicro patches, for more info, see: https://github.com/easysoft/phpmicro/tree/master/patches
|
; phpmicro patches, for more info, see: https://github.com/easysoft/phpmicro/tree/master/patches
|
||||||
@@ -100,10 +100,9 @@ SPC_TARGET=${GNU_ARCH}-linux-musl
|
|||||||
CC=${SPC_DEFAULT_CC}
|
CC=${SPC_DEFAULT_CC}
|
||||||
CXX=${SPC_DEFAULT_CXX}
|
CXX=${SPC_DEFAULT_CXX}
|
||||||
AR=${SPC_DEFAULT_AR}
|
AR=${SPC_DEFAULT_AR}
|
||||||
RANLIB=${SPC_DEFAULT_RANLIB}
|
|
||||||
LD=${SPC_DEFAULT_LD}
|
LD=${SPC_DEFAULT_LD}
|
||||||
; default compiler flags, used in CMake toolchain file, openssl and pkg-config build
|
; default compiler flags, used in CMake toolchain file, openssl and pkg-config build
|
||||||
SPC_DEFAULT_CFLAGS="-fPIC -O3 -pipe -fno-plt -fno-semantic-interposition -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffunction-sections -fdata-sections -Wno-unused-command-line-argument"
|
SPC_DEFAULT_CFLAGS="-fPIC -O3 -pipe -fno-plt -fno-semantic-interposition -fstack-clash-protection -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffunction-sections -fdata-sections"
|
||||||
SPC_DEFAULT_CXXFLAGS="${SPC_DEFAULT_CFLAGS}"
|
SPC_DEFAULT_CXXFLAGS="${SPC_DEFAULT_CFLAGS}"
|
||||||
SPC_DEFAULT_LDFLAGS="-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,-z,noexecstack -Wl,--gc-sections"
|
SPC_DEFAULT_LDFLAGS="-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -Wl,-z,noexecstack -Wl,--gc-sections"
|
||||||
; upx executable path
|
; upx executable path
|
||||||
@@ -126,8 +125,6 @@ SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS="-g -fstack-protector-strong -fno-ident -fPIE
|
|||||||
SPC_CMD_VAR_PHP_MAKE_EXTRA_CXXFLAGS="-g -fstack-protector-strong -fno-ident -fPIE -fvisibility=hidden -fvisibility-inlines-hidden ${SPC_DEFAULT_CXXFLAGS}"
|
SPC_CMD_VAR_PHP_MAKE_EXTRA_CXXFLAGS="-g -fstack-protector-strong -fno-ident -fPIE -fvisibility=hidden -fvisibility-inlines-hidden ${SPC_DEFAULT_CXXFLAGS}"
|
||||||
; EXTRA_LDFLAGS for `make` php, can use -release to set a soname for libphp.so
|
; EXTRA_LDFLAGS for `make` php, can use -release to set a soname for libphp.so
|
||||||
SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS=""
|
SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS=""
|
||||||
; EXTRA_LDFLAGS_PROGRAM for `make` php; appended only to SAPI executable links (cli/fpm/cgi/micro/embed). Used by PGO to inject -fprofile-use= without polluting libphp.{a,so}.
|
|
||||||
SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS_PROGRAM=""
|
|
||||||
|
|
||||||
; optional, path to openssl conf. This affects where openssl will look for the default CA.
|
; optional, path to openssl conf. This affects where openssl will look for the default CA.
|
||||||
; default on Debian/Alpine: /etc/ssl, default on RHEL: /etc/pki/tls
|
; default on Debian/Alpine: /etc/ssl, default on RHEL: /etc/pki/tls
|
||||||
@@ -143,7 +140,6 @@ SPC_USE_LLVM=system
|
|||||||
CC=${SPC_DEFAULT_CC}
|
CC=${SPC_DEFAULT_CC}
|
||||||
CXX=${SPC_DEFAULT_CXX}
|
CXX=${SPC_DEFAULT_CXX}
|
||||||
AR=${SPC_DEFAULT_AR}
|
AR=${SPC_DEFAULT_AR}
|
||||||
RANLIB=${SPC_DEFAULT_RANLIB}
|
|
||||||
LD=${SPC_DEFAULT_LD}
|
LD=${SPC_DEFAULT_LD}
|
||||||
; default compiler flags, used in CMake toolchain file, openssl and pkg-config build
|
; default compiler flags, used in CMake toolchain file, openssl and pkg-config build
|
||||||
SPC_DEFAULT_CFLAGS="--target=${MAC_ARCH}-apple-darwin -O3 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffunction-sections -fdata-sections"
|
SPC_DEFAULT_CFLAGS="--target=${MAC_ARCH}-apple-darwin -O3 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -ffunction-sections -fdata-sections"
|
||||||
@@ -167,7 +163,5 @@ SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS="-g -fstack-protector-strong -fpic -fpie -fvis
|
|||||||
SPC_CMD_VAR_PHP_MAKE_EXTRA_CXXFLAGS="-g -fstack-protector-strong -fno-ident -fpie -fvisibility=hidden -fvisibility-inlines-hidden -Werror=unknown-warning-option ${SPC_DEFAULT_CXXFLAGS}"
|
SPC_CMD_VAR_PHP_MAKE_EXTRA_CXXFLAGS="-g -fstack-protector-strong -fno-ident -fpie -fvisibility=hidden -fvisibility-inlines-hidden -Werror=unknown-warning-option ${SPC_DEFAULT_CXXFLAGS}"
|
||||||
; EXTRA_LDFLAGS for `make` php, can use -release to set a soname for libphp.dylib
|
; EXTRA_LDFLAGS for `make` php, can use -release to set a soname for libphp.dylib
|
||||||
SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS=""
|
SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS=""
|
||||||
; EXTRA_LDFLAGS_PROGRAM for `make` php; appended only to SAPI executable links (cli/fpm/cgi/micro/embed). Used by PGO to inject -fprofile-use= without polluting libphp.{a,dylib}.
|
|
||||||
SPC_CMD_VAR_PHP_MAKE_EXTRA_LDFLAGS_PROGRAM=""
|
|
||||||
; minimum compatible macOS version (LLVM vars, availability not guaranteed)
|
; minimum compatible macOS version (LLVM vars, availability not guaranteed)
|
||||||
MACOSX_DEPLOYMENT_TARGET=12.0
|
MACOSX_DEPLOYMENT_TARGET=12.0
|
||||||
|
|||||||
@@ -2,13 +2,12 @@ ext-brotli:
|
|||||||
type: php-extension
|
type: php-extension
|
||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
type: ghtagtar
|
type: git
|
||||||
repo: kjdev/php-ext-brotli
|
|
||||||
extract: php-src/ext/brotli
|
extract: php-src/ext/brotli
|
||||||
|
rev: master
|
||||||
|
url: 'https://github.com/kjdev/php-ext-brotli'
|
||||||
metadata:
|
metadata:
|
||||||
license-files: [LICENSE]
|
license-files: [LICENSE]
|
||||||
license: MIT
|
license: MIT
|
||||||
depends:
|
depends:
|
||||||
- brotli
|
- brotli
|
||||||
php-extension:
|
|
||||||
arg-type: '--enable-brotli@shared_suffix@ --with-libbrotli'
|
|
||||||
|
|||||||
@@ -13,4 +13,5 @@ ext-imagick:
|
|||||||
os:
|
os:
|
||||||
- Linux
|
- Linux
|
||||||
- Darwin
|
- Darwin
|
||||||
|
- Windows
|
||||||
arg-type: custom
|
arg-type: custom
|
||||||
|
|||||||
@@ -10,6 +10,11 @@ ext-zip:
|
|||||||
license: PHP-3.01
|
license: PHP-3.01
|
||||||
depends:
|
depends:
|
||||||
- libzip
|
- libzip
|
||||||
|
depends@windows:
|
||||||
|
- libzip
|
||||||
|
- zlib
|
||||||
|
- xz
|
||||||
|
- bzip2
|
||||||
php-extension:
|
php-extension:
|
||||||
arg-type: custom
|
arg-type: custom
|
||||||
arg-type@windows: enable
|
arg-type@windows: enable
|
||||||
|
|||||||
@@ -2,8 +2,9 @@ ext-zstd:
|
|||||||
type: php-extension
|
type: php-extension
|
||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
type: ghtar
|
type: git
|
||||||
repo: kjdev/php-ext-zstd
|
url: 'https://github.com/kjdev/php-ext-zstd'
|
||||||
|
rev: master
|
||||||
extract: php-src/ext/zstd
|
extract: php-src/ext/zstd
|
||||||
metadata:
|
metadata:
|
||||||
license-files: [LICENSE]
|
license-files: [LICENSE]
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ gettext:
|
|||||||
type: library
|
type: library
|
||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
|
type: filelist
|
||||||
|
url: 'https://ftp.gnu.org/gnu/gettext/'
|
||||||
|
regex: '/href="(?<file>gettext-(?<version>[^"]+)\.tar\.xz)"/'
|
||||||
|
source-mirror:
|
||||||
type: filelist
|
type: filelist
|
||||||
url: 'https://ftpmirror.gnu.org/gnu/gettext/'
|
url: 'https://ftpmirror.gnu.org/gnu/gettext/'
|
||||||
regex: '/href="(?<file>gettext-(?<version>[^"]+)\.tar\.xz)"/'
|
regex: '/href="(?<file>gettext-(?<version>[^"]+)\.tar\.xz)"/'
|
||||||
|
|||||||
@@ -3,11 +3,12 @@ gmp:
|
|||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
type: filelist
|
type: filelist
|
||||||
url: 'https://ftpmirror.gnu.org/gnu/gmp/'
|
url: 'https://ftp.gnu.org/gnu/gmp/'
|
||||||
regex: '/href="(?<file>gmp-(?<version>[^"]+)\.tar\.xz)"/'
|
regex: '/href="(?<file>gmp-(?<version>[^"]+)\.tar\.xz)"/'
|
||||||
source-mirror:
|
source-mirror:
|
||||||
type: url
|
type: filelist
|
||||||
url: 'https://dl.static-php.dev/static-php-cli/deps/gmp/gmp-6.3.0.tar.xz'
|
url: 'https://ftpmirror.gnu.org/gnu/gmp/'
|
||||||
|
regex: '/href="(?<file>gmp-(?<version>[^"]+)\.tar\.xz)"/'
|
||||||
metadata:
|
metadata:
|
||||||
license-files: ['@/gmp.txt']
|
license-files: ['@/gmp.txt']
|
||||||
license: Custom
|
license: Custom
|
||||||
|
|||||||
@@ -2,9 +2,8 @@ gmssl:
|
|||||||
type: library
|
type: library
|
||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
type: git
|
type: ghtar
|
||||||
url: 'https://github.com/guanzhi/GmSSL.git'
|
repo: guanzhi/GmSSL
|
||||||
rev: master
|
|
||||||
metadata:
|
metadata:
|
||||||
license-files: [LICENSE]
|
license-files: [LICENSE]
|
||||||
license: Apache-2.0
|
license: Apache-2.0
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ idn2:
|
|||||||
type: library
|
type: library
|
||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
|
type: filelist
|
||||||
|
url: 'https://ftp.gnu.org/gnu/libidn/'
|
||||||
|
regex: '/href="(?<file>libidn2-(?<version>[^"]+)\.tar\.gz)"/'
|
||||||
|
source-mirror:
|
||||||
type: filelist
|
type: filelist
|
||||||
url: 'https://ftpmirror.gnu.org/gnu/libidn/'
|
url: 'https://ftpmirror.gnu.org/gnu/libidn/'
|
||||||
regex: '/href="(?<file>libidn2-(?<version>[^"]+)\.tar\.gz)"/'
|
regex: '/href="(?<file>libidn2-(?<version>[^"]+)\.tar\.gz)"/'
|
||||||
|
|||||||
@@ -16,13 +16,59 @@ imagemagick:
|
|||||||
- libtiff
|
- libtiff
|
||||||
- libheif
|
- libheif
|
||||||
- bzip2
|
- bzip2
|
||||||
|
depends@windows:
|
||||||
|
- zlib
|
||||||
suggests:
|
suggests:
|
||||||
- zstd
|
- zstd
|
||||||
- xz
|
- xz
|
||||||
- libzip
|
- libzip
|
||||||
- libxml2
|
- libxml2
|
||||||
|
headers@windows:
|
||||||
|
- imagemagick/MagickWand/MagickWand.h
|
||||||
lang: cpp
|
lang: cpp
|
||||||
pkg-configs:
|
pkg-configs:
|
||||||
- Magick++-7.Q16HDRI
|
- Magick++-7.Q16HDRI
|
||||||
- MagickCore-7.Q16HDRI
|
- MagickCore-7.Q16HDRI
|
||||||
- MagickWand-7.Q16HDRI
|
- MagickWand-7.Q16HDRI
|
||||||
|
static-libs@windows:
|
||||||
|
- CORE_RL_MagickWand_.lib
|
||||||
|
- CORE_RL_MagickCore_.lib
|
||||||
|
- CORE_RL_coders_.lib
|
||||||
|
- CORE_RL_filters_.lib
|
||||||
|
- CORE_RL_aom_.lib
|
||||||
|
- CORE_RL_brotli_.lib
|
||||||
|
- CORE_RL_bzip2_.lib
|
||||||
|
- CORE_RL_cairo_.lib
|
||||||
|
- CORE_RL_croco_.lib
|
||||||
|
- CORE_RL_de265_.lib
|
||||||
|
- CORE_RL_exr_.lib
|
||||||
|
- CORE_RL_ffi_.lib
|
||||||
|
- CORE_RL_freetype_.lib
|
||||||
|
- CORE_RL_fribidi_.lib
|
||||||
|
- CORE_RL_gdk-pixbuf_.lib
|
||||||
|
- CORE_RL_glib_.lib
|
||||||
|
- CORE_RL_harfbuzz_.lib
|
||||||
|
- CORE_RL_heif_.lib
|
||||||
|
- CORE_RL_highway_.lib
|
||||||
|
- CORE_RL_imath_.lib
|
||||||
|
- CORE_RL_jpeg-turbo-12_.lib
|
||||||
|
- CORE_RL_jpeg-turbo-16_.lib
|
||||||
|
- CORE_RL_jpeg-turbo_.lib
|
||||||
|
- CORE_RL_jpeg-xl_.lib
|
||||||
|
- CORE_RL_lcms_.lib
|
||||||
|
- CORE_RL_lqr_.lib
|
||||||
|
- CORE_RL_lzma_.lib
|
||||||
|
- CORE_RL_openh264_.lib
|
||||||
|
- CORE_RL_openjpeg_.lib
|
||||||
|
- CORE_RL_openjph_.lib
|
||||||
|
- CORE_RL_pango_.lib
|
||||||
|
- CORE_RL_pixman_.lib
|
||||||
|
- CORE_RL_png_.lib
|
||||||
|
- CORE_RL_raqm_.lib
|
||||||
|
- CORE_RL_raw_.lib
|
||||||
|
- CORE_RL_rsvg_.lib
|
||||||
|
- CORE_RL_tiff_.lib
|
||||||
|
- CORE_RL_webp_.lib
|
||||||
|
- CORE_RL_xml_.lib
|
||||||
|
- CORE_RL_zip_.lib
|
||||||
|
- CORE_RL_zlib_.lib
|
||||||
|
|||||||
@@ -9,5 +9,4 @@ libiconv-win:
|
|||||||
license-files: [source/COPYING]
|
license-files: [source/COPYING]
|
||||||
license: GPL-3.0-or-later
|
license: GPL-3.0-or-later
|
||||||
static-libs@windows:
|
static-libs@windows:
|
||||||
- libiconv.lib
|
|
||||||
- libiconv_a.lib
|
- libiconv_a.lib
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ libiconv:
|
|||||||
type: library
|
type: library
|
||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
|
type: filelist
|
||||||
|
url: 'https://ftp.gnu.org/gnu/libiconv/'
|
||||||
|
regex: '/href="(?<file>libiconv-(?<version>[^"]+)\.tar\.gz)"/'
|
||||||
|
source-mirror:
|
||||||
type: filelist
|
type: filelist
|
||||||
url: 'https://ftpmirror.gnu.org/gnu/libiconv/'
|
url: 'https://ftpmirror.gnu.org/gnu/libiconv/'
|
||||||
regex: '/href="(?<file>libiconv-(?<version>[^"]+)\.tar\.gz)"/'
|
regex: '/href="(?<file>libiconv-(?<version>[^"]+)\.tar\.gz)"/'
|
||||||
|
|||||||
@@ -9,8 +9,10 @@ libssh2:
|
|||||||
metadata:
|
metadata:
|
||||||
license-files: [COPYING]
|
license-files: [COPYING]
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
depends:
|
depends@unix:
|
||||||
- openssl
|
- openssl
|
||||||
|
depends@windows:
|
||||||
|
- zlib
|
||||||
headers:
|
headers:
|
||||||
- libssh2.h
|
- libssh2.h
|
||||||
- libssh2_publickey.h
|
- libssh2_publickey.h
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ libunistring:
|
|||||||
type: library
|
type: library
|
||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
|
type: filelist
|
||||||
|
url: 'https://ftp.gnu.org/gnu/libunistring/'
|
||||||
|
regex: '/href="(?<file>libunistring-(?<version>[^"]+)\.tar\.gz)"/'
|
||||||
|
source-mirror:
|
||||||
type: filelist
|
type: filelist
|
||||||
url: 'https://ftpmirror.gnu.org/gnu/libunistring/'
|
url: 'https://ftpmirror.gnu.org/gnu/libunistring/'
|
||||||
regex: '/href="(?<file>libunistring-(?<version>[^"]+)\.tar\.gz)"/'
|
regex: '/href="(?<file>libunistring-(?<version>[^"]+)\.tar\.gz)"/'
|
||||||
|
|||||||
@@ -11,6 +11,10 @@ libzip:
|
|||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
depends:
|
depends:
|
||||||
- zlib
|
- zlib
|
||||||
|
depends@windows:
|
||||||
|
- zlib
|
||||||
|
- bzip2
|
||||||
|
- xz
|
||||||
suggests:
|
suggests:
|
||||||
- bzip2
|
- bzip2
|
||||||
- xz
|
- xz
|
||||||
|
|||||||
@@ -17,7 +17,6 @@ openssl:
|
|||||||
- zlib
|
- zlib
|
||||||
depends@windows:
|
depends@windows:
|
||||||
- zlib
|
- zlib
|
||||||
- jom
|
|
||||||
headers:
|
headers:
|
||||||
- openssl
|
- openssl
|
||||||
static-libs@unix:
|
static-libs@unix:
|
||||||
@@ -26,3 +25,7 @@ openssl:
|
|||||||
static-libs@windows:
|
static-libs@windows:
|
||||||
- libssl.lib
|
- libssl.lib
|
||||||
- libcrypto.lib
|
- libcrypto.lib
|
||||||
|
tools@windows:
|
||||||
|
- jom
|
||||||
|
- nasm
|
||||||
|
- strawberry-perl
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ postgresql:
|
|||||||
type: ghtagtar
|
type: ghtagtar
|
||||||
repo: postgres/postgres
|
repo: postgres/postgres
|
||||||
match: REL_18_\d+
|
match: REL_18_\d+
|
||||||
binary:
|
|
||||||
windows-x86_64: { type: url, url: 'https://get.enterprisedb.com/postgresql/postgresql-16.8-1-windows-x64-binaries.zip', extract: { lib/libpq.lib: '{build_root_path}/lib/libpq.lib', lib/libpgport.lib: '{build_root_path}/lib/libpgport.lib', lib/libpgcommon.lib: '{build_root_path}/lib/libpgcommon.lib', include/libpq-fe.h: '{build_root_path}/include/libpq-fe.h', include/postgres_ext.h: '{build_root_path}/include/postgres_ext.h', include/pg_config_ext.h: '{build_root_path}/include/pg_config_ext.h', include/libpq/libpq-fs.h: '{build_root_path}/include/libpq/libpq-fs.h' } }
|
|
||||||
metadata:
|
metadata:
|
||||||
license-files: ['@/postgresql.txt']
|
license-files: ['@/postgresql.txt']
|
||||||
license: PostgreSQL
|
license: PostgreSQL
|
||||||
@@ -16,6 +14,9 @@ postgresql:
|
|||||||
- openssl
|
- openssl
|
||||||
- zlib
|
- zlib
|
||||||
- libedit
|
- libedit
|
||||||
|
depends@windows:
|
||||||
|
- openssl
|
||||||
|
- zlib
|
||||||
suggests@unix:
|
suggests@unix:
|
||||||
- icu
|
- icu
|
||||||
- libxslt
|
- libxslt
|
||||||
@@ -27,3 +28,9 @@ postgresql:
|
|||||||
- libpq.lib
|
- libpq.lib
|
||||||
- libpgport.lib
|
- libpgport.lib
|
||||||
- libpgcommon.lib
|
- libpgcommon.lib
|
||||||
|
tools@windows:
|
||||||
|
- python-win
|
||||||
|
- meson
|
||||||
|
- ninja
|
||||||
|
- winflexbison
|
||||||
|
- strawberry-perl
|
||||||
|
|||||||
@@ -2,6 +2,10 @@ readline:
|
|||||||
type: library
|
type: library
|
||||||
artifact:
|
artifact:
|
||||||
source:
|
source:
|
||||||
|
type: filelist
|
||||||
|
url: 'https://ftp.gnu.org/gnu/readline/'
|
||||||
|
regex: '/href="(?<file>readline-(?<version>[^"]+)\.tar\.gz)"/'
|
||||||
|
source-mirror:
|
||||||
type: filelist
|
type: filelist
|
||||||
url: 'https://ftpmirror.gnu.org/gnu/readline/'
|
url: 'https://ftpmirror.gnu.org/gnu/readline/'
|
||||||
regex: '/href="(?<file>readline-(?<version>[^"]+)\.tar\.gz)"/'
|
regex: '/href="(?<file>readline-(?<version>[^"]+)\.tar\.gz)"/'
|
||||||
|
|||||||
@@ -10,10 +10,8 @@ frankenphp:
|
|||||||
license: MIT
|
license: MIT
|
||||||
depends:
|
depends:
|
||||||
- php-embed
|
- php-embed
|
||||||
- go-xcaddy
|
|
||||||
depends@windows:
|
depends@windows:
|
||||||
- php-embed
|
- php-embed
|
||||||
- go-win
|
|
||||||
- pthreads4w
|
- pthreads4w
|
||||||
suggests@unix:
|
suggests@unix:
|
||||||
- brotli
|
- brotli
|
||||||
@@ -24,3 +22,7 @@ frankenphp:
|
|||||||
- frankenphp
|
- frankenphp
|
||||||
static-bins@windows:
|
static-bins@windows:
|
||||||
- frankenphp.exe
|
- frankenphp.exe
|
||||||
|
tools:
|
||||||
|
- go-xcaddy
|
||||||
|
tools@windows:
|
||||||
|
- go-win
|
||||||
|
|||||||
@@ -1,6 +0,0 @@
|
|||||||
llvm-compiler-rt:
|
|
||||||
type: target
|
|
||||||
artifact:
|
|
||||||
binary: custom
|
|
||||||
depends:
|
|
||||||
- zig
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
llvm-tools:
|
|
||||||
type: target
|
|
||||||
artifact:
|
|
||||||
binary: custom
|
|
||||||
depends:
|
|
||||||
- zig
|
|
||||||
8
config/pkg/target/msys2-build-essentials.yml
Normal file
8
config/pkg/target/msys2-build-essentials.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
msys2-build-essentials:
|
||||||
|
type: target
|
||||||
|
artifact:
|
||||||
|
binary: custom
|
||||||
|
env:
|
||||||
|
SPC_MSYS2_PATH: '{pkg_root_path}/msys2-build-essentials/msys64'
|
||||||
|
path@windows:
|
||||||
|
- '{pkg_root_path}/msys2-build-essentials/msys64/usr/bin'
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
nasm:
|
|
||||||
type: target
|
|
||||||
artifact:
|
|
||||||
binary:
|
|
||||||
windows-x86_64: { type: url, url: 'https://dl.static-php.dev/static-php-cli/deps/nasm/nasm-2.16.01-win64.zip', extract: { nasm.exe: '{php_sdk_path}/bin/nasm.exe', ndisasm.exe: '{php_sdk_path}/bin/ndisasm.exe' } }
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
php-sdk-binary-tools:
|
|
||||||
type: target
|
|
||||||
artifact:
|
|
||||||
binary:
|
|
||||||
windows-x86_64: { type: git, rev: master, url: 'https://github.com/php/php-sdk-binary-tools.git', extract: '{php_sdk_path}' }
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
pkg-config:
|
|
||||||
type: target
|
|
||||||
artifact:
|
|
||||||
source: 'https://dl.static-php.dev/static-php-cli/deps/pkg-config/pkg-config-0.29.2.tar.gz'
|
|
||||||
binary:
|
|
||||||
linux-x86_64: { type: ghrel, repo: static-php/static-php-cli-hosted, match: pkg-config-x86_64-linux-musl-1.2.5.txz, extract: { bin/pkg-config: '{pkg_root_path}/bin/pkg-config' } }
|
|
||||||
linux-aarch64: { type: ghrel, repo: static-php/static-php-cli-hosted, match: pkg-config-aarch64-linux-musl-1.2.5.txz, extract: { bin/pkg-config: '{pkg_root_path}/bin/pkg-config' } }
|
|
||||||
macos-x86_64: { type: ghrel, repo: static-php/static-php-cli-hosted, match: pkg-config-x86_64-darwin.txz, extract: { bin/pkg-config: '{pkg_root_path}/bin/pkg-config' } }
|
|
||||||
macos-aarch64: { type: ghrel, repo: static-php/static-php-cli-hosted, match: pkg-config-aarch64-darwin.txz, extract: { bin/pkg-config: '{pkg_root_path}/bin/pkg-config' } }
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
zig:
|
|
||||||
type: target
|
|
||||||
artifact:
|
|
||||||
binary: custom
|
|
||||||
9
config/pkg/tool/7za-win.yml
Normal file
9
config/pkg/tool/7za-win.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
7za-win:
|
||||||
|
type: tool
|
||||||
|
artifact:
|
||||||
|
binary:
|
||||||
|
windows-x86_64: { type: url, url: 'https://dl.static-php.dev/v3/tools/7zip/7za.exe', extract: '{pkg_root_path}/bin/7za.exe' }
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- 7za.exe
|
||||||
|
binary-subdir: bin
|
||||||
@@ -1,10 +1,15 @@
|
|||||||
go-win:
|
go-win:
|
||||||
type: target
|
type: tool
|
||||||
artifact:
|
artifact:
|
||||||
binary: custom
|
binary: custom
|
||||||
env:
|
env:
|
||||||
GOROOT: '{pkg_root_path}/go-win'
|
GOROOT: '{pkg_root_path}/go-win'
|
||||||
GOBIN: '{pkg_root_path}/go-win/bin'
|
GOBIN: '{pkg_root_path}/go-win/bin'
|
||||||
GOPATH: '{pkg_root_path}/go-win/go'
|
GOPATH: '{pkg_root_path}/go-win/gopath'
|
||||||
path@windows:
|
path@windows:
|
||||||
- '{pkg_root_path}/go-win/bin'
|
- '{pkg_root_path}/go-win/bin'
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- go.exe
|
||||||
|
- gofmt.exe
|
||||||
|
binary-subdir: go-win/bin
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
go-xcaddy:
|
go-xcaddy:
|
||||||
type: target
|
type: tool
|
||||||
artifact:
|
artifact:
|
||||||
binary: custom
|
binary: custom
|
||||||
env:
|
env:
|
||||||
@@ -8,5 +8,8 @@ go-xcaddy:
|
|||||||
GOPATH: '{pkg_root_path}/go-xcaddy/go'
|
GOPATH: '{pkg_root_path}/go-xcaddy/go'
|
||||||
path@unix:
|
path@unix:
|
||||||
- '{pkg_root_path}/go-xcaddy/bin'
|
- '{pkg_root_path}/go-xcaddy/bin'
|
||||||
static-bins:
|
tool:
|
||||||
- xcaddy
|
provides:
|
||||||
|
- go
|
||||||
|
- gofmt
|
||||||
|
binary-subdir: go-xcaddy/bin
|
||||||
@@ -1,7 +1,11 @@
|
|||||||
jom:
|
jom:
|
||||||
type: target
|
type: tool
|
||||||
artifact:
|
artifact:
|
||||||
binary:
|
binary:
|
||||||
windows-x86_64: { type: url, url: 'https://download.qt.io/official_releases/jom/jom.zip', extract: '{pkg_root_path}/jom' }
|
windows-x86_64: { type: url, url: 'https://download.qt.io/official_releases/jom/jom.zip', extract: '{pkg_root_path}/jom' }
|
||||||
path@windows:
|
path@windows:
|
||||||
- '{pkg_root_path}\jom'
|
- '{pkg_root_path}\jom'
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- jom.exe
|
||||||
|
binary-subdir: jom
|
||||||
11
config/pkg/tool/meson.yml
Normal file
11
config/pkg/tool/meson.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
meson:
|
||||||
|
type: tool
|
||||||
|
artifact:
|
||||||
|
binary:
|
||||||
|
windows-x86_64: { type: url, url: 'https://github.com/mesonbuild/meson/releases/download/1.11.1/meson-1.11.1-py3-none-any.whl', extract: '{pkg_root_path}/meson/meson-1.11.1-py3-none-any.whl' }
|
||||||
|
path@windows:
|
||||||
|
- '{pkg_root_path}\meson'
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- meson.bat
|
||||||
|
binary-subdir: meson
|
||||||
10
config/pkg/tool/nasm.yml
Normal file
10
config/pkg/tool/nasm.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
nasm:
|
||||||
|
type: tool
|
||||||
|
artifact:
|
||||||
|
binary:
|
||||||
|
windows-x86_64: { type: url, url: 'https://dl.static-php.dev/static-php-cli/deps/nasm/nasm-2.16.01-win64.zip', extract: { nasm.exe: '{pkg_root_path}/bin/nasm.exe', ndisasm.exe: '{pkg_root_path}/bin/ndisasm.exe' } }
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- nasm.exe
|
||||||
|
- ndisasm.exe
|
||||||
|
binary-subdir: bin
|
||||||
9
config/pkg/tool/ninja.yml
Normal file
9
config/pkg/tool/ninja.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
ninja:
|
||||||
|
type: tool
|
||||||
|
artifact:
|
||||||
|
binary:
|
||||||
|
windows-x86_64: { type: url, url: 'https://github.com/ninja-build/ninja/releases/download/v1.13.2/ninja-win.zip', extract: { ninja.exe: '{pkg_root_path}/bin/ninja.exe' } }
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- ninja.exe
|
||||||
|
binary-subdir: bin
|
||||||
13
config/pkg/tool/pkg-config.yml
Normal file
13
config/pkg/tool/pkg-config.yml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
pkg-config:
|
||||||
|
type: tool
|
||||||
|
artifact:
|
||||||
|
source: 'https://dl.static-php.dev/static-php-cli/deps/pkg-config/pkg-config-0.29.2.tar.gz'
|
||||||
|
binary:
|
||||||
|
linux-x86_64: { type: ghrel, repo: static-php/hosted, match: pkg-config-x86_64-linux-musl-1.2.5.txz, extract: { bin/pkg-config: '{pkg_root_path}/bin/pkg-config' } }
|
||||||
|
linux-aarch64: { type: ghrel, repo: static-php/hosted, match: pkg-config-aarch64-linux-musl-1.2.5.txz, extract: { bin/pkg-config: '{pkg_root_path}/bin/pkg-config' } }
|
||||||
|
macos-x86_64: { type: ghrel, repo: static-php/hosted, match: pkg-config-x86_64-darwin.txz, extract: { bin/pkg-config: '{pkg_root_path}/bin/pkg-config' } }
|
||||||
|
macos-aarch64: { type: ghrel, repo: static-php/hosted, match: pkg-config-aarch64-darwin.txz, extract: { bin/pkg-config: '{pkg_root_path}/bin/pkg-config' } }
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- pkg-config
|
||||||
|
binary-subdir: bin
|
||||||
@@ -1,8 +1,12 @@
|
|||||||
protoc:
|
protoc:
|
||||||
type: target
|
type: tool
|
||||||
artifact:
|
artifact:
|
||||||
binary:
|
binary:
|
||||||
linux-x86_64: { type: ghrel, repo: protocolbuffers/protobuf, match: 'protoc-([0-9.]+)-linux-x86_64\.zip', extract: '{pkg_root_path}/protoc' }
|
linux-x86_64: { type: ghrel, repo: protocolbuffers/protobuf, match: 'protoc-([0-9.]+)-linux-x86_64\.zip', extract: '{pkg_root_path}/protoc' }
|
||||||
linux-aarch64: { type: ghrel, repo: protocolbuffers/protobuf, match: 'protoc-([0-9.]+)-linux-aarch_64\.zip', extract: '{pkg_root_path}/protoc' }
|
linux-aarch64: { type: ghrel, repo: protocolbuffers/protobuf, match: 'protoc-([0-9.]+)-linux-aarch_64\.zip', extract: '{pkg_root_path}/protoc' }
|
||||||
path:
|
path:
|
||||||
- '{pkg_root_path}/protoc/bin'
|
- '{pkg_root_path}/protoc/bin'
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- protoc
|
||||||
|
binary-subdir: protoc/bin
|
||||||
8
config/pkg/tool/python-win.yml
Normal file
8
config/pkg/tool/python-win.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
python-win:
|
||||||
|
type: tool
|
||||||
|
artifact:
|
||||||
|
binary: custom
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- python.exe
|
||||||
|
binary-subdir: python-win/tools
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
strawberry-perl:
|
strawberry-perl:
|
||||||
type: target
|
type: tool
|
||||||
artifact:
|
artifact:
|
||||||
binary:
|
binary:
|
||||||
windows-x86_64: { type: url, url: 'https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_5380_5361/strawberry-perl-5.38.0.1-64bit-portable.zip', extract: '{pkg_root_path}/strawberry-perl' }
|
windows-x86_64: { type: url, url: 'https://github.com/StrawberryPerl/Perl-Dist-Strawberry/releases/download/SP_5380_5361/strawberry-perl-5.38.0.1-64bit-portable.zip', extract: '{pkg_root_path}/strawberry-perl' }
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- perl.exe
|
||||||
|
binary-subdir: strawberry-perl/perl/bin
|
||||||
@@ -1,7 +1,13 @@
|
|||||||
upx:
|
upx:
|
||||||
type: target
|
type: tool
|
||||||
artifact:
|
artifact:
|
||||||
binary:
|
binary:
|
||||||
linux-x86_64: { type: ghrel, repo: upx/upx, match: upx.+-amd64_linux\.tar\.xz, extract: { upx: '{pkg_root_path}/bin/upx' } }
|
linux-x86_64: { type: ghrel, repo: upx/upx, match: upx.+-amd64_linux\.tar\.xz, extract: { upx: '{pkg_root_path}/bin/upx' } }
|
||||||
linux-aarch64: { type: ghrel, repo: upx/upx, match: upx.+-arm64_linux\.tar\.xz, extract: { upx: '{pkg_root_path}/bin/upx' } }
|
linux-aarch64: { type: ghrel, repo: upx/upx, match: upx.+-arm64_linux\.tar\.xz, extract: { upx: '{pkg_root_path}/bin/upx' } }
|
||||||
windows-x86_64: { type: ghrel, repo: upx/upx, match: upx.+-win64\.zip, extract: { upx.exe: '{pkg_root_path}/bin/upx.exe' } }
|
windows-x86_64: { type: ghrel, repo: upx/upx, match: upx.+-win64\.zip, extract: { upx.exe: '{pkg_root_path}/bin/upx.exe' } }
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- upx
|
||||||
|
provides@windows:
|
||||||
|
- upx.exe
|
||||||
|
binary-subdir: bin
|
||||||
@@ -1,5 +1,9 @@
|
|||||||
vswhere:
|
vswhere:
|
||||||
type: target
|
type: tool
|
||||||
artifact:
|
artifact:
|
||||||
binary:
|
binary:
|
||||||
windows-x86_64: { type: url, url: 'https://github.com/microsoft/vswhere/releases/download/3.1.7/vswhere.exe', extract: '{pkg_root_path}/bin/vswhere.exe' }
|
windows-x86_64: { type: url, url: 'https://github.com/microsoft/vswhere/releases/download/3.1.7/vswhere.exe', extract: '{pkg_root_path}/bin/vswhere.exe' }
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- vswhere.exe
|
||||||
|
binary-subdir: bin
|
||||||
12
config/pkg/tool/winflexbison.yml
Normal file
12
config/pkg/tool/winflexbison.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
winflexbison:
|
||||||
|
type: tool
|
||||||
|
artifact:
|
||||||
|
binary:
|
||||||
|
windows-x86_64: { type: url, url: 'https://github.com/lexxmark/winflexbison/releases/download/v2.5.25/win_flex_bison-2.5.25.zip', extract: '{pkg_root_path}/winflexbison' }
|
||||||
|
path@windows:
|
||||||
|
- '{pkg_root_path}\winflexbison'
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- win_flex.exe
|
||||||
|
- win_bison.exe
|
||||||
|
binary-subdir: winflexbison
|
||||||
14
config/pkg/tool/zig.yml
Normal file
14
config/pkg/tool/zig.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
zig:
|
||||||
|
type: tool
|
||||||
|
artifact:
|
||||||
|
binary: custom
|
||||||
|
tool:
|
||||||
|
provides:
|
||||||
|
- zig
|
||||||
|
- zig-cc
|
||||||
|
- zig-c++
|
||||||
|
- zig-ar
|
||||||
|
- zig-ld.lld
|
||||||
|
- zig-ranlib
|
||||||
|
- zig-objcopy
|
||||||
|
binary-subdir: zig
|
||||||
@@ -229,7 +229,7 @@ The following path placeholders are supported in string values of the `path`, `e
|
|||||||
| `{working_dir}` | Working directory (project root) |
|
| `{working_dir}` | Working directory (project root) |
|
||||||
| `{download_path}` | Download cache directory (`downloads/`) |
|
| `{download_path}` | Download cache directory (`downloads/`) |
|
||||||
| `{source_path}` | Extracted source directory (`source/`) |
|
| `{source_path}` | Extracted source directory (`source/`) |
|
||||||
| `{php_sdk_path}` | Windows PHP SDK directory |
|
| `{spc_msys2_path}` | MSYS2 root directory (`msys64/`) — Windows only |
|
||||||
|
|
||||||
## target Package Type
|
## target Package Type
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,13 @@ A single-file hook API for lightweight patches may be provided in a future relea
|
|||||||
|
|
||||||
### Windows-only: `--with-sdk-binary-dir` and `--vs-ver`
|
### Windows-only: `--with-sdk-binary-dir` and `--vs-ver`
|
||||||
|
|
||||||
These options are no longer accepted on the command line. Instead, set the `PHP_SDK_PATH` environment variable to point to your PHP SDK binary tools directory. The Visual Studio version is now managed by the toolchain configuration.
|
These options are no longer accepted on the command line. In v3, the `php-sdk-binary-tools` dependency has been completely removed. v3 now manages its own **MSYS2** environment to support autotools-based library builds on Windows. Run `spc doctor --install` to download and configure MSYS2 automatically.
|
||||||
|
|
||||||
|
If you need to point to a custom MSYS2 installation, set the `SPC_MSYS2_PATH` environment variable to the `msys64` directory (e.g. `C:\msys64`). Visual Studio is now auto-detected by the toolchain — no manual version flag needed.
|
||||||
|
|
||||||
|
::: warning Migrating from v2
|
||||||
|
v2 relied on `php-sdk-binary-tools` and required `--with-sdk-binary-dir` and `--vs-ver` on every build invocation. In v3 these options are gone. Remove them from all CI scripts and run `spc doctor --install` once to set up the Windows build environment.
|
||||||
|
:::
|
||||||
|
|
||||||
## Renamed / Deprecated Options
|
## Renamed / Deprecated Options
|
||||||
|
|
||||||
|
|||||||
@@ -223,7 +223,7 @@ openssl:
|
|||||||
| `{working_dir}` | 工作目录(项目根目录) |
|
| `{working_dir}` | 工作目录(项目根目录) |
|
||||||
| `{download_path}` | 下载缓存目录(`downloads/`) |
|
| `{download_path}` | 下载缓存目录(`downloads/`) |
|
||||||
| `{source_path}` | 解压源码目录(`source/`) |
|
| `{source_path}` | 解压源码目录(`source/`) |
|
||||||
| `{php_sdk_path}` | Windows PHP SDK 目录 |
|
| `{spc_msys2_path}` | MSYS2 根目录(`msys64/`)——仅 Windows |
|
||||||
|
|
||||||
## target 包类型
|
## target 包类型
|
||||||
|
|
||||||
|
|||||||
@@ -58,7 +58,13 @@ curl -o spc https://dl.static-php.dev/v3/spc-bin/nightly/spc-linux-x86_64
|
|||||||
|
|
||||||
### Windows 专有:`--with-sdk-binary-dir` 和 `--vs-ver`
|
### Windows 专有:`--with-sdk-binary-dir` 和 `--vs-ver`
|
||||||
|
|
||||||
这两个选项已不再被命令行接受。请改为设置 `PHP_SDK_PATH` 环境变量,指向你的 PHP SDK binary tools 目录。Visual Studio 版本现在由工具链配置统一管理。
|
这两个选项已不再被命令行接受。在 v3 中,`php-sdk-binary-tools` 依赖已被完全移除。v3 现在通过管理自己的 **MSYS2** 环境来支持 Windows 上基于 autotools 的库构建。运行 `spc doctor --install` 即可自动下载并配置 MSYS2。
|
||||||
|
|
||||||
|
如需指向自定义 MSYS2 安装目录,请设置 `SPC_MSYS2_PATH` 环境变量,值为 `msys64` 目录路径(例如 `C:\msys64`)。Visual Studio 版本现在由工具链自动检测,无需手动指定版本号。
|
||||||
|
|
||||||
|
::: warning 从 v2 迁移
|
||||||
|
v2 依赖 `php-sdk-binary-tools`,并在每次构建时需要传入 `--with-sdk-binary-dir` 和 `--vs-ver` 参数。在 v3 中这些选项已被移除。请从所有 CI 脚本中删除这些参数,并使用 `spc doctor --install` 一次性完成 Windows 构建环境的配置。
|
||||||
|
:::
|
||||||
|
|
||||||
## 已重命名 / 已弃用的选项
|
## 已重命名 / 已弃用的选项
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
parameters:
|
parameters:
|
||||||
reportUnmatchedIgnoredErrors: false
|
reportUnmatchedIgnoredErrors: false
|
||||||
level: 4
|
level: 5
|
||||||
phpVersion: 80400
|
phpVersion: 80400
|
||||||
paths:
|
paths:
|
||||||
- ./src/
|
- ./src/
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ package:
|
|||||||
- config/pkg/lib/
|
- config/pkg/lib/
|
||||||
- config/pkg/target/
|
- config/pkg/target/
|
||||||
- config/pkg/ext/
|
- config/pkg/ext/
|
||||||
|
- config/pkg/tool/
|
||||||
artifact:
|
artifact:
|
||||||
config:
|
config:
|
||||||
- config/artifact/
|
- config/artifact/
|
||||||
|
|||||||
@@ -17,11 +17,4 @@ class gmssl
|
|||||||
FileSystem::replaceFileStr($target_path . '/src/hex.c', 'unsigned char *OPENSSL_hexstr2buf(const char *str, size_t *len)', 'unsigned char *GMSSL_hexstr2buf(const char *str, size_t *len)');
|
FileSystem::replaceFileStr($target_path . '/src/hex.c', 'unsigned char *OPENSSL_hexstr2buf(const char *str, size_t *len)', 'unsigned char *GMSSL_hexstr2buf(const char *str, size_t *len)');
|
||||||
FileSystem::replaceFileStr($target_path . '/src/hex.c', 'OPENSSL_hexchar2int', 'GMSSL_hexchar2int');
|
FileSystem::replaceFileStr($target_path . '/src/hex.c', 'OPENSSL_hexchar2int', 'GMSSL_hexchar2int');
|
||||||
}
|
}
|
||||||
|
|
||||||
#[AfterSourceExtract('ext-gmssl')]
|
|
||||||
#[PatchDescription('Rename pbkdf2_hmac_sm3_genkey() to sm3_pbkdf2() (renamed upstream in GmSSL 3.2+; identical signature)')]
|
|
||||||
public function patchExt(string $target_path): void
|
|
||||||
{
|
|
||||||
FileSystem::replaceFileStr($target_path . '/gmssl.c', 'pbkdf2_hmac_sm3_genkey(', 'sm3_pbkdf2(');
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ class go_xcaddy
|
|||||||
])]
|
])]
|
||||||
public function downBinary(ArtifactDownloader $downloader): DownloadResult
|
public function downBinary(ArtifactDownloader $downloader): DownloadResult
|
||||||
{
|
{
|
||||||
|
$pkgroot = PKG_ROOT_PATH;
|
||||||
$name = SystemTarget::getCurrentPlatformString();
|
$name = SystemTarget::getCurrentPlatformString();
|
||||||
$arch = match (explode('-', $name)[1]) {
|
$arch = match (explode('-', $name)[1]) {
|
||||||
'x86_64' => 'amd64',
|
'x86_64' => 'amd64',
|
||||||
@@ -63,7 +64,7 @@ class go_xcaddy
|
|||||||
if ($file_hash !== $hash) {
|
if ($file_hash !== $hash) {
|
||||||
throw new DownloaderException("Hash mismatch for downloaded go-xcaddy binary. Expected {$hash}, got {$file_hash}");
|
throw new DownloaderException("Hash mismatch for downloaded go-xcaddy binary. Expected {$hash}, got {$file_hash}");
|
||||||
}
|
}
|
||||||
return DownloadResult::archive(basename($path), ['url' => $url, 'version' => $version], extract: '{pkg_root_path}/go-xcaddy', verified: true, version: $version);
|
return DownloadResult::archive(basename($path), ['url' => $url, 'version' => $version], extract: "{$pkgroot}/go-xcaddy", verified: true, version: $version);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[CustomBinaryCheckUpdate('go-xcaddy', [
|
#[CustomBinaryCheckUpdate('go-xcaddy', [
|
||||||
@@ -108,7 +109,7 @@ class go_xcaddy
|
|||||||
'GOROOT' => "{$target_path}",
|
'GOROOT' => "{$target_path}",
|
||||||
'GOBIN' => "{$target_path}/bin",
|
'GOBIN' => "{$target_path}/bin",
|
||||||
'GOPATH' => "{$target_path}/go",
|
'GOPATH' => "{$target_path}/go",
|
||||||
])->exec('CGO_ENABLED=0 go install github.com/caddyserver/xcaddy/cmd/xcaddy@master');
|
])->exec('CC=cc go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest');
|
||||||
GlobalEnvManager::addPathIfNotExists("{$target_path}/bin");
|
GlobalEnvManager::addPathIfNotExists("{$target_path}/bin");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,193 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Package\Artifact;
|
|
||||||
|
|
||||||
use StaticPHP\Artifact\ArtifactDownloader;
|
|
||||||
use StaticPHP\Artifact\Downloader\DownloadResult;
|
|
||||||
use StaticPHP\Artifact\Downloader\Type\CheckUpdateResult;
|
|
||||||
use StaticPHP\Artifact\Downloader\Type\GitHubTokenSetupTrait;
|
|
||||||
use StaticPHP\Attribute\Artifact\AfterBinaryExtract;
|
|
||||||
use StaticPHP\Attribute\Artifact\CustomBinary;
|
|
||||||
use StaticPHP\Attribute\Artifact\CustomBinaryCheckUpdate;
|
|
||||||
use StaticPHP\Exception\BuildFailureException;
|
|
||||||
use StaticPHP\Exception\DownloaderException;
|
|
||||||
use StaticPHP\Runtime\SystemTarget;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Builds the compiler-rt bits zig ships without — libclang_rt.profile.a (PGO instrumentation)
|
|
||||||
* and clang_rt.crtbegin.o/crtend.o (__dso_handle for shared libs). Target-arch specific:
|
|
||||||
* libs land in PKG_ROOT_PATH/zig/lib/{triple}.
|
|
||||||
* Also builds libclang_rt.cpu_model.a (__cpu_model / __cpu_indicator_init, the libgcc-compatible
|
|
||||||
* globals that __builtin_cpu_supports()/__builtin_cpu_init() reference) for arches that have it.
|
|
||||||
*/
|
|
||||||
class llvm_compiler_rt
|
|
||||||
{
|
|
||||||
use GitHubTokenSetupTrait;
|
|
||||||
|
|
||||||
#[CustomBinary('llvm-compiler-rt', [
|
|
||||||
'linux-x86_64',
|
|
||||||
'linux-aarch64',
|
|
||||||
'macos-x86_64',
|
|
||||||
'macos-aarch64',
|
|
||||||
])]
|
|
||||||
public function downBinary(ArtifactDownloader $downloader): DownloadResult
|
|
||||||
{
|
|
||||||
$llvmVersion = $this->detectZigLlvmVersion()
|
|
||||||
?? throw new DownloaderException('llvm-compiler-rt: could not detect bundled clang version from zig cc --version');
|
|
||||||
$tarball = "compiler-rt-{$llvmVersion}.src.tar.xz";
|
|
||||||
$url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-{$llvmVersion}/{$tarball}";
|
|
||||||
$tarballPath = DOWNLOAD_PATH . '/' . $tarball;
|
|
||||||
default_shell()->executeCurlDownload($url, $tarballPath, headers: $this->getGitHubTokenHeaders(), retries: $downloader->getRetry());
|
|
||||||
return DownloadResult::archive($tarball, ['url' => $url, 'version' => $llvmVersion], extract: '{source_path}/llvm-compiler-rt', verified: false, version: $llvmVersion);
|
|
||||||
}
|
|
||||||
|
|
||||||
#[CustomBinaryCheckUpdate('llvm-compiler-rt', [
|
|
||||||
'linux-x86_64',
|
|
||||||
'linux-aarch64',
|
|
||||||
'macos-x86_64',
|
|
||||||
'macos-aarch64',
|
|
||||||
])]
|
|
||||||
public function checkUpdateBinary(?string $old_version, ArtifactDownloader $downloader): CheckUpdateResult
|
|
||||||
{
|
|
||||||
$llvmVersion = $this->detectZigLlvmVersion()
|
|
||||||
?? throw new DownloaderException('llvm-compiler-rt: could not detect bundled clang version from zig cc --version');
|
|
||||||
return new CheckUpdateResult(
|
|
||||||
old: $old_version,
|
|
||||||
new: $llvmVersion,
|
|
||||||
needUpdate: $old_version === null || $llvmVersion !== $old_version,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
#[AfterBinaryExtract('llvm-compiler-rt', [
|
|
||||||
'linux-x86_64',
|
|
||||||
'linux-aarch64',
|
|
||||||
'macos-x86_64',
|
|
||||||
'macos-aarch64',
|
|
||||||
])]
|
|
||||||
public function postExtract(string $target_path): void
|
|
||||||
{
|
|
||||||
$this->buildForTriple($target_path);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function buildForTriple(?string $sourceDir = null, ?string $triple = null): void
|
|
||||||
{
|
|
||||||
$sourceDir ??= SOURCE_PATH . '/llvm-compiler-rt';
|
|
||||||
$triple ??= SystemTarget::getCanonicalTriple();
|
|
||||||
$libDir = zig::path() . '/lib/' . $triple;
|
|
||||||
if ($this->isBuilt($libDir)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
if (!is_dir($sourceDir) || !is_dir("{$sourceDir}/lib/profile")) {
|
|
||||||
throw new BuildFailureException("llvm-compiler-rt: missing source at {$sourceDir} (extraction layout changed?)");
|
|
||||||
}
|
|
||||||
f_mkdir($libDir, recursive: true);
|
|
||||||
$profileLib = "{$libDir}/libclang_rt.profile.a";
|
|
||||||
$crtBegin = "{$libDir}/clang_rt.crtbegin.o";
|
|
||||||
$crtEnd = "{$libDir}/clang_rt.crtend.o";
|
|
||||||
if (!file_exists($profileLib)) {
|
|
||||||
$this->buildProfileRuntime($sourceDir, $profileLib, $triple);
|
|
||||||
}
|
|
||||||
if (!file_exists($crtBegin) || !file_exists($crtEnd)) {
|
|
||||||
$this->buildCrtObjects($sourceDir, $crtBegin, $crtEnd, $triple);
|
|
||||||
}
|
|
||||||
$cpuModelLib = "{$libDir}/libclang_rt.cpu_model.a";
|
|
||||||
if (self::cpuModelArch($triple) !== null && !file_exists($cpuModelLib)) {
|
|
||||||
$this->buildCpuModelBuiltins($sourceDir, $cpuModelLib, $triple);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isBuilt(string $libDir): bool
|
|
||||||
{
|
|
||||||
return file_exists("{$libDir}/libclang_rt.profile.a")
|
|
||||||
&& file_exists("{$libDir}/clang_rt.crtbegin.o")
|
|
||||||
&& file_exists("{$libDir}/clang_rt.crtend.o")
|
|
||||||
&& (self::cpuModelArch(basename($libDir)) === null || file_exists("{$libDir}/libclang_rt.cpu_model.a"));
|
|
||||||
}
|
|
||||||
|
|
||||||
private function detectZigLlvmVersion(): ?string
|
|
||||||
{
|
|
||||||
if (!zig::isInstalled()) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
[$rc, $out] = shell()->execWithResult(escapeshellarg(zig::binary()) . ' cc --version', false);
|
|
||||||
if ($rc !== 0) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
return preg_match('/clang version (\d+\.\d+\.\d+)/', implode("\n", $out), $m) ? $m[1] : null;
|
|
||||||
}
|
|
||||||
|
|
||||||
private function buildProfileRuntime(string $srcRoot, string $libPath, string $triple): void
|
|
||||||
{
|
|
||||||
$profileSrc = "{$srcRoot}/lib/profile";
|
|
||||||
$profileInc = "{$srcRoot}/include";
|
|
||||||
// Skip OS-specific sources we can't satisfy without their SDKs.
|
|
||||||
$skip = ['/PlatformAIX', '/PlatformDarwin', '/PlatformFuchsia', '/PlatformOther', '/PlatformWindows', '/WindowsMMap'];
|
|
||||||
$sources = array_filter(
|
|
||||||
array_merge(glob("{$profileSrc}/*.c") ?: [], glob("{$profileSrc}/*.cpp") ?: []),
|
|
||||||
fn ($f) => !array_any($skip, fn ($s) => str_contains($f, $s)),
|
|
||||||
);
|
|
||||||
|
|
||||||
$objDir = "{$srcRoot}/obj-profile-{$triple}";
|
|
||||||
f_mkdir($objDir, recursive: true);
|
|
||||||
$cflags = "-target {$triple} -c -O2 -fPIC -fvisibility=hidden "
|
|
||||||
. '-I' . escapeshellarg($profileInc) . ' '
|
|
||||||
. '-DCOMPILER_RT_HAS_ATOMICS=1 -DCOMPILER_RT_HAS_FCNTL_LCK=1 -DCOMPILER_RT_HAS_UNAME=1';
|
|
||||||
$srcArgs = implode(' ', array_map('escapeshellarg', $sources));
|
|
||||||
shell()->cd($objDir)->exec("zig cc {$cflags} {$srcArgs}");
|
|
||||||
shell()->cd($objDir)->exec('zig ar rcs ' . escapeshellarg($libPath) . ' *.o');
|
|
||||||
}
|
|
||||||
|
|
||||||
private function buildCrtObjects(string $srcRoot, string $crtBegin, string $crtEnd, string $triple): void
|
|
||||||
{
|
|
||||||
$beginSrc = "{$srcRoot}/lib/builtins/crtbegin.c";
|
|
||||||
$endSrc = "{$srcRoot}/lib/builtins/crtend.c";
|
|
||||||
if (!is_file($beginSrc) || !is_file($endSrc)) {
|
|
||||||
throw new BuildFailureException("llvm-compiler-rt: crtbegin/crtend source missing under {$srcRoot}/lib/builtins");
|
|
||||||
}
|
|
||||||
$cflags = "-target {$triple} -c -O2 -fPIC -fvisibility=hidden -DCRT_HAS_INITFINI_ARRAY";
|
|
||||||
foreach ([[$beginSrc, $crtBegin], [$endSrc, $crtEnd]] as [$src, $dst]) {
|
|
||||||
shell()->exec("zig cc {$cflags} -o " . escapeshellarg($dst) . ' ' . escapeshellarg($src));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Build libclang_rt.cpu_model.a, provides
|
|
||||||
* the globals that __builtin_cpu_supports() reference.
|
|
||||||
*/
|
|
||||||
private function buildCpuModelBuiltins(string $srcRoot, string $libPath, string $triple): void
|
|
||||||
{
|
|
||||||
$builtins = "{$srcRoot}/lib/builtins";
|
|
||||||
$family = self::cpuModelArch($triple);
|
|
||||||
$cpuModelDir = "{$builtins}/cpu_model";
|
|
||||||
if (is_dir($cpuModelDir)) {
|
|
||||||
$src = "{$cpuModelDir}/{$family}.c";
|
|
||||||
$includes = '-I' . escapeshellarg($builtins) . ' -I' . escapeshellarg($cpuModelDir);
|
|
||||||
} else {
|
|
||||||
$src = "{$builtins}/cpu_model.c";
|
|
||||||
$includes = '-I' . escapeshellarg($builtins);
|
|
||||||
}
|
|
||||||
if (!is_file($src)) {
|
|
||||||
throw new BuildFailureException("llvm-compiler-rt: cpu_model source not found for {$triple} under {$builtins}");
|
|
||||||
}
|
|
||||||
|
|
||||||
$objDir = "{$srcRoot}/obj-cpu-model-{$triple}";
|
|
||||||
f_mkdir($objDir, recursive: true);
|
|
||||||
$obj = "{$objDir}/cpu_model.o";
|
|
||||||
$cflags = "-target {$triple} -c -O2 -fPIC {$includes}";
|
|
||||||
shell()->exec('zig cc ' . $cflags . ' -o ' . escapeshellarg($obj) . ' ' . escapeshellarg($src));
|
|
||||||
shell()->exec('zig ar rcs ' . escapeshellarg($libPath) . ' ' . escapeshellarg($obj));
|
|
||||||
}
|
|
||||||
|
|
||||||
private static function cpuModelArch(string $triple): ?string
|
|
||||||
{
|
|
||||||
$arch = explode('-', $triple)[0];
|
|
||||||
return match (true) {
|
|
||||||
in_array($arch, ['x86_64', 'amd64', 'i386', 'i686', 'x86'], true) => 'x86',
|
|
||||||
in_array($arch, ['aarch64', 'arm64'], true) => 'aarch64',
|
|
||||||
str_starts_with($arch, 'riscv') => 'riscv',
|
|
||||||
default => null,
|
|
||||||
};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,149 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Package\Artifact;
|
|
||||||
|
|
||||||
use StaticPHP\Artifact\ArtifactDownloader;
|
|
||||||
use StaticPHP\Artifact\Downloader\DownloadResult;
|
|
||||||
use StaticPHP\Artifact\Downloader\Type\CheckUpdateResult;
|
|
||||||
use StaticPHP\Artifact\Downloader\Type\GitHubTokenSetupTrait;
|
|
||||||
use StaticPHP\Attribute\Artifact\AfterBinaryExtract;
|
|
||||||
use StaticPHP\Attribute\Artifact\CustomBinary;
|
|
||||||
use StaticPHP\Attribute\Artifact\CustomBinaryCheckUpdate;
|
|
||||||
use StaticPHP\DI\ApplicationContext;
|
|
||||||
use StaticPHP\Exception\BuildFailureException;
|
|
||||||
use StaticPHP\Exception\DownloaderException;
|
|
||||||
use StaticPHP\Package\PackageBuilder;
|
|
||||||
|
|
||||||
class llvm_tools
|
|
||||||
{
|
|
||||||
use GitHubTokenSetupTrait;
|
|
||||||
|
|
||||||
public const array TOOLS = ['llvm-objcopy', 'llvm-strip', 'llvm-profdata'];
|
|
||||||
|
|
||||||
#[CustomBinary('llvm-tools', [
|
|
||||||
'linux-x86_64',
|
|
||||||
'linux-aarch64',
|
|
||||||
'macos-x86_64',
|
|
||||||
'macos-aarch64',
|
|
||||||
])]
|
|
||||||
public function downBinary(ArtifactDownloader $downloader): DownloadResult
|
|
||||||
{
|
|
||||||
$llvmVersion = $this->detectLlvmVersion()
|
|
||||||
?? throw new DownloaderException('Could not detect a clang version on host; install zig or clang first');
|
|
||||||
$tarball = "llvm-project-{$llvmVersion}.src.tar.xz";
|
|
||||||
$url = "https://github.com/llvm/llvm-project/releases/download/llvmorg-{$llvmVersion}/{$tarball}";
|
|
||||||
$tarballPath = DOWNLOAD_PATH . '/' . $tarball;
|
|
||||||
default_shell()->executeCurlDownload($url, $tarballPath, headers: $this->getGitHubTokenHeaders(), retries: $downloader->getRetry());
|
|
||||||
return DownloadResult::archive($tarball, ['url' => $url, 'version' => $llvmVersion], extract: '{source_path}/llvm-tools', verified: false, version: $llvmVersion);
|
|
||||||
}
|
|
||||||
|
|
||||||
#[CustomBinaryCheckUpdate('llvm-tools', [
|
|
||||||
'linux-x86_64',
|
|
||||||
'linux-aarch64',
|
|
||||||
'macos-x86_64',
|
|
||||||
'macos-aarch64',
|
|
||||||
])]
|
|
||||||
public function checkUpdateBinary(?string $old_version, ArtifactDownloader $downloader): CheckUpdateResult
|
|
||||||
{
|
|
||||||
$llvmVersion = $this->detectLlvmVersion()
|
|
||||||
?? throw new DownloaderException('Could not detect a clang version on host; install zig or clang first');
|
|
||||||
return new CheckUpdateResult(
|
|
||||||
old: $old_version,
|
|
||||||
new: $llvmVersion,
|
|
||||||
needUpdate: $old_version === null || $llvmVersion !== $old_version,
|
|
||||||
);
|
|
||||||
}
|
|
||||||
|
|
||||||
#[AfterBinaryExtract('llvm-tools', [
|
|
||||||
'linux-x86_64',
|
|
||||||
'linux-aarch64',
|
|
||||||
'macos-x86_64',
|
|
||||||
'macos-aarch64',
|
|
||||||
])]
|
|
||||||
public function postExtract(string $target_path): void
|
|
||||||
{
|
|
||||||
$this->buildForHost($target_path);
|
|
||||||
}
|
|
||||||
|
|
||||||
public function buildForHost(?string $sourceRoot = null): void
|
|
||||||
{
|
|
||||||
$sourceRoot ??= SOURCE_PATH . '/llvm-tools';
|
|
||||||
$binDir = PKG_ROOT_PATH . '/llvm-tools/bin';
|
|
||||||
if ($this->allBuilt($binDir)) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
$llvmDir = "{$sourceRoot}/llvm";
|
|
||||||
if (!is_dir($llvmDir)) {
|
|
||||||
throw new BuildFailureException("llvm-tools: missing source at {$llvmDir} (extraction layout changed?)");
|
|
||||||
}
|
|
||||||
$buildDir = "{$sourceRoot}/build";
|
|
||||||
$installDir = PKG_ROOT_PATH . '/llvm-tools';
|
|
||||||
f_mkdir($buildDir, recursive: true);
|
|
||||||
f_mkdir($binDir, recursive: true);
|
|
||||||
|
|
||||||
$cmakeArgs = implode(' ', array_map('escapeshellarg', [
|
|
||||||
'-S', $llvmDir,
|
|
||||||
'-B', $buildDir,
|
|
||||||
'-DCMAKE_BUILD_TYPE=Release',
|
|
||||||
'-DLLVM_ENABLE_PROJECTS=',
|
|
||||||
'-DLLVM_TARGETS_TO_BUILD=',
|
|
||||||
'-DLLVM_INCLUDE_BENCHMARKS=OFF',
|
|
||||||
'-DLLVM_INCLUDE_TESTS=OFF',
|
|
||||||
'-DLLVM_INCLUDE_EXAMPLES=OFF',
|
|
||||||
'-DLLVM_INCLUDE_DOCS=OFF',
|
|
||||||
'-DLLVM_ENABLE_ZLIB=OFF',
|
|
||||||
'-DLLVM_ENABLE_ZSTD=OFF',
|
|
||||||
'-DLLVM_ENABLE_LIBXML2=OFF',
|
|
||||||
'-DLLVM_ENABLE_TERMINFO=OFF',
|
|
||||||
'-DLLVM_ENABLE_LIBEDIT=OFF',
|
|
||||||
'-DLLVM_ENABLE_LIBPFM=OFF',
|
|
||||||
'-DLLVM_BUILD_LLVM_DYLIB=OFF',
|
|
||||||
'-DLLVM_LINK_LLVM_DYLIB=OFF',
|
|
||||||
'-DBUILD_SHARED_LIBS=OFF',
|
|
||||||
'-DCMAKE_C_COMPILER=' . zig::binary('zig-cc'),
|
|
||||||
'-DCMAKE_CXX_COMPILER=' . zig::binary('zig-c++'),
|
|
||||||
'-DCMAKE_INSTALL_PREFIX=' . $installDir,
|
|
||||||
]));
|
|
||||||
$jobs = ApplicationContext::get(PackageBuilder::class)->concurrency;
|
|
||||||
$targetArgs = implode(' ', array_map(fn ($t) => '--target ' . escapeshellarg($t), self::TOOLS));
|
|
||||||
|
|
||||||
shell()
|
|
||||||
->setEnv(['SPC_TARGET' => GNU_ARCH . '-linux-musl'])
|
|
||||||
->exec('cmake ' . $cmakeArgs)
|
|
||||||
->exec('cmake --build ' . escapeshellarg($buildDir) . ' ' . $targetArgs . " -j {$jobs}");
|
|
||||||
|
|
||||||
foreach (self::TOOLS as $t) {
|
|
||||||
$built = "{$buildDir}/bin/{$t}";
|
|
||||||
if (!is_file($built)) {
|
|
||||||
throw new BuildFailureException("llvm-tools: missing build output {$built}");
|
|
||||||
}
|
|
||||||
copy($built, "{$binDir}/{$t}");
|
|
||||||
chmod("{$binDir}/{$t}", 0755);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public function allBuilt(string $binDir): bool
|
|
||||||
{
|
|
||||||
foreach (self::TOOLS as $t) {
|
|
||||||
$p = "{$binDir}/{$t}";
|
|
||||||
if (!is_file($p) || !is_executable($p)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
private function detectLlvmVersion(): ?string
|
|
||||||
{
|
|
||||||
if (!zig::isInstalled()) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
[$rc, $out] = shell()->execWithResult(escapeshellarg(zig::binary()) . ' cc --version', false);
|
|
||||||
if ($rc !== 0) {
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
return preg_match('/clang version (\d+\.\d+\.\d+)/', implode("\n", $out), $m) ? $m[1] : null;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
48
src/Package/Artifact/meson_win.php
Normal file
48
src/Package/Artifact/meson_win.php
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Package\Artifact;
|
||||||
|
|
||||||
|
use StaticPHP\Attribute\Artifact\AfterBinaryExtract;
|
||||||
|
use StaticPHP\Exception\EnvironmentException;
|
||||||
|
use StaticPHP\Util\FileSystem;
|
||||||
|
|
||||||
|
class meson_win
|
||||||
|
{
|
||||||
|
/**
|
||||||
|
* Meson 1.11 dropped the Windows MSI, so the artifact is the wheel, installed offline
|
||||||
|
* into a private venv. The venv is not just packaging hygiene: pip generates a real
|
||||||
|
* meson.exe launcher there, and PostgreSQL needs one because its build re-invokes meson
|
||||||
|
* through find_program(), which rejects non-executables like the meson.pyz zipapp.
|
||||||
|
*/
|
||||||
|
#[AfterBinaryExtract('meson', ['windows-x86_64'])]
|
||||||
|
public function afterExtract(string $target_path): void
|
||||||
|
{
|
||||||
|
$dir = dirname($target_path);
|
||||||
|
$venv = "{$dir}\\venv";
|
||||||
|
|
||||||
|
// Prefer the python-win tool package (installed alongside via tools@windows),
|
||||||
|
// fall back to whatever Python the machine already has.
|
||||||
|
$candidates = ['"' . PKG_ROOT_PATH . '\python-win\tools\python.exe"', 'python', 'py -3'];
|
||||||
|
$python = null;
|
||||||
|
foreach ($candidates as $candidate) {
|
||||||
|
[$code] = cmd()->execWithResult("{$candidate} --version", false);
|
||||||
|
if ($code === 0) {
|
||||||
|
$python = $candidate;
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if ($python === null) {
|
||||||
|
throw new EnvironmentException('meson needs Python 3; the python-win tool package did not install and no system Python was found.');
|
||||||
|
}
|
||||||
|
|
||||||
|
if (is_dir($venv)) {
|
||||||
|
FileSystem::removeDir($venv);
|
||||||
|
}
|
||||||
|
cmd()->exec("{$python} -m venv \"{$venv}\"")
|
||||||
|
->exec("\"{$venv}\\Scripts\\python.exe\" -m pip install --no-index --no-deps \"{$target_path}\"");
|
||||||
|
|
||||||
|
FileSystem::writeFile("{$dir}\\meson.bat", "@echo off\r\n\"%~dp0venv\\Scripts\\meson.exe\" %*\r\n");
|
||||||
|
}
|
||||||
|
}
|
||||||
93
src/Package/Artifact/msys2_build_essentials.php
Normal file
93
src/Package/Artifact/msys2_build_essentials.php
Normal file
@@ -0,0 +1,93 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Package\Artifact;
|
||||||
|
|
||||||
|
use StaticPHP\Artifact\ArtifactDownloader;
|
||||||
|
use StaticPHP\Artifact\Downloader\DownloadResult;
|
||||||
|
use StaticPHP\Attribute\Artifact\AfterBinaryExtract;
|
||||||
|
use StaticPHP\Attribute\Artifact\BinaryExtract;
|
||||||
|
use StaticPHP\Attribute\Artifact\CustomBinary;
|
||||||
|
use StaticPHP\Exception\DownloaderException;
|
||||||
|
use StaticPHP\Util\FileSystem;
|
||||||
|
use StaticPHP\Util\GlobalEnvManager;
|
||||||
|
|
||||||
|
class msys2_build_essentials
|
||||||
|
{
|
||||||
|
// MSYS subsystem packages required for autotools-based builds.
|
||||||
|
private const REQUIRED_PACKAGES = ['make', 'autoconf', 'automake', 'libtool', 'pkgconf', 'perl', 'bison', 're2c'];
|
||||||
|
|
||||||
|
#[CustomBinary('msys2-build-essentials', ['windows-x86_64'])]
|
||||||
|
public function downBinary(ArtifactDownloader $downloader): DownloadResult
|
||||||
|
{
|
||||||
|
// MSYS2 nightly self-extracting archive; running it with `-y -oTARGET` extracts to TARGET\msys64\.
|
||||||
|
$url = 'https://github.com/msys2/msys2-installer/releases/download/nightly-x86_64/msys2-base-x86_64-latest.sfx.exe';
|
||||||
|
$filename = 'msys2-base-x86_64-latest.sfx.exe';
|
||||||
|
$path = DOWNLOAD_PATH . DIRECTORY_SEPARATOR . $filename;
|
||||||
|
|
||||||
|
default_shell()->executeCurlDownload($url, $path, retries: $downloader->getRetry());
|
||||||
|
|
||||||
|
return DownloadResult::file(
|
||||||
|
$filename,
|
||||||
|
['url' => $url, 'version' => 'nightly'],
|
||||||
|
version: 'nightly',
|
||||||
|
extract: '{pkg_root_path}/msys2-build-essentials',
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[BinaryExtract('msys2-build-essentials', ['windows-x86_64'])]
|
||||||
|
public function extractBinary(string $source_file, string $target_path): void
|
||||||
|
{
|
||||||
|
$target_path = FileSystem::convertPath($target_path);
|
||||||
|
$source_file = FileSystem::convertPath($source_file);
|
||||||
|
|
||||||
|
// Guard: skip re-extraction if already initialized (marker written at end of this method).
|
||||||
|
$marker = "{$target_path}\\.spc-msys2-initialized";
|
||||||
|
if (file_exists($marker)) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (!is_dir($target_path)) {
|
||||||
|
FileSystem::createDir($target_path);
|
||||||
|
}
|
||||||
|
|
||||||
|
cmd()->exec("\"{$source_file}\" -y -o\"{$target_path}\"");
|
||||||
|
|
||||||
|
$msys2_bin = "{$target_path}\\msys64\\usr\\bin";
|
||||||
|
if (!file_exists("{$msys2_bin}\\bash.exe")) {
|
||||||
|
throw new DownloaderException("MSYS2 extraction failed: bash.exe not found at {$msys2_bin}\\bash.exe");
|
||||||
|
}
|
||||||
|
|
||||||
|
// Add MSYS2 usr\bin to PATH so pacman.exe can load msys-2.0.dll.
|
||||||
|
GlobalEnvManager::addPathIfNotExists($msys2_bin);
|
||||||
|
GlobalEnvManager::putenv('CHERE_INVOKING=yes');
|
||||||
|
GlobalEnvManager::putenv('MSYSTEM=MSYS');
|
||||||
|
|
||||||
|
// Disable PGP signature checking: pacman-key --init requires a pseudo-TTY which is unavailable
|
||||||
|
// from PHP. Patching pacman.conf is the standard approach for CI pipelines.
|
||||||
|
$pacman_conf = "{$target_path}\\msys64\\etc\\pacman.conf";
|
||||||
|
FileSystem::replaceFileRegex($pacman_conf, '/^SigLevel\s*=.*$/m', 'SigLevel = Never');
|
||||||
|
|
||||||
|
$pacman = "{$target_path}\\msys64\\usr\\bin\\pacman.exe";
|
||||||
|
|
||||||
|
// Two-pass update as recommended by MSYS2 CI docs.
|
||||||
|
cmd()->exec("\"{$pacman}\" --noconfirm -Syuu");
|
||||||
|
cmd()->exec("\"{$pacman}\" --noconfirm -Syuu");
|
||||||
|
|
||||||
|
$pkgs = implode(' ', self::REQUIRED_PACKAGES);
|
||||||
|
cmd()->exec("\"{$pacman}\" --noconfirm -S --needed {$pkgs}");
|
||||||
|
|
||||||
|
FileSystem::writeFile($marker, date('Y-m-d H:i:s'));
|
||||||
|
}
|
||||||
|
|
||||||
|
#[AfterBinaryExtract('msys2-build-essentials', ['windows-x86_64'])]
|
||||||
|
public function afterExtract(string $target_path): void
|
||||||
|
{
|
||||||
|
$target_path = FileSystem::convertPath($target_path);
|
||||||
|
$msys2_root = "{$target_path}\\msys64";
|
||||||
|
|
||||||
|
GlobalEnvManager::putenv("SPC_MSYS2_PATH={$msys2_root}");
|
||||||
|
GlobalEnvManager::addPathIfNotExists("{$msys2_root}\\usr\\bin");
|
||||||
|
}
|
||||||
|
}
|
||||||
66
src/Package/Artifact/python_win.php
Normal file
66
src/Package/Artifact/python_win.php
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Package\Artifact;
|
||||||
|
|
||||||
|
use StaticPHP\Artifact\ArtifactDownloader;
|
||||||
|
use StaticPHP\Artifact\Downloader\DownloadResult;
|
||||||
|
use StaticPHP\Artifact\Downloader\Type\CheckUpdateResult;
|
||||||
|
use StaticPHP\Attribute\Artifact\AfterBinaryExtract;
|
||||||
|
use StaticPHP\Attribute\Artifact\CustomBinary;
|
||||||
|
use StaticPHP\Attribute\Artifact\CustomBinaryCheckUpdate;
|
||||||
|
use StaticPHP\Exception\DownloaderException;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Full CPython for Windows from the official python.org nuget package. It is a plain zip
|
||||||
|
* (python.exe plus stdlib under tools/, venv and ensurepip included), so it installs into
|
||||||
|
* the pkgroot without touching the system. Used by the meson tool package.
|
||||||
|
*/
|
||||||
|
class python_win
|
||||||
|
{
|
||||||
|
#[CustomBinary('python-win', [
|
||||||
|
'windows-x86_64',
|
||||||
|
])]
|
||||||
|
public function downBinary(ArtifactDownloader $downloader): DownloadResult
|
||||||
|
{
|
||||||
|
$version = $this->getLatestVersion($downloader->getRetry());
|
||||||
|
|
||||||
|
$url = "https://api.nuget.org/v3-flatcontainer/python/{$version}/python.{$version}.nupkg";
|
||||||
|
// .nupkg is a zip; name the cache file .zip so the extractor treats it as one
|
||||||
|
$path = DOWNLOAD_PATH . DIRECTORY_SEPARATOR . "python-win-{$version}.zip";
|
||||||
|
default_shell()->executeCurlDownload($url, $path, retries: $downloader->getRetry());
|
||||||
|
|
||||||
|
return DownloadResult::archive(basename($path), ['url' => $url, 'version' => $version], extract: '{pkg_root_path}/python-win', version: $version);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[CustomBinaryCheckUpdate('python-win', ['windows-x86_64'])]
|
||||||
|
public function checkUpdateBinary(?string $old_version): CheckUpdateResult
|
||||||
|
{
|
||||||
|
$version = $this->getLatestVersion();
|
||||||
|
return new CheckUpdateResult(
|
||||||
|
old: $old_version,
|
||||||
|
new: $version,
|
||||||
|
needUpdate: $old_version === null || $version !== $old_version,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[AfterBinaryExtract('python-win', ['windows-x86_64'])]
|
||||||
|
public function afterExtract(string $target_path): void
|
||||||
|
{
|
||||||
|
if (!file_exists("{$target_path}\\tools\\python.exe")) {
|
||||||
|
throw new DownloaderException("Python installation appears incomplete: python.exe not found at {$target_path}\\tools\\python.exe");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private function getLatestVersion(int $retries = 0): string
|
||||||
|
{
|
||||||
|
$index = default_shell()->executeCurl('https://api.nuget.org/v3-flatcontainer/python/index.json', retries: $retries);
|
||||||
|
$versions = $index ? (json_decode($index, true)['versions'] ?? []) : [];
|
||||||
|
$stable = array_filter($versions, fn ($v) => preg_match('/^\d+\.\d+\.\d+$/', $v));
|
||||||
|
if ($stable === []) {
|
||||||
|
throw new DownloaderException('Failed to get Python versions from the nuget index');
|
||||||
|
}
|
||||||
|
return end($stable);
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -15,23 +15,6 @@ use StaticPHP\Runtime\SystemTarget;
|
|||||||
|
|
||||||
class zig
|
class zig
|
||||||
{
|
{
|
||||||
/** Directory zig extracts into. */
|
|
||||||
public static function path(): string
|
|
||||||
{
|
|
||||||
return PKG_ROOT_PATH . '/zig';
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Path to a binary inside the zig install dir (zig, zig-cc, zig-c++, zig-ar, …). */
|
|
||||||
public static function binary(string $name = 'zig'): string
|
|
||||||
{
|
|
||||||
return self::path() . '/' . $name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static function isInstalled(): bool
|
|
||||||
{
|
|
||||||
return is_file(self::binary());
|
|
||||||
}
|
|
||||||
|
|
||||||
#[CustomBinary('zig', [
|
#[CustomBinary('zig', [
|
||||||
'linux-x86_64',
|
'linux-x86_64',
|
||||||
'linux-aarch64',
|
'linux-aarch64',
|
||||||
@@ -78,7 +61,7 @@ class zig
|
|||||||
if ($file_hash !== $sha256) {
|
if ($file_hash !== $sha256) {
|
||||||
throw new DownloaderException("Hash mismatch for downloaded Zig binary. Expected {$sha256}, got {$file_hash}");
|
throw new DownloaderException("Hash mismatch for downloaded Zig binary. Expected {$sha256}, got {$file_hash}");
|
||||||
}
|
}
|
||||||
return DownloadResult::archive(basename($path), ['url' => $url, 'version' => $latest_version], extract: '{pkg_root_path}/zig', verified: true, version: $latest_version);
|
return DownloadResult::archive(basename($path), ['url' => $url, 'version' => $latest_version], extract: PKG_ROOT_PATH . '/zig', verified: true, version: $latest_version);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[CustomBinaryCheckUpdate('zig', [
|
#[CustomBinaryCheckUpdate('zig', [
|
||||||
@@ -127,24 +110,26 @@ class zig
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!$all_exist) {
|
if ($all_exist) {
|
||||||
$script_path = ROOT_DIR . '/src/globals/scripts/zig-cc.sh';
|
return;
|
||||||
$script_content = file_get_contents($script_path);
|
|
||||||
|
|
||||||
file_put_contents("{$target_path}/zig-cc", $script_content);
|
|
||||||
chmod("{$target_path}/zig-cc", 0755);
|
|
||||||
|
|
||||||
$script_content = str_replace('zig cc', 'zig c++', $script_content);
|
|
||||||
file_put_contents("{$target_path}/zig-c++", $script_content);
|
|
||||||
file_put_contents("{$target_path}/zig-ar", "#!/usr/bin/env bash\nexec zig ar $@");
|
|
||||||
file_put_contents("{$target_path}/zig-ld.lld", "#!/usr/bin/env bash\nexec zig ld.lld $@");
|
|
||||||
file_put_contents("{$target_path}/zig-ranlib", "#!/usr/bin/env bash\nexec zig ranlib $@");
|
|
||||||
file_put_contents("{$target_path}/zig-objcopy", "#!/usr/bin/env bash\nexec zig objcopy $@");
|
|
||||||
chmod("{$target_path}/zig-c++", 0755);
|
|
||||||
chmod("{$target_path}/zig-ar", 0755);
|
|
||||||
chmod("{$target_path}/zig-ld.lld", 0755);
|
|
||||||
chmod("{$target_path}/zig-ranlib", 0755);
|
|
||||||
chmod("{$target_path}/zig-objcopy", 0755);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$script_path = ROOT_DIR . '/src/globals/scripts/zig-cc.sh';
|
||||||
|
$script_content = file_get_contents($script_path);
|
||||||
|
|
||||||
|
file_put_contents("{$target_path}/zig-cc", $script_content);
|
||||||
|
chmod("{$target_path}/zig-cc", 0755);
|
||||||
|
|
||||||
|
$script_content = str_replace('zig cc', 'zig c++', $script_content);
|
||||||
|
file_put_contents("{$target_path}/zig-c++", $script_content);
|
||||||
|
file_put_contents("{$target_path}/zig-ar", "#!/usr/bin/env bash\nexec zig ar $@");
|
||||||
|
file_put_contents("{$target_path}/zig-ld.lld", "#!/usr/bin/env bash\nexec zig ld.lld $@");
|
||||||
|
file_put_contents("{$target_path}/zig-ranlib", "#!/usr/bin/env bash\nexec zig ranlib $@");
|
||||||
|
file_put_contents("{$target_path}/zig-objcopy", "#!/usr/bin/env bash\nexec zig objcopy $@");
|
||||||
|
chmod("{$target_path}/zig-c++", 0755);
|
||||||
|
chmod("{$target_path}/zig-ar", 0755);
|
||||||
|
chmod("{$target_path}/zig-ld.lld", 0755);
|
||||||
|
chmod("{$target_path}/zig-ranlib", 0755);
|
||||||
|
chmod("{$target_path}/zig-objcopy", 0755);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ class curl
|
|||||||
// which requires secur32.lib for SSL/TLS functions (SslEncryptPackage, etc.).
|
// which requires secur32.lib for SSL/TLS functions (SslEncryptPackage, etc.).
|
||||||
$extra_libs = getenv('SPC_EXTRA_LIBS') ?: '';
|
$extra_libs = getenv('SPC_EXTRA_LIBS') ?: '';
|
||||||
if (!str_contains($extra_libs, 'secur32.lib')) {
|
if (!str_contains($extra_libs, 'secur32.lib')) {
|
||||||
putenv('SPC_EXTRA_LIBS=' . trim($extra_libs . ' secur32.lib'));
|
putenv('SPC_EXTRA_LIBS=' . trim("{$extra_libs} secur32.lib"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -35,37 +35,12 @@ class event extends PhpExtensionPackage
|
|||||||
|
|
||||||
#[BeforeStage('php', [php::class, 'makeForUnix'], 'ext-event')]
|
#[BeforeStage('php', [php::class, 'makeForUnix'], 'ext-event')]
|
||||||
#[PatchDescription('Prevent event extension compile error on macOS')]
|
#[PatchDescription('Prevent event extension compile error on macOS')]
|
||||||
#[PatchDescription('Patch libevent http_connection.c to use a const peer address')]
|
|
||||||
public function patchBeforeMake(PackageInstaller $installer): void
|
public function patchBeforeMake(PackageInstaller $installer): void
|
||||||
{
|
{
|
||||||
$php_src = $installer->getTargetPackage('php')->getSourceDir();
|
|
||||||
// Prevent event extension compile error on macOS
|
// Prevent event extension compile error on macOS
|
||||||
if (SystemTarget::getTargetOS() === 'Darwin') {
|
if (SystemTarget::getTargetOS() === 'Darwin') {
|
||||||
|
$php_src = $installer->getTargetPackage('php')->getSourceDir();
|
||||||
FileSystem::replaceFileRegex("{$php_src}/main/php_config.h", '/^#define HAVE_OPENPTY 1$/m', '');
|
FileSystem::replaceFileRegex("{$php_src}/main/php_config.h", '/^#define HAVE_OPENPTY 1$/m', '');
|
||||||
}
|
}
|
||||||
$this->patchLibeventConstPeer("{$php_src}/ext/event");
|
|
||||||
}
|
|
||||||
|
|
||||||
#[BeforeStage('ext-event', [PhpExtensionPackage::class, 'makeForUnix'])]
|
|
||||||
#[PatchDescription('Patch libevent http_connection.c to use a const peer address')]
|
|
||||||
public function patchBeforeSharedMake(PhpExtensionPackage $pkg): void
|
|
||||||
{
|
|
||||||
$this->patchLibeventConstPeer($pkg->getSourceDir());
|
|
||||||
}
|
|
||||||
|
|
||||||
private function patchLibeventConstPeer(string $event_source_dir): bool
|
|
||||||
{
|
|
||||||
$file = "{$event_source_dir}/php8/classes/http_connection.c";
|
|
||||||
if (!is_file($file)) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
// libevent >= 2.2 changed evhttp_connection_get_peer()'s
|
|
||||||
// address arg to `const char **`
|
|
||||||
$header = $this->getBuilder()->getBuildRootPath() . '/include/event2/http.h';
|
|
||||||
$isConst = is_file($header)
|
|
||||||
&& preg_match('/evhttp_connection_get_peer\s*\([^;]*\bconst\s+char\s*\*\*\s*address/s', file_get_contents($header)) === 1;
|
|
||||||
return (bool) ($isConst
|
|
||||||
? FileSystem::replaceFileRegex($file, '/^\tchar \*address;$/m', "\tconst char *address;")
|
|
||||||
: FileSystem::replaceFileRegex($file, '/^\tconst char \*address;$/m', "\tchar *address;"));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
57
src/Package/Extension/gmssl.php
Normal file
57
src/Package/Extension/gmssl.php
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
|
namespace Package\Extension;
|
||||||
|
|
||||||
|
use Package\Target\php;
|
||||||
|
use StaticPHP\Attribute\Package\BeforeStage;
|
||||||
|
use StaticPHP\Attribute\Package\Extension;
|
||||||
|
use StaticPHP\Attribute\PatchDescription;
|
||||||
|
use StaticPHP\Package\PhpExtensionPackage;
|
||||||
|
use StaticPHP\Util\FileSystem;
|
||||||
|
|
||||||
|
#[Extension('gmssl')]
|
||||||
|
class gmssl extends PhpExtensionPackage
|
||||||
|
{
|
||||||
|
#[BeforeStage('php', [php::class, 'buildconfForUnix'], 'ext-gmssl')]
|
||||||
|
#[BeforeStage('php', [php::class, 'buildconfForWindows'], 'ext-gmssl')]
|
||||||
|
#[PatchDescription('Fix ext-gmssl v1.1.1 compatibility with GmSSL >= 3.1.0 where SM2_VERIFY_CTX was removed (unified into SM2_SIGN_CTX)')]
|
||||||
|
public function patchSm2VerifyCtx(): void
|
||||||
|
{
|
||||||
|
// See: https://github.com/crazywhalecc/static-php-cli/issues/1182
|
||||||
|
FileSystem::replaceFileStr(
|
||||||
|
"{$this->getSourceDir()}/gmssl.c",
|
||||||
|
'SM2_VERIFY_CTX',
|
||||||
|
'SM2_SIGN_CTX'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[BeforeStage('php', [php::class, 'buildconfForUnix'], 'ext-gmssl')]
|
||||||
|
#[BeforeStage('php', [php::class, 'buildconfForWindows'], 'ext-gmssl')]
|
||||||
|
#[PatchDescription('Fix ext-gmssl v1.1.1: pbkdf2_hmac_sm3_genkey was renamed to sm3_pbkdf2 in GmSSL >= 3.2.0')]
|
||||||
|
public function patchPbkdf2Rename(): void
|
||||||
|
{
|
||||||
|
FileSystem::replaceFileStr(
|
||||||
|
"{$this->getSourceDir()}/gmssl.c",
|
||||||
|
'pbkdf2_hmac_sm3_genkey',
|
||||||
|
'sm3_pbkdf2'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
#[BeforeStage('php', [php::class, 'buildconfForWindows'], 'ext-gmssl')]
|
||||||
|
#[PatchDescription('Add CHECK_LIB to config.w32 for static Windows builds')]
|
||||||
|
public function patchBeforeBuildconfWin(): bool
|
||||||
|
{
|
||||||
|
$configW32 = "{$this->getSourceDir()}/config.w32";
|
||||||
|
if (str_contains(FileSystem::readFile($configW32), 'CHECK_LIB(')) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
FileSystem::replaceFileStr(
|
||||||
|
$configW32,
|
||||||
|
'AC_DEFINE(',
|
||||||
|
'CHECK_LIB("gmssl.lib", "gmssl", PHP_GMSSL);' . PHP_EOL . 'AC_DEFINE('
|
||||||
|
);
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -4,12 +4,17 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace Package\Extension;
|
namespace Package\Extension;
|
||||||
|
|
||||||
|
use Package\Target\php;
|
||||||
|
use StaticPHP\Attribute\Package\BeforeStage;
|
||||||
use StaticPHP\Attribute\Package\CustomPhpConfigureArg;
|
use StaticPHP\Attribute\Package\CustomPhpConfigureArg;
|
||||||
use StaticPHP\Attribute\Package\Extension;
|
use StaticPHP\Attribute\Package\Extension;
|
||||||
|
use StaticPHP\Attribute\PatchDescription;
|
||||||
use StaticPHP\Package\PackageBuilder;
|
use StaticPHP\Package\PackageBuilder;
|
||||||
|
use StaticPHP\Package\PhpExtensionPackage;
|
||||||
|
use StaticPHP\Util\FileSystem;
|
||||||
|
|
||||||
#[Extension('imagick')]
|
#[Extension('imagick')]
|
||||||
class imagick
|
class imagick extends PhpExtensionPackage
|
||||||
{
|
{
|
||||||
#[CustomPhpConfigureArg('Darwin')]
|
#[CustomPhpConfigureArg('Darwin')]
|
||||||
#[CustomPhpConfigureArg('Linux')]
|
#[CustomPhpConfigureArg('Linux')]
|
||||||
@@ -18,4 +23,35 @@ class imagick
|
|||||||
$disable_omp = ' ac_cv_func_omp_pause_resource_all=no';
|
$disable_omp = ' ac_cv_func_omp_pause_resource_all=no';
|
||||||
return '--with-imagick=' . ($shared ? 'shared,' : '') . $builder->getBuildRootPath() . $disable_omp;
|
return '--with-imagick=' . ($shared ? 'shared,' : '') . $builder->getBuildRootPath() . $disable_omp;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[CustomPhpConfigureArg('Windows')]
|
||||||
|
public function getWindowsConfigureArg(bool $shared): string
|
||||||
|
{
|
||||||
|
// config.w32 uses PHP_IMAGICK as an extra search path for CORE_RL_*.lib; the static
|
||||||
|
// ImageMagick libs are installed flat in buildroot/lib (headers in buildroot/include/imagemagick).
|
||||||
|
return '--with-imagick=' . BUILD_LIB_PATH;
|
||||||
|
}
|
||||||
|
|
||||||
|
#[BeforeStage('php', [php::class, 'buildconfForWindows'], 'ext-imagick')]
|
||||||
|
#[PatchDescription('Add the Win32 system libraries the static ImageMagick stack needs')]
|
||||||
|
public function patchConfigW32ForWindows(): void
|
||||||
|
{
|
||||||
|
$config = $this->getSourceDir() . '/config.w32';
|
||||||
|
|
||||||
|
// Idempotency guard (the source dir may be patched in place and reused across builds).
|
||||||
|
if (str_contains(FileSystem::readFile($config), 'LIBS_IMAGICK')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// The static ImageMagick stack needs several Win32 system libraries (GDI/GDI+, WIC, urlmon, ...)
|
||||||
|
// that aren't already pulled in by the other extensions. (imagick itself builds as plain C:
|
||||||
|
// ImageMagick is built with a 32-bit channel mask, see imagemagick.php buildWin, so the
|
||||||
|
// MagickCore headers don't require a C++ translation unit.)
|
||||||
|
FileSystem::replaceFileStr(
|
||||||
|
$config,
|
||||||
|
"AC_DEFINE('HAVE_IMAGICK', 1);",
|
||||||
|
'ADD_FLAG("LIBS_IMAGICK", "gdi32.lib gdiplus.lib urlmon.lib msimg32.lib oleaut32.lib windowscodecs.lib iphlpapi.lib");' . "\n\t\t" .
|
||||||
|
"AC_DEFINE('HAVE_IMAGICK', 1);"
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,25 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
declare(strict_types=1);
|
|
||||||
|
|
||||||
namespace Package\Extension;
|
|
||||||
|
|
||||||
use Package\Target\php;
|
|
||||||
use StaticPHP\Attribute\Package\BeforeStage;
|
|
||||||
use StaticPHP\Attribute\Package\Extension;
|
|
||||||
use StaticPHP\Package\PackageInstaller;
|
|
||||||
use StaticPHP\Util\FileSystem;
|
|
||||||
|
|
||||||
#[Extension('pdo_sqlite')]
|
|
||||||
class pdo_sqlite
|
|
||||||
{
|
|
||||||
#[BeforeStage('php', [php::class, 'configureForUnix'], 'ext-pdo_sqlite')]
|
|
||||||
public function patchBeforeConfigure(PackageInstaller $installer): void
|
|
||||||
{
|
|
||||||
FileSystem::replaceFileRegex(
|
|
||||||
"{$installer->getTargetPackage('php')->getSourceDir()}/configure",
|
|
||||||
'/sqlite3_column_table_name=yes/',
|
|
||||||
'sqlite3_column_table_name=no'
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -5,11 +5,15 @@ declare(strict_types=1);
|
|||||||
namespace Package\Extension;
|
namespace Package\Extension;
|
||||||
|
|
||||||
use Package\Target\php;
|
use Package\Target\php;
|
||||||
|
use StaticPHP\Attribute\Package\BeforeStage;
|
||||||
use StaticPHP\Attribute\Package\CustomPhpConfigureArg;
|
use StaticPHP\Attribute\Package\CustomPhpConfigureArg;
|
||||||
use StaticPHP\Attribute\Package\Extension;
|
use StaticPHP\Attribute\Package\Extension;
|
||||||
|
use StaticPHP\Attribute\PatchDescription;
|
||||||
use StaticPHP\Package\PackageBuilder;
|
use StaticPHP\Package\PackageBuilder;
|
||||||
use StaticPHP\Package\PackageInstaller;
|
use StaticPHP\Package\PackageInstaller;
|
||||||
use StaticPHP\Package\PhpExtensionPackage;
|
use StaticPHP\Package\PhpExtensionPackage;
|
||||||
|
use StaticPHP\Package\TargetPackage;
|
||||||
|
use StaticPHP\Util\FileSystem;
|
||||||
use StaticPHP\Util\SPCConfigUtil;
|
use StaticPHP\Util\SPCConfigUtil;
|
||||||
|
|
||||||
#[Extension('pgsql')]
|
#[Extension('pgsql')]
|
||||||
@@ -39,6 +43,27 @@ class pgsql extends PhpExtensionPackage
|
|||||||
return "--with-pgsql={$builder->getBuildRootPath()}";
|
return "--with-pgsql={$builder->getBuildRootPath()}";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[BeforeStage('php', [php::class, 'buildconfForWindows'], 'ext-pgsql')]
|
||||||
|
#[PatchDescription('Link the Win32 system libraries the static libpq needs')]
|
||||||
|
public function patchConfigW32ForWindows(TargetPackage $package): void
|
||||||
|
{
|
||||||
|
$config = "{$package->getSourceDir()}\\ext\\pgsql\\config.w32";
|
||||||
|
|
||||||
|
if (str_contains(FileSystem::readFile($config), 'LIBS_PGSQL')) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
|
// libpq uses SSPI for Windows auth (secur32) and the static libcrypto behind it
|
||||||
|
// reads the system cert store (crypt32). Nothing else puts these on the link line
|
||||||
|
// when the openssl extension itself is not part of the build.
|
||||||
|
FileSystem::replaceFileStr(
|
||||||
|
$config,
|
||||||
|
'EXTENSION("pgsql", "pgsql.c", PHP_PGSQL_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");',
|
||||||
|
'EXTENSION("pgsql", "pgsql.c", PHP_PGSQL_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");' . "\n\t\t" .
|
||||||
|
'ADD_FLAG("LIBS_PGSQL", "secur32.lib crypt32.lib");'
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
public function getSharedExtensionEnv(): array
|
public function getSharedExtensionEnv(): array
|
||||||
{
|
{
|
||||||
$parent = parent::getSharedExtensionEnv();
|
$parent = parent::getSharedExtensionEnv();
|
||||||
|
|||||||
@@ -50,8 +50,9 @@ class simdjson extends PhpExtensionPackage
|
|||||||
if (!str_contains((string) $extra, '-lstdc++')) {
|
if (!str_contains((string) $extra, '-lstdc++')) {
|
||||||
f_putenv('SPC_COMPILER_EXTRA=' . clean_spaces($extra . ' -lstdc++'));
|
f_putenv('SPC_COMPILER_EXTRA=' . clean_spaces($extra . ' -lstdc++'));
|
||||||
}
|
}
|
||||||
$env['CFLAGS'] .= ' -Xclang -target-feature -Xclang +evex512';
|
|
||||||
$env['CXXFLAGS'] .= ' -Xclang -target-feature -Xclang +evex512';
|
$env['CFLAGS'] .= ' -fno-sanitize=undefined -Xclang -target-feature -Xclang +evex512';
|
||||||
|
$env['CXXFLAGS'] .= ' -fno-sanitize=undefined -Xclang -target-feature -Xclang +evex512';
|
||||||
}
|
}
|
||||||
return $env;
|
return $env;
|
||||||
}
|
}
|
||||||
@@ -63,8 +64,8 @@ class simdjson extends PhpExtensionPackage
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$extra_cflags = getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS') ?: '';
|
$extra_cflags = getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS') ?: '';
|
||||||
GlobalEnvManager::putenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS=' . trim($extra_cflags . ' -Xclang -target-feature -Xclang +evex512'));
|
GlobalEnvManager::putenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS=' . trim($extra_cflags . ' -fno-sanitize=undefined -Xclang -target-feature -Xclang +evex512'));
|
||||||
$extra_cxxflags = getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CXXFLAGS') ?: '';
|
$extra_cxxflags = getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CXXFLAGS') ?: '';
|
||||||
GlobalEnvManager::putenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CXXFLAGS=' . trim($extra_cxxflags . ' -Xclang -target-feature -Xclang +evex512'));
|
GlobalEnvManager::putenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CXXFLAGS=' . trim($extra_cxxflags . ' -fno-sanitize=undefined -Xclang -target-feature -Xclang +evex512'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,6 +30,7 @@ class swoole extends PhpExtensionPackage
|
|||||||
if ($installer->getPhpExtensionPackage('swoole-hook-odbc') && $installer->getPhpExtensionPackage('pdo_odbc')?->isBuildStatic()) {
|
if ($installer->getPhpExtensionPackage('swoole-hook-odbc') && $installer->getPhpExtensionPackage('pdo_odbc')?->isBuildStatic()) {
|
||||||
throw new WrongUsageException('swoole-hook-odbc provides pdo_odbc, if you enable odbc hook for swoole, you must remove pdo_odbc extension.');
|
throw new WrongUsageException('swoole-hook-odbc provides pdo_odbc, if you enable odbc hook for swoole, you must remove pdo_odbc extension.');
|
||||||
}
|
}
|
||||||
|
|
||||||
// swoole-hook-pgsql conflicts with pdo_pgsql
|
// swoole-hook-pgsql conflicts with pdo_pgsql
|
||||||
if ($installer->getPhpExtensionPackage('swoole-hook-pgsql') && $installer->getPhpExtensionPackage('pdo_pgsql')?->isBuildStatic()) {
|
if ($installer->getPhpExtensionPackage('swoole-hook-pgsql') && $installer->getPhpExtensionPackage('pdo_pgsql')?->isBuildStatic()) {
|
||||||
throw new WrongUsageException('swoole-hook-pgsql provides pdo_pgsql, if you enable pgsql hook for swoole, you must remove pdo_pgsql extension.');
|
throw new WrongUsageException('swoole-hook-pgsql provides pdo_pgsql, if you enable pgsql hook for swoole, you must remove pdo_pgsql extension.');
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ use StaticPHP\Attribute\Package\Extension;
|
|||||||
use StaticPHP\Attribute\PatchDescription;
|
use StaticPHP\Attribute\PatchDescription;
|
||||||
use StaticPHP\Package\PackageInstaller;
|
use StaticPHP\Package\PackageInstaller;
|
||||||
use StaticPHP\Package\PhpExtensionPackage;
|
use StaticPHP\Package\PhpExtensionPackage;
|
||||||
use StaticPHP\Util\GlobalEnvManager;
|
use StaticPHP\Util\FileSystem;
|
||||||
use StaticPHP\Util\SourcePatcher;
|
use StaticPHP\Util\SourcePatcher;
|
||||||
|
|
||||||
#[Extension('xlswriter')]
|
#[Extension('xlswriter')]
|
||||||
@@ -21,37 +21,38 @@ class xlswriter extends PhpExtensionPackage
|
|||||||
#[CustomPhpConfigureArg('Linux')]
|
#[CustomPhpConfigureArg('Linux')]
|
||||||
public function getUnixConfigureArg(bool $shared, PackageInstaller $installer): string
|
public function getUnixConfigureArg(bool $shared, PackageInstaller $installer): string
|
||||||
{
|
{
|
||||||
$arg = '--with-xlswriter --enable-reader';
|
$shared = $shared ? '=shared' : '';
|
||||||
|
$arg = "--with-xlswriter{$shared} --enable-reader";
|
||||||
if ($installer->getLibraryPackage('openssl')) {
|
if ($installer->getLibraryPackage('openssl')) {
|
||||||
$arg .= ' --with-openssl=' . $installer->getLibraryPackage('openssl')->getBuildRootPath();
|
$arg .= ' --with-openssl=' . $installer->getLibraryPackage('openssl')->getBuildRootPath();
|
||||||
}
|
}
|
||||||
return $arg;
|
return $arg;
|
||||||
}
|
}
|
||||||
|
|
||||||
#[BeforeStage('php', [php::class, 'makeForUnix'], 'ext-xlswriter')]
|
#[BeforeStage('php', [php::class, 'buildconfForWindows'], 'ext-xlswriter')]
|
||||||
#[PatchDescription('Fix Unix build: add -std=gnu17 to CFLAGS to fix build errors on older GCC versions')]
|
#[PatchDescription('Define XML_STATIC so bundled Expat uses plain symbols instead of __declspec(dllimport) in static builds')]
|
||||||
public function patchBeforeUnixMake(): void
|
public function patchConfigForStaticExpat(): void
|
||||||
{
|
{
|
||||||
GlobalEnvManager::putenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS=' . getenv('SPC_CMD_VAR_PHP_MAKE_EXTRA_CFLAGS') . ' -std=gnu17');
|
FileSystem::replaceFileStr(
|
||||||
|
"{$this->getSourceDir()}/config.w32",
|
||||||
|
"' /D USE_SYSTEM_MINIZIP",
|
||||||
|
"' /D XML_STATIC /D USE_SYSTEM_MINIZIP"
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#[BeforeStage('php', [php::class, 'makeForWindows'], 'ext-xlswriter')]
|
#[BeforeStage('php', [php::class, 'makeForWindows'], 'ext-xlswriter')]
|
||||||
#[PatchDescription('Fix Windows build: apply win32 patch and add UTF-8 BOM to theme.c')]
|
#[PatchDescription('Fix Windows build: apply win32 patch and add UTF-8 BOM to theme.c')]
|
||||||
public function patchBeforeMakeForWindows(): void
|
public function patchBeforeMakeForWindows(): void
|
||||||
{
|
{
|
||||||
|
$source_dir = $this->getSourceDir();
|
||||||
|
$theme_file = "{$source_dir}/library/libxlsx/src/theme.c";
|
||||||
|
|
||||||
// fix windows build with openssl extension duplicate symbol bug
|
// fix windows build with openssl extension duplicate symbol bug
|
||||||
SourcePatcher::patchFile('spc_fix_xlswriter_win32.patch', $this->getSourceDir());
|
SourcePatcher::patchFile('spc_fix_xlswriter_win32.patch', $source_dir);
|
||||||
$content = file_get_contents($this->getSourceDir() . '/library/libxlsxwriter/src/theme.c');
|
$content = file_get_contents($theme_file);
|
||||||
$bom = pack('CCC', 0xEF, 0xBB, 0xBF);
|
$bom = pack('CCC', 0xEF, 0xBB, 0xBF);
|
||||||
if (!str_starts_with($content, $bom)) {
|
if (!str_starts_with($content, $bom)) {
|
||||||
file_put_contents($this->getSourceDir() . '/library/libxlsxwriter/src/theme.c', $bom . $content);
|
file_put_contents($theme_file, $bom . $content);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getSharedExtensionEnv(): array
|
|
||||||
{
|
|
||||||
$parent = parent::getSharedExtensionEnv();
|
|
||||||
$parent['CFLAGS'] .= ' -std=gnu17';
|
|
||||||
return $parent;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,9 +17,7 @@ class bzip2
|
|||||||
#[PatchBeforeBuild]
|
#[PatchBeforeBuild]
|
||||||
public function patchBeforeBuild(LibraryPackage $lib): void
|
public function patchBeforeBuild(LibraryPackage $lib): void
|
||||||
{
|
{
|
||||||
// Makefile pins -O2 -fPIC; inject SPC_DEFAULT_CFLAGS
|
FileSystem::replaceFileStr($lib->getSourceDir() . '/Makefile', 'CFLAGS=-Wall', 'CFLAGS=-fPIC -Wall');
|
||||||
$extra = deduplicate_flags(trim((string) getenv('SPC_DEFAULT_CFLAGS')) . ' -fPIC -Wall');
|
|
||||||
FileSystem::replaceFileStr($lib->getSourceDir() . '/Makefile', 'CFLAGS=-Wall', "CFLAGS={$extra}");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[BuildFor('Windows')]
|
#[BuildFor('Windows')]
|
||||||
|
|||||||
@@ -18,11 +18,9 @@ class fastlz
|
|||||||
{
|
{
|
||||||
$cc = getenv('CC') ?: 'cc';
|
$cc = getenv('CC') ?: 'cc';
|
||||||
$ar = getenv('AR') ?: 'ar';
|
$ar = getenv('AR') ?: 'ar';
|
||||||
$extra = trim((string) getenv('SPC_DEFAULT_CFLAGS'));
|
|
||||||
$extra = $extra !== '' ? $extra . ' -fPIC' : '-O3 -fPIC';
|
|
||||||
|
|
||||||
shell()->cd($lib->getSourceDir())->initializeEnv($lib)
|
shell()->cd($lib->getSourceDir())->initializeEnv($lib)
|
||||||
->exec("{$cc} -c {$extra} fastlz.c -o fastlz.o")
|
->exec("{$cc} -c -O3 -fPIC fastlz.c -o fastlz.o")
|
||||||
->exec("{$ar} rcs libfastlz.a fastlz.o");
|
->exec("{$ar} rcs libfastlz.a fastlz.o");
|
||||||
|
|
||||||
// Copy header file
|
// Copy header file
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ class gettext_win
|
|||||||
{
|
{
|
||||||
$ver = WindowsUtil::findVisualStudio();
|
$ver = WindowsUtil::findVisualStudio();
|
||||||
$vs_ver_dir = match ($ver['major_version']) {
|
$vs_ver_dir = match ($ver['major_version']) {
|
||||||
|
'18', // VS 2026 reuses the VS2022 (MSVC17) solution, which msbuild builds via forward compatibility.
|
||||||
'17' => '\MSVC17',
|
'17' => '\MSVC17',
|
||||||
'16' => '\MSVC16',
|
'16' => '\MSVC16',
|
||||||
default => throw new EnvironmentException("Current VS version {$ver['major_version']} is not supported yet!"),
|
default => throw new EnvironmentException("Current VS version {$ver['major_version']} is not supported yet!"),
|
||||||
@@ -44,7 +45,9 @@ class gettext_win
|
|||||||
{
|
{
|
||||||
$vs_ver_dir = ApplicationContext::get('gettext_win_vs_ver_dir');
|
$vs_ver_dir = ApplicationContext::get('gettext_win_vs_ver_dir');
|
||||||
cmd()->cd("{$lib->getSourceDir()}{$vs_ver_dir}\\libintl_static")
|
cmd()->cd("{$lib->getSourceDir()}{$vs_ver_dir}\\libintl_static")
|
||||||
->exec('msbuild libintl_static.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64 /p:WindowsTargetPlatformVersion=10.0');
|
// WholeProgramOptimization (/GL) emits LTCG objects that frankenphp's lld-link cannot
|
||||||
|
// read ("is not a native COFF file"); disable it so the .lib stays plain COFF.
|
||||||
|
->exec('msbuild libintl_static.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x64 /p:WindowsTargetPlatformVersion=10.0 /p:WholeProgramOptimization=false');
|
||||||
FileSystem::createDir($lib->getLibDir());
|
FileSystem::createDir($lib->getLibDir());
|
||||||
FileSystem::createDir($lib->getIncludeDir());
|
FileSystem::createDir($lib->getIncludeDir());
|
||||||
// libintl_a.lib is the static library output; copy as libintl.lib for linker compatibility
|
// libintl_a.lib is the static library output; copy as libintl.lib for linker compatibility
|
||||||
|
|||||||
@@ -18,7 +18,9 @@ class gmssl
|
|||||||
#[BuildFor('Darwin')]
|
#[BuildFor('Darwin')]
|
||||||
public function build(LibraryPackage $lib): void
|
public function build(LibraryPackage $lib): void
|
||||||
{
|
{
|
||||||
UnixCMakeExecutor::create($lib)->build();
|
UnixCMakeExecutor::create($lib)
|
||||||
|
->addConfigureArgs('-DENABLE_SM2_PRIVATE_KEY_EXPORT=ON')
|
||||||
|
->build();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[BuildFor('Windows')]
|
#[BuildFor('Windows')]
|
||||||
@@ -33,6 +35,7 @@ class gmssl
|
|||||||
'-G "NMake Makefiles"',
|
'-G "NMake Makefiles"',
|
||||||
'-DWIN32=ON',
|
'-DWIN32=ON',
|
||||||
'-DBUILD_SHARED_LIBS=OFF',
|
'-DBUILD_SHARED_LIBS=OFF',
|
||||||
|
'-DENABLE_SM2_PRIVATE_KEY_EXPORT=ON',
|
||||||
'-DCMAKE_BUILD_TYPE=Release',
|
'-DCMAKE_BUILD_TYPE=Release',
|
||||||
'-DCMAKE_C_FLAGS_RELEASE="/MT /O2 /Ob2 /DNDEBUG"',
|
'-DCMAKE_C_FLAGS_RELEASE="/MT /O2 /Ob2 /DNDEBUG"',
|
||||||
'-DCMAKE_CXX_FLAGS_RELEASE="/MT /O2 /Ob2 /DNDEBUG"',
|
'-DCMAKE_CXX_FLAGS_RELEASE="/MT /O2 /Ob2 /DNDEBUG"',
|
||||||
@@ -42,13 +45,13 @@ class gmssl
|
|||||||
->toStep(1)
|
->toStep(1)
|
||||||
->build();
|
->build();
|
||||||
|
|
||||||
// fix cmake_install.cmake install prefix (GmSSL overrides it internally)
|
cmd()->cd($buildDir)->exec('nmake gmssl XCFLAGS=/MT');
|
||||||
$installCmake = "{$buildDir}\\cmake_install.cmake";
|
|
||||||
FileSystem::writeFile(
|
|
||||||
$installCmake,
|
|
||||||
'set(CMAKE_INSTALL_PREFIX "' . str_replace('\\', '/', $lib->getBuildRootPath()) . '")' . PHP_EOL . FileSystem::readFile($installCmake)
|
|
||||||
);
|
|
||||||
|
|
||||||
cmd()->cd($buildDir)->exec('nmake install XCFLAGS=/MT');
|
$libPath = "{$lib->getBuildRootPath()}/lib";
|
||||||
|
$incPath = "{$lib->getBuildRootPath()}/include/gmssl";
|
||||||
|
FileSystem::createDir($libPath);
|
||||||
|
FileSystem::createDir($incPath);
|
||||||
|
FileSystem::copy("{$buildDir}\\bin\\gmssl.lib", "{$libPath}/gmssl.lib");
|
||||||
|
FileSystem::copyDir("{$lib->getSourceDir()}\\include\\gmssl", $incPath);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,12 +24,9 @@ class icu
|
|||||||
#[BuildFor('Linux')]
|
#[BuildFor('Linux')]
|
||||||
public function buildLinux(LibraryPackage $lib, ToolchainInterface $toolchain, PackageBuilder $builder): void
|
public function buildLinux(LibraryPackage $lib, ToolchainInterface $toolchain, PackageBuilder $builder): void
|
||||||
{
|
{
|
||||||
// runConfigureICU bakes CXXFLAGS/LDFLAGS, apply user flags too
|
|
||||||
$userCxxFlags = trim((string) getenv('SPC_DEFAULT_CXXFLAGS'));
|
|
||||||
$userLdFlags = trim((string) getenv('SPC_DEFAULT_LDFLAGS'));
|
|
||||||
$cppflags = 'CPPFLAGS="-DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=1 -DU_STATIC_IMPLEMENTATION=1 -DPIC -fPIC"';
|
$cppflags = 'CPPFLAGS="-DU_CHARSET_IS_UTF8=1 -DU_USING_ICU_NAMESPACE=1 -DU_STATIC_IMPLEMENTATION=1 -DPIC -fPIC"';
|
||||||
$cxxflags = "CXXFLAGS=\"-std=c++17 -DPIC -fPIC -fno-ident {$userCxxFlags}\"";
|
$cxxflags = 'CXXFLAGS="-std=c++17 -DPIC -fPIC -fno-ident"';
|
||||||
$ldflags = $toolchain->isStatic() ? "LDFLAGS=\"-static {$userLdFlags}\"" : "LDFLAGS=\"{$userLdFlags}\"";
|
$ldflags = $toolchain->isStatic() ? 'LDFLAGS="-static"' : '';
|
||||||
shell()->cd($lib->getSourceDir() . '/source')->initializeEnv($lib)
|
shell()->cd($lib->getSourceDir() . '/source')->initializeEnv($lib)
|
||||||
->exec(
|
->exec(
|
||||||
"{$cppflags} {$cxxflags} {$ldflags} " .
|
"{$cppflags} {$cxxflags} {$ldflags} " .
|
||||||
|
|||||||
@@ -6,15 +6,86 @@ namespace Package\Library;
|
|||||||
|
|
||||||
use StaticPHP\Attribute\Package\BuildFor;
|
use StaticPHP\Attribute\Package\BuildFor;
|
||||||
use StaticPHP\Attribute\Package\Library;
|
use StaticPHP\Attribute\Package\Library;
|
||||||
|
use StaticPHP\Exception\EnvironmentException;
|
||||||
use StaticPHP\Package\LibraryPackage;
|
use StaticPHP\Package\LibraryPackage;
|
||||||
use StaticPHP\Runtime\Executor\UnixAutoconfExecutor;
|
use StaticPHP\Runtime\Executor\UnixAutoconfExecutor;
|
||||||
use StaticPHP\Runtime\SystemTarget;
|
use StaticPHP\Runtime\SystemTarget;
|
||||||
use StaticPHP\Toolchain\Interface\ToolchainInterface;
|
use StaticPHP\Toolchain\Interface\ToolchainInterface;
|
||||||
use StaticPHP\Util\FileSystem;
|
use StaticPHP\Util\FileSystem;
|
||||||
|
use StaticPHP\Util\System\WindowsUtil;
|
||||||
|
|
||||||
#[Library('imagemagick')]
|
#[Library('imagemagick')]
|
||||||
class imagemagick
|
class imagemagick
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Build a fully static, self-contained ImageMagick 7 (Q16-HDRI, /MT) on Windows using the
|
||||||
|
* official VisualMagick build (the ImageMagick/Windows + Configure + Dependencies repos), which
|
||||||
|
* bundles every delegate. ImageMagick has no autoconf/CMake build on Windows, so this clones the
|
||||||
|
* VisualMagick tree, generates a static x64 solution via the Configure tool, and builds it with
|
||||||
|
* msbuild. The resulting CORE_RL_*.lib static libraries + MagickWand/MagickCore headers are
|
||||||
|
* installed into the build root for ext-imagick to link.
|
||||||
|
*
|
||||||
|
* A short working directory is used (VisualMagick's tree is deeply nested and otherwise exceeds
|
||||||
|
* MAX_PATH); override with SPC_IMAGEMAGICK_BUILD_DIR.
|
||||||
|
*/
|
||||||
|
#[BuildFor('Windows')]
|
||||||
|
public function buildWin(LibraryPackage $lib): void
|
||||||
|
{
|
||||||
|
$work = getenv('SPC_IMAGEMAGICK_BUILD_DIR') ?: 'C:\im';
|
||||||
|
$configure_release = '2026.05.30.2033';
|
||||||
|
$configure_url = "https://github.com/ImageMagick/Configure/releases/download/{$configure_release}/Configure.Release.x64.exe";
|
||||||
|
|
||||||
|
FileSystem::createDir($work);
|
||||||
|
// Clone the VisualMagick repos (ImageMagick source + Configure + Dependencies + all delegates).
|
||||||
|
if (!is_dir("{$work}\\ImageMagick")) {
|
||||||
|
cmd()->cd($work)->exec(SPC_GIT_EXEC . ' clone --depth 1 https://github.com/ImageMagick/Windows.git .');
|
||||||
|
cmd()->cd($work)->exec('bash clone-repositories.sh --imagemagick7');
|
||||||
|
}
|
||||||
|
// Use the prebuilt Configure tool (building it from source needs the MFC components).
|
||||||
|
default_shell()->executeCurlDownload($configure_url, "{$work}\\Configure\\Configure.Release.x64.exe", retries: 2);
|
||||||
|
|
||||||
|
// Generate a static, /MT (linkRuntime), x64, Q16-HDRI solution with the configs embedded
|
||||||
|
// (zeroConfigurationSupport) and OpenMP off (no vcomp runtime dependency).
|
||||||
|
$ver = WindowsUtil::findVisualStudio();
|
||||||
|
$vs_major = is_array($ver) ? $ver['major_version'] : 'unknown';
|
||||||
|
$vs_arg = match ($vs_major) {
|
||||||
|
'18',
|
||||||
|
'17' => '/VS2022',
|
||||||
|
'16' => '/VS2019',
|
||||||
|
default => throw new EnvironmentException("Current VS version {$vs_major} is not supported yet!"),
|
||||||
|
};
|
||||||
|
cmd()->cd("{$work}\\Configure")
|
||||||
|
->exec("Configure.Release.x64.exe /noWizard {$vs_arg} /x64 /static /linkRuntime /noOpenMP /zeroConfigurationSupport");
|
||||||
|
|
||||||
|
// x64 IM7 defaults to a 64-bit channel mask, whose magick-baseconfig.h #errors unless the
|
||||||
|
// consuming translation unit is C++. ext-imagick is plain C, so force a 32-bit channel mask
|
||||||
|
// (ample: 32 channels >> RGBA/CMYK) before building, keeping libs and the installed header in sync.
|
||||||
|
FileSystem::replaceFileStr(
|
||||||
|
"{$work}\\ImageMagick\\MagickCore\\magick-baseconfig.h",
|
||||||
|
'#define MAGICKCORE_CHANNEL_MASK_DEPTH 64',
|
||||||
|
'#define MAGICKCORE_CHANNEL_MASK_DEPTH 32'
|
||||||
|
);
|
||||||
|
|
||||||
|
cmd()->cd($work)
|
||||||
|
->exec('msbuild IM7.Static.x64.sln /m /t:Rebuild /nologo /p:Configuration=Release /p:Platform=x64');
|
||||||
|
|
||||||
|
$artifacts = "{$work}\\Artifacts\\lib";
|
||||||
|
if (!is_dir($artifacts)) {
|
||||||
|
throw new EnvironmentException('ImageMagick VisualMagick build produced no Artifacts/lib; build failed.');
|
||||||
|
}
|
||||||
|
// Install the static libs (flat, onto the build-root lib path) and the public headers.
|
||||||
|
FileSystem::createDir($lib->getLibDir());
|
||||||
|
foreach (glob("{$artifacts}\\CORE_RL_*.lib") as $f) {
|
||||||
|
FileSystem::copy($f, $lib->getLibDir() . '\\' . basename($f));
|
||||||
|
}
|
||||||
|
foreach (['MagickWand', 'MagickCore'] as $dir) {
|
||||||
|
FileSystem::createDir($lib->getIncludeDir() . "\\imagemagick\\{$dir}");
|
||||||
|
foreach (glob("{$work}\\ImageMagick\\{$dir}\\*.h") as $h) {
|
||||||
|
FileSystem::copy($h, $lib->getIncludeDir() . "\\imagemagick\\{$dir}\\" . basename($h));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#[BuildFor('Darwin')]
|
#[BuildFor('Darwin')]
|
||||||
#[BuildFor('Linux')]
|
#[BuildFor('Linux')]
|
||||||
public function buildUnix(LibraryPackage $lib, ToolchainInterface $toolchain): void
|
public function buildUnix(LibraryPackage $lib, ToolchainInterface $toolchain): void
|
||||||
|
|||||||
@@ -17,9 +17,7 @@ class jbig
|
|||||||
#[PatchBeforeBuild]
|
#[PatchBeforeBuild]
|
||||||
public function patchBeforeBuild(LibraryPackage $lib): void
|
public function patchBeforeBuild(LibraryPackage $lib): void
|
||||||
{
|
{
|
||||||
$extra = trim((string) getenv('SPC_DEFAULT_CFLAGS'));
|
FileSystem::replaceFileStr($lib->getSourceDir() . '/Makefile', 'CFLAGS = -O2 -W -Wno-unused-result', 'CFLAGS = -O2 -W -Wno-unused-result -fPIC');
|
||||||
$cflags = ($extra !== '' ? $extra : '-O2') . ' -W -Wno-unused-result -fPIC';
|
|
||||||
FileSystem::replaceFileStr($lib->getSourceDir() . '/Makefile', 'CFLAGS = -O2 -W -Wno-unused-result', "CFLAGS = {$cflags}");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[BuildFor('Darwin')]
|
#[BuildFor('Darwin')]
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ class krb5
|
|||||||
|
|
||||||
$resolved = array_keys($installer->getResolvedPackages());
|
$resolved = array_keys($installer->getResolvedPackages());
|
||||||
$spc = new SPCConfigUtil(['no_php' => true, 'libs_only_deps' => true]);
|
$spc = new SPCConfigUtil(['no_php' => true, 'libs_only_deps' => true]);
|
||||||
$config = $spc->getPackageDepsConfig($lib->getName(), $resolved);
|
$config = $spc->getPackageDepsConfig($lib->getName(), $resolved, include_suggests: true);
|
||||||
$extraEnv = [
|
$extraEnv = [
|
||||||
'CFLAGS' => '-fcommon',
|
'CFLAGS' => '-fcommon',
|
||||||
'LIBS' => $config['libs'],
|
'LIBS' => $config['libs'],
|
||||||
|
|||||||
@@ -9,10 +9,8 @@ use StaticPHP\Attribute\Package\Library;
|
|||||||
use StaticPHP\Package\LibraryPackage;
|
use StaticPHP\Package\LibraryPackage;
|
||||||
use StaticPHP\Runtime\Executor\UnixCMakeExecutor;
|
use StaticPHP\Runtime\Executor\UnixCMakeExecutor;
|
||||||
use StaticPHP\Runtime\Executor\WindowsCMakeExecutor;
|
use StaticPHP\Runtime\Executor\WindowsCMakeExecutor;
|
||||||
use StaticPHP\Runtime\SystemTarget;
|
|
||||||
use StaticPHP\Toolchain\Interface\ToolchainInterface;
|
use StaticPHP\Toolchain\Interface\ToolchainInterface;
|
||||||
use StaticPHP\Toolchain\ZigToolchain;
|
use StaticPHP\Toolchain\ZigToolchain;
|
||||||
use StaticPHP\Util\System\UnixUtil;
|
|
||||||
|
|
||||||
#[Library('libaom')]
|
#[Library('libaom')]
|
||||||
class libaom extends LibraryPackage
|
class libaom extends LibraryPackage
|
||||||
@@ -41,23 +39,9 @@ class libaom extends LibraryPackage
|
|||||||
$new = trim($extra . ' -D_GNU_SOURCE');
|
$new = trim($extra . ' -D_GNU_SOURCE');
|
||||||
f_putenv("SPC_COMPILER_EXTRA={$new}");
|
f_putenv("SPC_COMPILER_EXTRA={$new}");
|
||||||
}
|
}
|
||||||
$targetCpu = SystemTarget::getTargetArch();
|
|
||||||
if (str_starts_with($targetCpu, 'aarch')) {
|
|
||||||
$targetCpu = str_replace('aarch', 'arm', $targetCpu);
|
|
||||||
}
|
|
||||||
if (!UnixUtil::findCommand('nasm') && !UnixUtil::findCommand('yasm')) {
|
|
||||||
$targetCpu = 'generic';
|
|
||||||
}
|
|
||||||
UnixCMakeExecutor::create($this)
|
UnixCMakeExecutor::create($this)
|
||||||
->setBuildDir("{$this->getSourceDir()}/builddir")
|
->setBuildDir("{$this->getSourceDir()}/builddir")
|
||||||
->addConfigureArgs(
|
->addConfigureArgs('-DAOM_TARGET_CPU=generic')
|
||||||
"-DAOM_TARGET_CPU={$targetCpu}",
|
|
||||||
'-DCONFIG_RUNTIME_CPU_DETECT=1',
|
|
||||||
'-DENABLE_EXAMPLES=OFF',
|
|
||||||
'-DENABLE_TESTS=OFF',
|
|
||||||
'-DENABLE_TOOLS=OFF',
|
|
||||||
'-DENABLE_DOCS=OFF',
|
|
||||||
)
|
|
||||||
->build();
|
->build();
|
||||||
f_putenv("SPC_COMPILER_EXTRA={$extra}");
|
f_putenv("SPC_COMPILER_EXTRA={$extra}");
|
||||||
$this->patchPkgconfPrefix(['aom.pc']);
|
$this->patchPkgconfPrefix(['aom.pc']);
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ class libde265 extends LibraryPackage
|
|||||||
->addConfigureArgs(
|
->addConfigureArgs(
|
||||||
'-DENABLE_SDL=OFF',
|
'-DENABLE_SDL=OFF',
|
||||||
'-DENABLE_DECODER=OFF',
|
'-DENABLE_DECODER=OFF',
|
||||||
|
'-DENABLE_SIMD=OFF',
|
||||||
'-DHAVE_NEON=OFF',
|
'-DHAVE_NEON=OFF',
|
||||||
)
|
)
|
||||||
->build();
|
->build();
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ use StaticPHP\Attribute\Package\BuildFor;
|
|||||||
use StaticPHP\Attribute\Package\Library;
|
use StaticPHP\Attribute\Package\Library;
|
||||||
use StaticPHP\Package\LibraryPackage;
|
use StaticPHP\Package\LibraryPackage;
|
||||||
use StaticPHP\Runtime\Executor\UnixAutoconfExecutor;
|
use StaticPHP\Runtime\Executor\UnixAutoconfExecutor;
|
||||||
use StaticPHP\Runtime\SystemTarget;
|
|
||||||
|
|
||||||
#[Library('libffi')]
|
#[Library('libffi')]
|
||||||
class libffi extends LibraryPackage
|
class libffi extends LibraryPackage
|
||||||
@@ -29,7 +28,7 @@ class libffi extends LibraryPackage
|
|||||||
#[BuildFor('Darwin')]
|
#[BuildFor('Darwin')]
|
||||||
public function buildDarwin(): void
|
public function buildDarwin(): void
|
||||||
{
|
{
|
||||||
$arch = SystemTarget::getTargetArch();
|
$arch = getenv('SPC_ARCH');
|
||||||
UnixAutoconfExecutor::create($this)
|
UnixAutoconfExecutor::create($this)
|
||||||
->configure(
|
->configure(
|
||||||
"--host={$arch}-apple-darwin",
|
"--host={$arch}-apple-darwin",
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user