mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
Compare commits
82 Commits
v3c/artifa
...
v3c/librar
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7f8674f667 | ||
|
|
8034ae37ea | ||
|
|
c9f24b980d | ||
|
|
facc7bc5a7 | ||
|
|
160d7f5537 | ||
|
|
afa5f535e9 | ||
|
|
0dde151632 | ||
|
|
e906edb332 | ||
|
|
7d6c082c86 | ||
|
|
db4f7c6a0c | ||
|
|
ca0167c83e | ||
|
|
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 | ||
|
|
63ab28097f | ||
|
|
0010e35882 | ||
|
|
728c8dd598 | ||
|
|
bf6216e59f | ||
|
|
411ad7cc0f | ||
|
|
0761267eb3 | ||
|
|
80ae7b093c | ||
|
|
072a3b5505 | ||
|
|
0e5738b710 | ||
|
|
3ff9426e50 | ||
|
|
6057394641 | ||
|
|
2f4fb9d28f | ||
|
|
96ab2de4b1 | ||
|
|
daea8e10ad | ||
|
|
727600a73a | ||
|
|
c641c3b8db | ||
|
|
29a8c9c196 | ||
|
|
37d8b87c3b | ||
|
|
5172580294 | ||
|
|
99e05aa22b |
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
|
||||||
|
```
|
||||||
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
|
||||||
|
|||||||
27
.github/workflows/tests.yml
vendored
27
.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"
|
||||||
|
|||||||
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.
|
||||||
@@ -104,7 +104,7 @@ echo '<?php echo "Hello world!\n";' > a.php
|
|||||||
|
|
||||||
## 直接下载
|
## 直接下载
|
||||||
|
|
||||||
如果你暂时不想构建,或只想先测试,可以从 [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 种扩展集合:
|
||||||
|
|
||||||
|
|||||||
@@ -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
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"
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
20
config/pkg/ext/ext-fastchart.yml
Normal file
20
config/pkg/ext/ext-fastchart.yml
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
ext-fastchart:
|
||||||
|
type: php-extension
|
||||||
|
artifact:
|
||||||
|
source:
|
||||||
|
type: ghtar
|
||||||
|
repo: iliaal/fastchart
|
||||||
|
extract: php-src/ext/fastchart
|
||||||
|
prefer-stable: true
|
||||||
|
metadata:
|
||||||
|
license-files: [LICENSE]
|
||||||
|
depends:
|
||||||
|
- freetype
|
||||||
|
suggests:
|
||||||
|
- libpng
|
||||||
|
- libjpeg
|
||||||
|
- libwebp
|
||||||
|
php-extension:
|
||||||
|
os:
|
||||||
|
- Linux
|
||||||
|
- Darwin
|
||||||
14
config/pkg/ext/ext-fastjson.yml
Normal file
14
config/pkg/ext/ext-fastjson.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
ext-fastjson:
|
||||||
|
type: php-extension
|
||||||
|
artifact:
|
||||||
|
source:
|
||||||
|
type: ghtar
|
||||||
|
repo: iliaal/fastjson
|
||||||
|
extract: php-src/ext/fastjson
|
||||||
|
prefer-stable: true
|
||||||
|
metadata:
|
||||||
|
license-files: [LICENSE]
|
||||||
|
php-extension:
|
||||||
|
os:
|
||||||
|
- Linux
|
||||||
|
- Darwin
|
||||||
@@ -10,3 +10,5 @@ ext-gmssl:
|
|||||||
license: PHP-3.01
|
license: PHP-3.01
|
||||||
depends:
|
depends:
|
||||||
- gmssl
|
- gmssl
|
||||||
|
php-extension:
|
||||||
|
arg-type: with-path
|
||||||
|
|||||||
@@ -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,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,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)"/'
|
||||||
|
|||||||
@@ -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)"/'
|
||||||
|
|||||||
@@ -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,6 @@ openssl:
|
|||||||
static-libs@windows:
|
static-libs@windows:
|
||||||
- libssl.lib
|
- libssl.lib
|
||||||
- libcrypto.lib
|
- libcrypto.lib
|
||||||
|
tools@windows:
|
||||||
|
- jom
|
||||||
|
- 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
|
||||||
|
|||||||
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,5 +1,5 @@
|
|||||||
go-win:
|
go-win:
|
||||||
type: target
|
type: tool
|
||||||
artifact:
|
artifact:
|
||||||
binary: custom
|
binary: custom
|
||||||
env:
|
env:
|
||||||
@@ -8,3 +8,8 @@ go-win:
|
|||||||
GOPATH: '{pkg_root_path}/go-win/go'
|
GOPATH: '{pkg_root_path}/go-win/go'
|
||||||
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
|
||||||
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
|
||||||
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
|
||||||
@@ -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
|
||||||
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/
|
||||||
|
|||||||
@@ -15,23 +15,6 @@ use StaticPHP\Util\GlobalEnvManager;
|
|||||||
|
|
||||||
class go_win
|
class go_win
|
||||||
{
|
{
|
||||||
/** GOROOT for the Windows Go toolchain. */
|
|
||||||
public static function path(): string
|
|
||||||
{
|
|
||||||
return PKG_ROOT_PATH . '/go-win';
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Path to a binary inside go-win's bin/ (go.exe, gofmt.exe, …). */
|
|
||||||
public static function binary(string $name = 'go.exe'): string
|
|
||||||
{
|
|
||||||
return self::path() . '/bin/' . $name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static function isInstalled(): bool
|
|
||||||
{
|
|
||||||
return is_file(self::binary());
|
|
||||||
}
|
|
||||||
|
|
||||||
#[CustomBinary('go-win', [
|
#[CustomBinary('go-win', [
|
||||||
'windows-x86_64',
|
'windows-x86_64',
|
||||||
])]
|
])]
|
||||||
|
|||||||
@@ -17,23 +17,6 @@ use StaticPHP\Util\System\LinuxUtil;
|
|||||||
|
|
||||||
class go_xcaddy
|
class go_xcaddy
|
||||||
{
|
{
|
||||||
/** GOROOT for the bundled Go toolchain used to build xcaddy. */
|
|
||||||
public static function path(): string
|
|
||||||
{
|
|
||||||
return PKG_ROOT_PATH . '/go-xcaddy';
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Path to a binary inside go-xcaddy's bin/ (xcaddy, go, …). */
|
|
||||||
public static function binary(string $name = 'xcaddy'): string
|
|
||||||
{
|
|
||||||
return self::path() . '/bin/' . $name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static function isInstalled(): bool
|
|
||||||
{
|
|
||||||
return is_file(self::binary());
|
|
||||||
}
|
|
||||||
|
|
||||||
#[CustomBinary('go-xcaddy', [
|
#[CustomBinary('go-xcaddy', [
|
||||||
'linux-x86_64',
|
'linux-x86_64',
|
||||||
'linux-aarch64',
|
'linux-aarch64',
|
||||||
|
|||||||
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");
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -16,23 +16,6 @@ use StaticPHP\Util\System\LinuxUtil;
|
|||||||
|
|
||||||
class rust
|
class rust
|
||||||
{
|
{
|
||||||
/** Install prefix the rust tarball's install.sh writes into. */
|
|
||||||
public static function path(): string
|
|
||||||
{
|
|
||||||
return PKG_ROOT_PATH . '/rust';
|
|
||||||
}
|
|
||||||
|
|
||||||
/** Path to a binary inside the rust install dir (cargo, rustc, rustup, …). */
|
|
||||||
public static function binary(string $name = 'cargo'): string
|
|
||||||
{
|
|
||||||
return self::path() . '/bin/' . $name;
|
|
||||||
}
|
|
||||||
|
|
||||||
public static function isInstalled(): bool
|
|
||||||
{
|
|
||||||
return is_file(self::binary());
|
|
||||||
}
|
|
||||||
|
|
||||||
#[CustomBinary('rust', [
|
#[CustomBinary('rust', [
|
||||||
'linux-x86_64',
|
'linux-x86_64',
|
||||||
'linux-aarch64',
|
'linux-aarch64',
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
@@ -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"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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'
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -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.');
|
||||||
|
|||||||
@@ -32,12 +32,15 @@ class xlswriter extends PhpExtensionPackage
|
|||||||
#[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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,10 @@ class brotli
|
|||||||
{
|
{
|
||||||
UnixCMakeExecutor::create($lib)
|
UnixCMakeExecutor::create($lib)
|
||||||
->setBuildDir($lib->getSourceDir() . '/build-dir')
|
->setBuildDir($lib->getSourceDir() . '/build-dir')
|
||||||
->addConfigureArgs("-DSHARE_INSTALL_PREFIX={$lib->getBuildRootPath()}")
|
->addConfigureArgs(
|
||||||
|
"-DSHARE_INSTALL_PREFIX={$lib->getBuildRootPath()}",
|
||||||
|
'-DBROTLI_DISABLE_TESTS=ON',
|
||||||
|
)
|
||||||
->build();
|
->build();
|
||||||
|
|
||||||
// Patch pkg-config files
|
// Patch pkg-config files
|
||||||
|
|||||||
@@ -17,7 +17,9 @@ class bzip2
|
|||||||
#[PatchBeforeBuild]
|
#[PatchBeforeBuild]
|
||||||
public function patchBeforeBuild(LibraryPackage $lib): void
|
public function patchBeforeBuild(LibraryPackage $lib): void
|
||||||
{
|
{
|
||||||
FileSystem::replaceFileStr($lib->getSourceDir() . '/Makefile', 'CFLAGS=-Wall', 'CFLAGS=-fPIC -Wall');
|
// Makefile pins -O2 -fPIC; inject SPC_DEFAULT_CFLAGS
|
||||||
|
$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,9 +18,11 @@ 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 -O3 -fPIC fastlz.c -o fastlz.o")
|
->exec("{$cc} -c {$extra} 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
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ 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('gmp')]
|
#[Library('gmp')]
|
||||||
class gmp
|
class gmp
|
||||||
@@ -16,10 +17,12 @@ class gmp
|
|||||||
#[BuildFor('Darwin')]
|
#[BuildFor('Darwin')]
|
||||||
public function build(LibraryPackage $lib): void
|
public function build(LibraryPackage $lib): void
|
||||||
{
|
{
|
||||||
UnixAutoconfExecutor::create($lib)
|
$make = UnixAutoconfExecutor::create($lib)->appendEnv(['CFLAGS' => '-std=c17']);
|
||||||
->appendEnv(['CFLAGS' => '-std=c17'])
|
if (SystemTarget::getTargetArch() === 'x86_64' && SystemTarget::getTargetOS() === 'Linux') {
|
||||||
->configure('--enable-fat')
|
$libc = SystemTarget::getLibc() === 'glibc' ? 'gnu' : 'musl';
|
||||||
->make();
|
$make->addConfigureArgs(["--host=x86_64-pc-linux-{$libc}"]);
|
||||||
|
}
|
||||||
|
$make->configure('--enable-fat')->make();
|
||||||
$lib->patchPkgconfPrefix(['gmp.pc']);
|
$lib->patchPkgconfPrefix(['gmp.pc']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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,9 +24,12 @@ 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"';
|
$cxxflags = "CXXFLAGS=\"-std=c++17 -DPIC -fPIC -fno-ident {$userCxxFlags}\"";
|
||||||
$ldflags = $toolchain->isStatic() ? 'LDFLAGS="-static"' : '';
|
$ldflags = $toolchain->isStatic() ? "LDFLAGS=\"-static {$userLdFlags}\"" : "LDFLAGS=\"{$userLdFlags}\"";
|
||||||
shell()->cd($lib->getSourceDir() . '/source')->initializeEnv($lib)
|
shell()->cd($lib->getSourceDir() . '/source')->initializeEnv($lib)
|
||||||
->exec(
|
->exec(
|
||||||
"{$cppflags} {$cxxflags} {$ldflags} " .
|
"{$cppflags} {$cxxflags} {$ldflags} " .
|
||||||
|
|||||||
@@ -45,6 +45,9 @@ class imagemagick
|
|||||||
// implicit --with-gcc-arch
|
// implicit --with-gcc-arch
|
||||||
// bleeds host cpu features into built binaries
|
// bleeds host cpu features into built binaries
|
||||||
'--without-gcc-arch',
|
'--without-gcc-arch',
|
||||||
|
'--disable-docs',
|
||||||
|
'--without-utilities',
|
||||||
|
'--disable-dpc',
|
||||||
);
|
);
|
||||||
|
|
||||||
// special: linux-static target needs `-static`
|
// special: linux-static target needs `-static`
|
||||||
|
|||||||
@@ -17,7 +17,9 @@ class jbig
|
|||||||
#[PatchBeforeBuild]
|
#[PatchBeforeBuild]
|
||||||
public function patchBeforeBuild(LibraryPackage $lib): void
|
public function patchBeforeBuild(LibraryPackage $lib): void
|
||||||
{
|
{
|
||||||
FileSystem::replaceFileStr($lib->getSourceDir() . '/Makefile', 'CFLAGS = -O2 -W -Wno-unused-result', 'CFLAGS = -O2 -W -Wno-unused-result -fPIC');
|
$extra = trim((string) getenv('SPC_DEFAULT_CFLAGS'));
|
||||||
|
$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')]
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ class ldap
|
|||||||
->optionalPackage('libsodium', '--with-argon2=libsodium', '--enable-argon2=no')
|
->optionalPackage('libsodium', '--with-argon2=libsodium', '--enable-argon2=no')
|
||||||
->addConfigureArgs(
|
->addConfigureArgs(
|
||||||
'--disable-slapd',
|
'--disable-slapd',
|
||||||
|
'--disable-debug',
|
||||||
'--without-systemd',
|
'--without-systemd',
|
||||||
'--without-cyrus-sasl',
|
'--without-cyrus-sasl',
|
||||||
'ac_cv_func_pthread_kill_other_threads_np=no'
|
'ac_cv_func_pthread_kill_other_threads_np=no'
|
||||||
|
|||||||
@@ -9,8 +9,10 @@ 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
|
||||||
@@ -39,9 +41,23 @@ 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('-DAOM_TARGET_CPU=generic')
|
->addConfigureArgs(
|
||||||
|
"-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']);
|
||||||
|
|||||||
@@ -35,7 +35,12 @@ class libavif
|
|||||||
->optionalPackage('libjpeg', '-DAVIF_JPEG=SYSTEM', '-DAVIF_JPEG=OFF')
|
->optionalPackage('libjpeg', '-DAVIF_JPEG=SYSTEM', '-DAVIF_JPEG=OFF')
|
||||||
->optionalPackage('libxml2', '-DAVIF_LIBXML2=SYSTEM', '-DAVIF_LIBXML2=OFF')
|
->optionalPackage('libxml2', '-DAVIF_LIBXML2=SYSTEM', '-DAVIF_LIBXML2=OFF')
|
||||||
->optionalPackage('libpng', '-DAVIF_LIBPNG=SYSTEM', '-DAVIF_LIBPNG=OFF')
|
->optionalPackage('libpng', '-DAVIF_LIBPNG=SYSTEM', '-DAVIF_LIBPNG=OFF')
|
||||||
->addConfigureArgs('-DAVIF_LIBYUV=OFF')
|
->addConfigureArgs(
|
||||||
|
'-DAVIF_LIBYUV=OFF',
|
||||||
|
'-DAVIF_BUILD_APPS=OFF',
|
||||||
|
'-DAVIF_BUILD_TESTS=OFF',
|
||||||
|
'-DAVIF_GTEST=OFF',
|
||||||
|
)
|
||||||
->build();
|
->build();
|
||||||
// patch pkgconfig
|
// patch pkgconfig
|
||||||
$lib->patchPkgconfPrefix(['libavif.pc']);
|
$lib->patchPkgconfPrefix(['libavif.pc']);
|
||||||
@@ -49,7 +54,7 @@ class libavif
|
|||||||
'-DAVIF_BUILD_APPS=OFF',
|
'-DAVIF_BUILD_APPS=OFF',
|
||||||
'-DAVIF_BUILD_TESTS=OFF',
|
'-DAVIF_BUILD_TESTS=OFF',
|
||||||
'-DAVIF_LIBYUV=OFF',
|
'-DAVIF_LIBYUV=OFF',
|
||||||
'-DAVIF_ENABLE_GTEST=OFF',
|
'-DAVIF_GTEST=OFF',
|
||||||
)
|
)
|
||||||
->build();
|
->build();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ class libffi extends LibraryPackage
|
|||||||
public function buildLinux(): void
|
public function buildLinux(): void
|
||||||
{
|
{
|
||||||
UnixAutoconfExecutor::create($this)
|
UnixAutoconfExecutor::create($this)
|
||||||
->configure()->make();
|
->configure('--disable-docs')->make();
|
||||||
|
|
||||||
if (is_file("{$this->getBuildRootPath()}/lib64/libffi.a")) {
|
if (is_file("{$this->getBuildRootPath()}/lib64/libffi.a")) {
|
||||||
copy("{$this->getBuildRootPath()}/lib64/libffi.a", "{$this->getBuildRootPath()}/lib/libffi.a");
|
copy("{$this->getBuildRootPath()}/lib64/libffi.a", "{$this->getBuildRootPath()}/lib/libffi.a");
|
||||||
@@ -33,6 +33,7 @@ class libffi extends LibraryPackage
|
|||||||
->configure(
|
->configure(
|
||||||
"--host={$arch}-apple-darwin",
|
"--host={$arch}-apple-darwin",
|
||||||
"--target={$arch}-apple-darwin",
|
"--target={$arch}-apple-darwin",
|
||||||
|
'--disable-docs',
|
||||||
)
|
)
|
||||||
->make();
|
->make();
|
||||||
$this->patchPkgconfPrefix(['libffi.pc']);
|
$this->patchPkgconfPrefix(['libffi.pc']);
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ class libffi_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 vs17 solution, which msbuild builds via forward compatibility.
|
||||||
'17' => '\win32\vs17_x64',
|
'17' => '\win32\vs17_x64',
|
||||||
'16' => '\win32\vs16_x64',
|
'16' => '\win32\vs16_x64',
|
||||||
default => throw new EnvironmentException("Current VS version {$ver['major_version']} is not supported!"),
|
default => throw new EnvironmentException("Current VS version {$ver['major_version']} is not supported!"),
|
||||||
@@ -33,7 +34,9 @@ class libffi_win
|
|||||||
{
|
{
|
||||||
$vs_ver_dir = ApplicationContext::get('libffi_win_vs_ver_dir');
|
$vs_ver_dir = ApplicationContext::get('libffi_win_vs_ver_dir');
|
||||||
cmd()->cd("{$lib->getSourceDir()}{$vs_ver_dir}")
|
cmd()->cd("{$lib->getSourceDir()}{$vs_ver_dir}")
|
||||||
->exec('msbuild libffi-msvc.sln /t:Rebuild /p:Configuration=Release /p:Platform=x64');
|
// 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 libffi-msvc.sln /t:Rebuild /p:Configuration=Release /p:Platform=x64 /p:WholeProgramOptimization=false');
|
||||||
FileSystem::createDir($lib->getLibDir());
|
FileSystem::createDir($lib->getLibDir());
|
||||||
FileSystem::createDir($lib->getIncludeDir());
|
FileSystem::createDir($lib->getIncludeDir());
|
||||||
|
|
||||||
|
|||||||
@@ -24,6 +24,17 @@ class libheif
|
|||||||
'list(APPEND REQUIRES_PRIVATE "libbrotlidec")' . "\n" . ' list(APPEND REQUIRES_PRIVATE "libbrotlienc")'
|
'list(APPEND REQUIRES_PRIVATE "libbrotlidec")' . "\n" . ' list(APPEND REQUIRES_PRIVATE "libbrotlienc")'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
// libheif 1.22+ ships a C-incompatible header: `struct heif_bad_pixel`
|
||||||
|
$heif_properties = $lib->getSourceDir() . '/libheif/api/libheif/heif_properties.h';
|
||||||
|
if (file_exists($heif_properties)
|
||||||
|
&& str_contains(file_get_contents($heif_properties), 'struct heif_bad_pixel { uint32_t row; uint32_t column; };')
|
||||||
|
) {
|
||||||
|
FileSystem::replaceFileStr(
|
||||||
|
$heif_properties,
|
||||||
|
'struct heif_bad_pixel { uint32_t row; uint32_t column; };',
|
||||||
|
'typedef struct heif_bad_pixel { uint32_t row; uint32_t column; } heif_bad_pixel;'
|
||||||
|
);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[BuildFor('Darwin')]
|
#[BuildFor('Darwin')]
|
||||||
@@ -36,6 +47,7 @@ class libheif
|
|||||||
'-DWITH_EXAMPLES=OFF',
|
'-DWITH_EXAMPLES=OFF',
|
||||||
'-DWITH_GDK_PIXBUF=OFF',
|
'-DWITH_GDK_PIXBUF=OFF',
|
||||||
'-DBUILD_TESTING=OFF',
|
'-DBUILD_TESTING=OFF',
|
||||||
|
'-DBUILD_DOCUMENTATION=OFF',
|
||||||
'-DWITH_LIBSHARPYUV=ON', // optional: libwebp
|
'-DWITH_LIBSHARPYUV=ON', // optional: libwebp
|
||||||
'-DENABLE_PLUGIN_LOADING=OFF',
|
'-DENABLE_PLUGIN_LOADING=OFF',
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ class libiconv_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!"),
|
||||||
@@ -33,7 +34,9 @@ class libiconv_win
|
|||||||
{
|
{
|
||||||
$vs_ver_dir = ApplicationContext::get('vs_ver_dir');
|
$vs_ver_dir = ApplicationContext::get('vs_ver_dir');
|
||||||
cmd()->cd("{$lib->getSourceDir()}{$vs_ver_dir}")
|
cmd()->cd("{$lib->getSourceDir()}{$vs_ver_dir}")
|
||||||
->exec('msbuild libiconv.sln /t:Rebuild /p:Configuration=Release /p:Platform=x64');
|
// 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 libiconv.sln /t:Rebuild /p:Configuration=Release /p:Platform=x64 /p:WholeProgramOptimization=false');
|
||||||
FileSystem::createDir($lib->getLibDir());
|
FileSystem::createDir($lib->getLibDir());
|
||||||
FileSystem::createDir($lib->getIncludeDir());
|
FileSystem::createDir($lib->getIncludeDir());
|
||||||
FileSystem::copy("{$lib->getSourceDir()}{$vs_ver_dir}\\x64\\lib\\libiconv.lib", "{$lib->getLibDir()}\\libiconv.lib");
|
FileSystem::copy("{$lib->getSourceDir()}{$vs_ver_dir}\\x64\\lib\\libiconv.lib", "{$lib->getLibDir()}\\libiconv.lib");
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ class libjxl extends LibraryPackage
|
|||||||
'-DJPEGXL_ENABLE_MANPAGES=OFF',
|
'-DJPEGXL_ENABLE_MANPAGES=OFF',
|
||||||
'-DJPEGXL_ENABLE_BENCHMARK=OFF',
|
'-DJPEGXL_ENABLE_BENCHMARK=OFF',
|
||||||
'-DJPEGXL_ENABLE_PLUGINS=OFF',
|
'-DJPEGXL_ENABLE_PLUGINS=OFF',
|
||||||
|
'-DJPEGXL_ENABLE_DOXYGEN=OFF',
|
||||||
'-DJPEGXL_ENABLE_SJPEG=ON',
|
'-DJPEGXL_ENABLE_SJPEG=ON',
|
||||||
'-DJPEGXL_ENABLE_JNI=OFF',
|
'-DJPEGXL_ENABLE_JNI=OFF',
|
||||||
'-DJPEGXL_ENABLE_TRANSCODE_JPEG=ON',
|
'-DJPEGXL_ENABLE_TRANSCODE_JPEG=ON',
|
||||||
|
|||||||
@@ -12,17 +12,25 @@ use StaticPHP\Runtime\Executor\UnixCMakeExecutor;
|
|||||||
#[Library('libmemcached')]
|
#[Library('libmemcached')]
|
||||||
class libmemcached extends LibraryPackage
|
class libmemcached extends LibraryPackage
|
||||||
{
|
{
|
||||||
|
private const array DISABLE_ARGS = [
|
||||||
|
'-DBUILD_TESTING=OFF',
|
||||||
|
'-DBUILD_DOCS=OFF',
|
||||||
|
'-DENABLE_MEMASLAP=OFF',
|
||||||
|
];
|
||||||
|
|
||||||
#[BuildFor('Linux')]
|
#[BuildFor('Linux')]
|
||||||
public function buildLinux(): void
|
public function buildLinux(): void
|
||||||
{
|
{
|
||||||
UnixCMakeExecutor::create($this)
|
UnixCMakeExecutor::create($this)
|
||||||
->addConfigureArgs('-DCMAKE_INSTALL_RPATH=""')
|
->addConfigureArgs('-DCMAKE_INSTALL_RPATH=""', ...self::DISABLE_ARGS)
|
||||||
->build();
|
->build();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[BuildFor('Darwin')]
|
#[BuildFor('Darwin')]
|
||||||
public function buildDarwin(): void
|
public function buildDarwin(): void
|
||||||
{
|
{
|
||||||
UnixCMakeExecutor::create($this)->build();
|
UnixCMakeExecutor::create($this)
|
||||||
|
->addConfigureArgs(...self::DISABLE_ARGS)
|
||||||
|
->build();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,8 @@ class libpng
|
|||||||
{
|
{
|
||||||
$args = [
|
$args = [
|
||||||
'--enable-hardware-optimizations',
|
'--enable-hardware-optimizations',
|
||||||
|
'--disable-tests',
|
||||||
|
'--disable-tools',
|
||||||
"--with-zlib-prefix={$lib->getBuildRootPath()}",
|
"--with-zlib-prefix={$lib->getBuildRootPath()}",
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -13,17 +13,29 @@ use StaticPHP\Runtime\Executor\WindowsCMakeExecutor;
|
|||||||
#[Library('librabbitmq')]
|
#[Library('librabbitmq')]
|
||||||
class librabbitmq extends LibraryPackage
|
class librabbitmq extends LibraryPackage
|
||||||
{
|
{
|
||||||
|
private const array DISABLE_ARGS = [
|
||||||
|
'-DBUILD_EXAMPLES=OFF',
|
||||||
|
'-DBUILD_TESTING=OFF',
|
||||||
|
'-DBUILD_TOOLS=OFF',
|
||||||
|
'-DBUILD_TOOLS_DOCS=OFF',
|
||||||
|
'-DBUILD_API_DOCS=OFF',
|
||||||
|
];
|
||||||
|
|
||||||
#[BuildFor('Darwin')]
|
#[BuildFor('Darwin')]
|
||||||
#[BuildFor('Linux')]
|
#[BuildFor('Linux')]
|
||||||
public function buildUnix(): void
|
public function buildUnix(): void
|
||||||
{
|
{
|
||||||
UnixCMakeExecutor::create($this)->addConfigureArgs('-DBUILD_STATIC_LIBS=ON')->build();
|
UnixCMakeExecutor::create($this)
|
||||||
|
->addConfigureArgs('-DBUILD_STATIC_LIBS=ON', ...self::DISABLE_ARGS)
|
||||||
|
->build();
|
||||||
}
|
}
|
||||||
|
|
||||||
#[BuildFor('Windows')]
|
#[BuildFor('Windows')]
|
||||||
public function buildWin(): void
|
public function buildWin(): void
|
||||||
{
|
{
|
||||||
WindowsCMakeExecutor::create($this)->build();
|
WindowsCMakeExecutor::create($this)
|
||||||
|
->addConfigureArgs(...self::DISABLE_ARGS)
|
||||||
|
->build();
|
||||||
rename("{$this->getLibDir()}\\librabbitmq.4.lib", "{$this->getLibDir()}\\rabbitmq.4.lib");
|
rename("{$this->getLibDir()}\\librabbitmq.4.lib", "{$this->getLibDir()}\\rabbitmq.4.lib");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,13 +42,16 @@ class libsodium
|
|||||||
{
|
{
|
||||||
$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 solution, which msbuild builds via forward compatibility.
|
||||||
'17' => '\vs2022',
|
'17' => '\vs2022',
|
||||||
'16' => '\vs2019',
|
'16' => '\vs2019',
|
||||||
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!"),
|
||||||
};
|
};
|
||||||
|
|
||||||
cmd()->cd("{$lib->getSourceDir()}\\builds\\msvc{$vs_ver_dir}")
|
cmd()->cd("{$lib->getSourceDir()}\\builds\\msvc{$vs_ver_dir}")
|
||||||
->exec('msbuild libsodium.sln /t:Rebuild /p:Configuration=StaticRelease /p:Platform=x64 /p:PreprocessorDefinitions="SODIUM_STATIC=1"');
|
// 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 libsodium.sln /t:Rebuild /p:Configuration=StaticRelease /p:Platform=x64 /p:WholeProgramOptimization=false /p:PreprocessorDefinitions="SODIUM_STATIC=1"');
|
||||||
FileSystem::createDir($lib->getLibDir());
|
FileSystem::createDir($lib->getLibDir());
|
||||||
FileSystem::createDir($lib->getIncludeDir());
|
FileSystem::createDir($lib->getIncludeDir());
|
||||||
|
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ class libssh2
|
|||||||
{
|
{
|
||||||
WindowsCMakeExecutor::create($lib)
|
WindowsCMakeExecutor::create($lib)
|
||||||
->addConfigureArgs(
|
->addConfigureArgs(
|
||||||
|
'-DCRYPTO_BACKEND=WinCNG',
|
||||||
'-DENABLE_ZLIB_COMPRESSION=ON',
|
'-DENABLE_ZLIB_COMPRESSION=ON',
|
||||||
'-DBUILD_TESTING=OFF'
|
'-DBUILD_TESTING=OFF'
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -41,6 +41,9 @@ class libtiff
|
|||||||
'--disable-libdeflate',
|
'--disable-libdeflate',
|
||||||
'--disable-tools',
|
'--disable-tools',
|
||||||
'--disable-contrib',
|
'--disable-contrib',
|
||||||
|
'--disable-tests',
|
||||||
|
'--disable-docs',
|
||||||
|
'--disable-sphinx',
|
||||||
'--disable-cxx',
|
'--disable-cxx',
|
||||||
'--without-x',
|
'--without-x',
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -13,12 +13,18 @@ use StaticPHP\Runtime\Executor\WindowsCMakeExecutor;
|
|||||||
#[Library('libuv')]
|
#[Library('libuv')]
|
||||||
class libuv
|
class libuv
|
||||||
{
|
{
|
||||||
|
private const array DISABLE_ARGS = [
|
||||||
|
'-DLIBUV_BUILD_SHARED=OFF',
|
||||||
|
'-DLIBUV_BUILD_TESTS=OFF',
|
||||||
|
'-DLIBUV_BUILD_BENCH=OFF',
|
||||||
|
];
|
||||||
|
|
||||||
#[BuildFor('Darwin')]
|
#[BuildFor('Darwin')]
|
||||||
#[BuildFor('Linux')]
|
#[BuildFor('Linux')]
|
||||||
public function buildUnix(LibraryPackage $lib): void
|
public function buildUnix(LibraryPackage $lib): void
|
||||||
{
|
{
|
||||||
UnixCMakeExecutor::create($lib)
|
UnixCMakeExecutor::create($lib)
|
||||||
->addConfigureArgs('-DLIBUV_BUILD_SHARED=OFF')
|
->addConfigureArgs(...self::DISABLE_ARGS)
|
||||||
->build();
|
->build();
|
||||||
// patch pkgconfig
|
// patch pkgconfig
|
||||||
$lib->patchPkgconfPrefix(['libuv-static.pc']);
|
$lib->patchPkgconfPrefix(['libuv-static.pc']);
|
||||||
@@ -28,7 +34,7 @@ class libuv
|
|||||||
public function buildWindows(LibraryPackage $lib): void
|
public function buildWindows(LibraryPackage $lib): void
|
||||||
{
|
{
|
||||||
WindowsCMakeExecutor::create($lib)
|
WindowsCMakeExecutor::create($lib)
|
||||||
->addConfigureArgs('-DLIBUV_BUILD_SHARED=OFF')
|
->addConfigureArgs(...self::DISABLE_ARGS)
|
||||||
->build();
|
->build();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ class libxslt
|
|||||||
'--without-crypto',
|
'--without-crypto',
|
||||||
'--without-debug',
|
'--without-debug',
|
||||||
'--without-debugger',
|
'--without-debugger',
|
||||||
|
'--without-profiler',
|
||||||
"--with-libxml-prefix={$lib->getBuildRootPath()}",
|
"--with-libxml-prefix={$lib->getBuildRootPath()}",
|
||||||
);
|
);
|
||||||
if (getenv('SPC_LD_LIBRARY_PATH') && getenv('SPC_LIBRARY_PATH')) {
|
if (getenv('SPC_LD_LIBRARY_PATH') && getenv('SPC_LIBRARY_PATH')) {
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ class mimalloc
|
|||||||
->addConfigureArgs(
|
->addConfigureArgs(
|
||||||
'-DMI_BUILD_SHARED=OFF',
|
'-DMI_BUILD_SHARED=OFF',
|
||||||
'-DMI_BUILD_OBJECT=OFF',
|
'-DMI_BUILD_OBJECT=OFF',
|
||||||
|
'-DMI_BUILD_TESTS=OFF',
|
||||||
'-DMI_INSTALL_TOPLEVEL=ON',
|
'-DMI_INSTALL_TOPLEVEL=ON',
|
||||||
);
|
);
|
||||||
if (SystemTarget::getLibc() === 'musl') {
|
if (SystemTarget::getLibc() === 'musl') {
|
||||||
|
|||||||
@@ -21,6 +21,7 @@ class mpir
|
|||||||
{
|
{
|
||||||
$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 build.vc17 solution, which msbuild builds via forward compatibility.
|
||||||
'17' => '\build.vc17',
|
'17' => '\build.vc17',
|
||||||
'16' => '\build.vc16',
|
'16' => '\build.vc16',
|
||||||
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!"),
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ 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\Attribute\Package\PatchBeforeBuild;
|
||||||
|
use StaticPHP\Attribute\PatchDescription;
|
||||||
use StaticPHP\Package\LibraryPackage;
|
use StaticPHP\Package\LibraryPackage;
|
||||||
use StaticPHP\Runtime\Executor\UnixAutoconfExecutor;
|
use StaticPHP\Runtime\Executor\UnixAutoconfExecutor;
|
||||||
use StaticPHP\Toolchain\Interface\ToolchainInterface;
|
use StaticPHP\Toolchain\Interface\ToolchainInterface;
|
||||||
@@ -16,6 +18,24 @@ use StaticPHP\Util\FileSystem;
|
|||||||
#[Library('ncursesw')]
|
#[Library('ncursesw')]
|
||||||
class ncurses
|
class ncurses
|
||||||
{
|
{
|
||||||
|
#[PatchBeforeBuild]
|
||||||
|
#[PatchDescription('Filter clang/zig "N warning(s) generated." line out of MKlib_gen.sh preprocessor pipe')]
|
||||||
|
public function patchBeforeBuild(LibraryPackage $lib): void
|
||||||
|
{
|
||||||
|
// MKlib_gen.sh feeds the C preprocessor's stdout through a sed/awk
|
||||||
|
// pipeline into lib_gen.c. zig-cc/clang emits "N warning(s) generated."
|
||||||
|
// on stdout (not stderr), and that line ends up as invalid C in the
|
||||||
|
// generated source. Filter it out of the pipe before sed sees it.
|
||||||
|
$mklibGen = $lib->getSourceDir() . '/ncurses/base/MKlib_gen.sh';
|
||||||
|
if (is_file($mklibGen) && !str_contains((string) file_get_contents($mklibGen), "| grep -v ' generated")) {
|
||||||
|
FileSystem::replaceFileStr(
|
||||||
|
$mklibGen,
|
||||||
|
'$preprocessor $TMP 2>/dev/null \\',
|
||||||
|
"\$preprocessor \$TMP 2>/dev/null \\\n| grep -v ' generated\\.\$' \\",
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#[BuildFor('Darwin')]
|
#[BuildFor('Darwin')]
|
||||||
#[BuildFor('Linux')]
|
#[BuildFor('Linux')]
|
||||||
public function build(LibraryPackage $package, ToolchainInterface $toolchain): void
|
public function build(LibraryPackage $package, ToolchainInterface $toolchain): void
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ class nghttp3
|
|||||||
'-DBUILD_SHARED_LIBS=OFF',
|
'-DBUILD_SHARED_LIBS=OFF',
|
||||||
'-DENABLE_STATIC_CRT=ON',
|
'-DENABLE_STATIC_CRT=ON',
|
||||||
'-DENABLE_LIB_ONLY=ON',
|
'-DENABLE_LIB_ONLY=ON',
|
||||||
|
'-DBUILD_TESTING=OFF',
|
||||||
)
|
)
|
||||||
->build();
|
->build();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -25,6 +25,7 @@ class ngtcp2
|
|||||||
'-DENABLE_STATIC_CRT=ON',
|
'-DENABLE_STATIC_CRT=ON',
|
||||||
'-DENABLE_LIB_ONLY=ON',
|
'-DENABLE_LIB_ONLY=ON',
|
||||||
'-DENABLE_OPENSSL=OFF',
|
'-DENABLE_OPENSSL=OFF',
|
||||||
|
'-DBUILD_TESTING=OFF',
|
||||||
)
|
)
|
||||||
->build();
|
->build();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ class openssl
|
|||||||
{
|
{
|
||||||
if (SystemTarget::getTargetOS() === 'Windows') {
|
if (SystemTarget::getTargetOS() === 'Windows') {
|
||||||
global $argv;
|
global $argv;
|
||||||
$perl_path_native = PKG_ROOT_PATH . '\strawberry-perl-' . arch2gnu(php_uname('m')) . '-win\perl\bin\perl.exe';
|
$perl_path_native = PKG_ROOT_PATH . '\strawberry-perl\perl\bin\perl.exe';
|
||||||
$perl = file_exists($perl_path_native) ? ($perl_path_native) : WindowsUtil::findCommand('perl.exe');
|
$perl = file_exists($perl_path_native) ? ($perl_path_native) : WindowsUtil::findCommand('perl.exe');
|
||||||
if ($perl === null) {
|
if ($perl === null) {
|
||||||
throw new EnvironmentException(
|
throw new EnvironmentException(
|
||||||
@@ -111,6 +111,12 @@ class openssl
|
|||||||
$openssl_dir ??= LinuxUtil::getOSRelease()['dist'] === 'redhat' ? '/etc/pki/tls' : '/etc/ssl';
|
$openssl_dir ??= LinuxUtil::getOSRelease()['dist'] === 'redhat' ? '/etc/pki/tls' : '/etc/ssl';
|
||||||
$ex_lib = trim($ex_lib);
|
$ex_lib = trim($ex_lib);
|
||||||
|
|
||||||
|
// anything we want included (PGO -fprofile-*, LTO, custom hardening)
|
||||||
|
// has to be appended on the command line *after* the target name.
|
||||||
|
$userCFlags = trim((string) getenv('SPC_DEFAULT_CFLAGS'));
|
||||||
|
$userLdFlags = trim((string) getenv('SPC_DEFAULT_LDFLAGS'));
|
||||||
|
$userExtra = trim($userCFlags . ' ' . $userLdFlags);
|
||||||
|
|
||||||
shell()->cd($lib->getSourceDir())->initializeEnv($lib)
|
shell()->cd($lib->getSourceDir())->initializeEnv($lib)
|
||||||
->exec(
|
->exec(
|
||||||
"{$env} ./Configure no-shared zlib " .
|
"{$env} ./Configure no-shared zlib " .
|
||||||
@@ -121,7 +127,8 @@ class openssl
|
|||||||
'enable-pie ' .
|
'enable-pie ' .
|
||||||
'no-legacy ' .
|
'no-legacy ' .
|
||||||
'no-tests ' .
|
'no-tests ' .
|
||||||
"linux-{$arch}"
|
"linux-{$arch} " .
|
||||||
|
$userExtra
|
||||||
)
|
)
|
||||||
->exec('make clean')
|
->exec('make clean')
|
||||||
->exec("make -j{$lib->getBuilder()->concurrency} CNF_EX_LIBS=\"{$ex_lib}\"")
|
->exec("make -j{$lib->getBuilder()->concurrency} CNF_EX_LIBS=\"{$ex_lib}\"")
|
||||||
|
|||||||
@@ -20,6 +20,11 @@ class qdbm
|
|||||||
{
|
{
|
||||||
$ac = UnixAutoconfExecutor::create($lib)->configure();
|
$ac = UnixAutoconfExecutor::create($lib)->configure();
|
||||||
FileSystem::replaceFileRegex($lib->getSourceDir() . '/Makefile', '/MYLIBS = libqdbm.a.*/m', 'MYLIBS = libqdbm.a');
|
FileSystem::replaceFileRegex($lib->getSourceDir() . '/Makefile', '/MYLIBS = libqdbm.a.*/m', 'MYLIBS = libqdbm.a');
|
||||||
|
// Makefile pins -O3, replace with SPC_DEFAULT_CFLAGS
|
||||||
|
$extra = trim((string) getenv('SPC_DEFAULT_CFLAGS'));
|
||||||
|
if ($extra !== '') {
|
||||||
|
FileSystem::replaceFileRegex($lib->getSourceDir() . '/Makefile', '/^CFLAGS = .*$/m', "CFLAGS = -Wall {$extra}");
|
||||||
|
}
|
||||||
$ac->make(SystemTarget::getTargetOS() === 'Darwin' ? 'mac' : '');
|
$ac->make(SystemTarget::getTargetOS() === 'Darwin' ? 'mac' : '');
|
||||||
$lib->patchPkgconfPrefix(['qdbm.pc']);
|
$lib->patchPkgconfPrefix(['qdbm.pc']);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ class readline
|
|||||||
->configure(
|
->configure(
|
||||||
'--with-curses',
|
'--with-curses',
|
||||||
'--enable-multibyte=yes',
|
'--enable-multibyte=yes',
|
||||||
|
'--disable-install-examples',
|
||||||
)
|
)
|
||||||
->make();
|
->make();
|
||||||
$lib->patchPkgconfPrefix(['readline.pc']);
|
$lib->patchPkgconfPrefix(['readline.pc']);
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user