Jerry Ma
9664709f21
Add libtiff support ( #361 )
...
* add libtiff support
* fix command option not working on *nix
* fix test with libs ext test
2024-03-01 19:19:47 +08:00
Jerry Ma
b46655ecfe
Add custom Windows micro logo support ( #358 )
...
* add custom windows micro logo option `--with-micro-logo`
* bump version 2.1.2
2024-02-29 15:35:02 +08:00
crazywhalecc
9dd89e6b02
add --with-upx-pack command
2024-02-19 13:25:47 +08:00
crazywhalecc
b4ae87585c
treat https://github.com/crazywhalecc/static-php-cli/issues/249 as feature
2024-02-18 16:22:17 +08:00
crazywhalecc
8376122634
sort pkg.json
2024-02-18 16:22:17 +08:00
crazywhalecc
a30e054d7d
Add package management
2024-02-18 16:22:17 +08:00
crazywhalecc
3ac3dab6c8
apply default no-ansi output
2024-02-18 09:44:04 +08:00
crazywhalecc
e5d2d5e689
Merge branch 'main' into ext/gettext
...
# Conflicts:
# config/ext.json
# src/globals/test-extensions.php
2024-02-16 19:42:18 +08:00
crazywhalecc
0954ddcc96
refactor some terminal outputs
2024-02-16 18:57:32 +08:00
crazywhalecc
939db75268
refactor DependencyUtil, use for-libs and for-sources instead of by
2024-02-16 18:56:33 +08:00
crazywhalecc
05e3898e7a
add gettext support
2024-02-16 01:28:10 +08:00
crazywhalecc
1e898d271d
add with-suggested-libs and with-suggested-exts
2024-02-06 16:06:09 +08:00
crazywhalecc
06e9864d19
fix swoole hook check
2024-02-04 18:00:35 +08:00
crazywhalecc
0b1a321615
change with-micro-ext-test to without
2024-02-04 18:00:35 +08:00
crazywhalecc
839931d65f
add static-php-cli.version ini for php-src
2024-02-04 11:22:53 +08:00
crazywhalecc
104778d17a
add windows support
2024-01-11 09:48:28 +08:00
crazywhalecc
7620d5900e
cs fix
2024-01-09 11:51:11 +08:00
crazywhalecc
149e844d59
add --with-added-patch command
2024-01-09 11:51:11 +08:00
crazywhalecc
12ea3218e8
fix --from-zip not working bug
2024-01-08 23:36:19 +08:00
crazywhalecc
13e0e12181
update patch order
2024-01-07 12:20:58 +08:00
crazywhalecc
0b322f494b
test
2024-01-07 12:20:58 +08:00
Jerry Ma
539aaefd72
Add initial windows runtime setup ( #292 )
...
* add initial windows runtime setup
* add cool console output
* doctor support windows base
* add `add-path` and `remove-path` for bin/setup-runtime
* fix composer.ps1 path
* add windows system util
* add windows cmd and doctor base check
* add windows fallback for laravel/prompts
* cd fix [skip ci]
* dir separator and typo fix [skip ci]
2023-12-24 20:17:06 +08:00
crazywhalecc
42f448cf17
reformat build log
2023-12-10 19:07:28 +08:00
crazywhalecc
07f943af7e
add dev:extensions command custom column display
2023-11-06 22:29:52 +08:00
crazywhalecc
aee040d6a4
use prompts to show table
2023-10-31 01:48:57 +08:00
crazywhalecc
e637cce6f2
use prompts to ask
2023-10-31 01:48:49 +08:00
DubbleClick
b4f9235cb6
Merge branch 'main' into cplus
2023-10-29 12:14:58 +01:00
DubbleClick
86ce7e9d25
rename --by-extensions to --for-extensions
...
--without-suggests to --without-suggestions
2023-10-29 12:00:16 +08:00
crazywhalecc
9b9644fe63
simplify download error message
2023-10-23 20:12:47 +08:00
crazywhalecc
c84eb723ec
[mixed] refactor with putenv, fix imagemagick and c++ build
2023-10-23 00:37:28 +08:00
crazywhalecc
5cfba6e83b
Merge branch 'main' into cplus
2023-10-22 17:43:18 +08:00
crazywhalecc
4e9b8980d0
add --by-extensions and --without-suggests options for download command
2023-10-22 17:42:35 +08:00
crazywhalecc
c800a53f77
separate --from-zip in download command
2023-10-22 17:42:35 +08:00
DubbleClick
830f379bf6
add --disable-opcache-jit option for alpine
2023-10-19 18:23:59 +02:00
crazywhalecc
37b9704fbb
move option rebuild add position
2023-10-17 18:37:40 +08:00
DubbleClick
c225aeffed
introduce --rebuild option to BuildCliCommand.php (who even uses build:libs?)
2023-10-17 18:37:40 +08:00
crazywhalecc
c1e9cd2ea3
fix --with-clean to make it work
2023-10-14 11:37:56 +08:00
crazywhalecc
30213da70a
change default download php to 8.2
2023-10-14 11:30:43 +08:00
crazywhalecc
6ed9749732
cs fix and composer update
2023-09-23 17:03:20 +08:00
crazywhalecc
f1d5916090
remove unused old deploy command
2023-09-13 21:45:19 +08:00
crazywhalecc
1a81fe6a0d
change help message for dev:extensions
2023-09-12 23:30:23 +08:00
crazywhalecc
c63136d484
change dev:extensions argument to comma separated
2023-09-12 23:30:23 +08:00
Joseph Bielawski
fa0740f216
Explicitly define application commands
2023-09-12 22:51:50 +08:00
Joseph Bielawski
52430cbdde
Rework doctor command
2023-09-12 22:46:44 +08:00
Kévin Dunglas
085c1a159c
feat: add support for libphp and the embed SAPI
2023-09-12 22:30:13 +08:00
Joseph Bielawski
ca3f8a350d
Prevent fatal error when php source files are missing
2023-09-12 18:19:32 +08:00
crazywhalecc
fe2f658e08
dev:sort-config add \n at the end of json
2023-09-12 00:24:01 +08:00
crazywhalecc
00a49c662b
add build:libs option --rebuild
2023-09-11 23:47:02 +08:00
Joseph Bielawski
e8b277ad0d
Prevent unknown extension call
2023-09-07 19:05:00 +08:00
Joseph Bielawski
3bd037f48f
Rework style of dev command showing extensions details
2023-09-07 19:05:00 +08:00