crazywhalecc
|
8f10e0d070
|
Add before and after build hooks for phar extension to replace file strings
|
2026-03-08 14:02:15 +08:00 |
|
crazywhalecc
|
0c86d82b98
|
Update getDistName method to use display-name from config
|
2026-03-08 14:02:04 +08:00 |
|
crazywhalecc
|
2676875ccd
|
Refactor PKG_CHECK_MODULES replacement and reuse make vars for configure
|
2026-03-08 14:01:44 +08:00 |
|
crazywhalecc
|
19d6d669c0
|
Move arg-type def in config
|
2026-03-08 14:01:29 +08:00 |
|
crazywhalecc
|
88af4a719f
|
Prefer cache extract path in getSourceDir method
|
2026-03-08 14:00:33 +08:00 |
|
crazywhalecc
|
b0b3220716
|
Fix zlib configure arg
|
2026-03-08 14:00:15 +08:00 |
|
crazywhalecc
|
5669642cf3
|
Merge branch 'main' into v3-refactor/new-extensions
# Conflicts:
# src/SPC/store/SourcePatcher.php
|
2026-03-07 21:30:02 +08:00 |
|
crazywhalecc
|
0548aba248
|
Add ext-curl
|
2026-03-07 21:20:34 +08:00 |
|
crazywhalecc
|
07fd1bcd03
|
Patch extension config.m4 files to use PKG_CHECK_MODULES_STATIC
|
2026-03-07 00:42:49 +08:00 |
|
crazywhalecc
|
780232fa60
|
Enhance dependency resolution for virtual-target packages
|
2026-03-07 00:42:34 +08:00 |
|
crazywhalecc
|
fbbed6d5c1
|
Add ext-ctype
|
2026-03-06 19:27:22 +08:00 |
|
crazywhalecc
|
fc807ec7c9
|
Add ext-calendar
|
2026-03-06 19:24:48 +08:00 |
|
crazywhalecc
|
58c02dfab3
|
Add ext-bz2
|
2026-03-06 19:23:08 +08:00 |
|
crazywhalecc
|
5e84fed19a
|
Add ext-brotli
|
2026-03-06 19:22:59 +08:00 |
|
crazywhalecc
|
d0b6a02432
|
Add patchBeforeBuild method to modify Makefile CFLAGS and enhance build process
|
2026-03-06 19:20:55 +08:00 |
|
crazywhalecc
|
368ce75261
|
Fix configuration retrieval by using the extension's name instead of a formatted version
|
2026-03-06 19:20:16 +08:00 |
|
crazywhalecc
|
32b7fee8d8
|
Fix version extraction to fallback on repository name if tag name is absent
|
2026-03-06 16:32:44 +08:00 |
|
Jerry Ma
|
8c4e3d58a3
|
Add php-src mirror and use gmp mirror site (#1048)
|
2026-03-06 15:25:38 +09:00 |
|
Marc
|
8a51d64685
|
Add condition for ffi patch (#1050)
|
2026-03-06 12:59:23 +07:00 |
|
crazywhalecc
|
055bc7bc3c
|
Add condition for ffi patch
|
2026-03-06 13:46:55 +08:00 |
|
crazywhalecc
|
84f6dab882
|
Add parallel update checking and improve artifact update handling
|
2026-03-05 11:11:31 +08:00 |
|
crazywhalecc
|
abdaaab6e6
|
Refactor CheckUpdateResult logic to simplify version comparison
|
2026-03-05 11:11:02 +08:00 |
|
crazywhalecc
|
5298ee4f97
|
Use constant back due to config validation problem
|
2026-03-05 08:21:44 +08:00 |
|
crazywhalecc
|
94fb7a643e
|
Merge remote-tracking branch 'origin/v3-feat/check-update' into v3-feat/check-update
|
2026-03-05 08:18:00 +08:00 |
|
crazywhalecc
|
715f33ac4d
|
Add log filtering to prevent sensitive data leakage
|
2026-03-05 08:17:41 +08:00 |
|
crazywhalecc
|
f7277cc012
|
Improve output formatting for update checks in CheckUpdateCommand
|
2026-03-05 08:17:13 +08:00 |
|
crazywhalecc
|
00c08e0c0c
|
Use no optional libs for libxml2
|
2026-03-05 08:11:41 +08:00 |
|
crazywhalecc
|
671ebd2582
|
Use gmp mirror site
|
2026-03-04 16:32:49 +08:00 |
|
crazywhalecc
|
12d4009a21
|
Update PHP release handling to use configurable mirror and improve URL management
|
2026-03-04 16:32:16 +08:00 |
|
crazywhalecc
|
dc0a80975f
|
Add PECL download type and support for PECL artifacts
|
2026-03-04 14:23:46 +09:00 |
|
crazywhalecc
|
174ef3dba7
|
Refactor ReturnCode constants for clarity and consistency
|
2026-02-28 15:36:04 +08:00 |
|
crazywhalecc
|
4f2ca17bde
|
cs fix
|
2026-02-28 15:16:31 +08:00 |
|
crazywhalecc
|
029f8efa12
|
Avoid empty output
|
2026-02-28 14:55:18 +08:00 |
|
crazywhalecc
|
7cedd45567
|
Merge remote-tracking branch 'origin/v3-feat/check-update' into v3-feat/check-update
|
2026-02-28 14:36:04 +08:00 |
|
crazywhalecc
|
28f4a5c523
|
Add support for custom source check-update callbacks in artifacts
|
2026-02-28 14:35:48 +08:00 |
|
Jerry Ma
|
6ef5e9e067
|
Update src/StaticPHP/Artifact/Downloader/Type/CheckUpdateInterface.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-28 14:18:32 +08:00 |
|
Jerry Ma
|
64b0e72908
|
Update src/StaticPHP/Artifact/Downloader/Type/PIE.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-28 14:17:48 +08:00 |
|
Jerry Ma
|
a7b04d9081
|
Update src/StaticPHP/Artifact/Downloader/Type/Git.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-02-28 14:16:57 +08:00 |
|
crazywhalecc
|
0a07f6b27c
|
cs fix
|
2026-02-28 14:07:05 +08:00 |
|
crazywhalecc
|
550f6cad60
|
Replace RuntimeException with DownloaderException for Go version retrieval failure
|
2026-02-28 14:02:32 +08:00 |
|
crazywhalecc
|
40e36982d3
|
Add custom binary check-update support for artifacts
|
2026-02-28 13:55:52 +08:00 |
|
crazywhalecc
|
ed5a516004
|
Implement check-update functionality for artifacts and enhance download result handling
|
2026-02-28 13:44:23 +08:00 |
|
crazywhalecc
|
2d550a8db4
|
Add simple output handling to exception classes
|
2026-02-28 13:43:28 +08:00 |
|
crazywhalecc
|
d316684995
|
Add optional package support for libaom, libsharpyuv, libjpeg, libxml2, and libpng in Unix build
|
2026-02-28 10:37:38 +08:00 |
|
crazywhalecc
|
c218aef947
|
Add doctor cache check and version management to ensure environment validation
|
2026-02-28 10:32:50 +08:00 |
|
crazywhalecc
|
7623b9e673
|
Deprecate '--debug' option and update logging level handling
|
2026-02-28 09:47:51 +08:00 |
|
crazywhalecc
|
fa175963f9
|
Enable suggested libs by default in build configurations for Unix and Windows
|
2026-02-27 10:03:25 +08:00 |
|
crazywhalecc
|
8c7d113c2f
|
Apply smoke test control option for frankenphp
|
2026-02-27 09:59:55 +08:00 |
|
crazywhalecc
|
b3d67b928a
|
Add tryPatchMakefileUnix method to fix //lib path in Makefile for Linux builds
|
2026-02-27 09:54:40 +08:00 |
|
crazywhalecc
|
f9fe2adb1d
|
Trim quotes from frankenphp app path to ensure valid directory check
|
2026-02-27 09:52:02 +08:00 |
|