crazywhalecc
c8355d8381
Remove icu tools
2024-07-14 01:20:29 +08:00
crazywhalecc
cdf3e76528
Fix alpine-docker ssl bug
2024-07-14 01:20:29 +08:00
crazywhalecc
5d39766298
Fix CI quote
2024-07-14 01:20:29 +08:00
crazywhalecc
26d72203c5
Add aarch64-linux to CI
2024-07-14 01:20:29 +08:00
crazywhalecc
fcd2610d79
Fix CI
2024-07-14 01:20:29 +08:00
crazywhalecc
d769b51af2
Fix CI
2024-07-14 01:20:29 +08:00
crazywhalecc
c28a1bccac
Fix CI
2024-07-14 01:20:29 +08:00
crazywhalecc
5a869b5c77
Use bash in windows
2024-07-14 01:20:29 +08:00
crazywhalecc
26cff8ebd0
Fix CI
2024-07-14 01:20:29 +08:00
crazywhalecc
bf5bbf24f2
Fix CI
2024-07-14 01:20:29 +08:00
crazywhalecc
bfaf540bb9
Remove windows with pkg-config
2024-07-14 01:20:29 +08:00
crazywhalecc
1d9c008100
Remove windows with pkg-config
2024-07-14 01:20:29 +08:00
crazywhalecc
c842416a9a
Add pack-lib tests
2024-07-14 01:20:29 +08:00
crazywhalecc
bdc6b2807a
Add pack-lib tests
2024-07-14 01:20:29 +08:00
crazywhalecc
c6a22fbd14
Code style fix and comment addition
2024-07-14 01:20:29 +08:00
crazywhalecc
3c0eb68c70
Add pre-built lib feature
2024-07-14 01:20:29 +08:00
Jerry Ma
522d8b4890
Add spx extension support ( #501 )
2024-07-06 21:56:42 +08:00
Jerry Ma
29cd50206c
Fix prefer-stable negative result in ghtar ( #500 )
...
* Fix prefer-stable got opposite result
* Add swoole tests and remove irrelevant tests
2024-07-05 14:35:51 +08:00
Jerry Ma
8d9f7be051
Update release-build.yml
2024-07-05 11:49:56 +08:00
Jerry Ma
96484b0dbd
Update release-build.yml
2024-07-05 11:44:46 +08:00
Jerry Ma
72a3c01b31
Fix libyaml patch slashes ( #499 )
...
* Fix libyaml patch slashes
* Add tests for libyaml
* Rename due to linux is case-sensitive
2024-07-04 23:59:56 +08:00
Kévin Dunglas
3e077543a7
fix: xz download ( #495 )
...
* fix: xz download
* zx -> xz
2024-07-04 16:31:33 +08:00
Jerry Ma
ab948dedaf
docs: Add php-src modifications & Release SPC enhancement ( #494 )
...
* docs: Add php-src modifications
* Fix release-build.yml
2024-07-01 15:13:08 +08:00
DimitriyB
2cfb672f4e
Update xz version to 5.4.7 ( #493 )
...
* Update source.json
* Add xz test
---------
Co-authored-by: Jerry Ma <jesse2061@outlook.com>
2024-07-01 14:32:17 +08:00
crazywhalecc
0dc463ef2a
Fix auto-deploy
2024-07-01 10:34:31 +08:00
Jerry Ma
e64213eaaa
Update vitepress-deploy.yml
2024-07-01 10:32:55 +08:00
crazywhalecc
bd73a04c9d
Add yarn lockfile
2024-07-01 10:31:43 +08:00
Jerry Ma
b31539f0f4
Merge docs into static-php-cli repo ( #492 )
...
* Move docs to here
* Move docs to here
* Modify old docs links
2024-07-01 10:29:31 +08:00
crazywhalecc
eb00e0012f
Add getLibVersion and getExtVersion method for extensions and libs
2024-06-30 23:25:58 +08:00
crazywhalecc
f645c8869a
Add prefer-stable option for ghrel, ghtar, ghtagtar
2024-06-30 23:25:58 +08:00
crazywhalecc
351e391221
--ignore-cache-sources now support empty values (force all download)
2024-06-30 23:25:58 +08:00
crazywhalecc
1d78a231db
Add target dir to extract hook
2024-06-30 23:25:58 +08:00
crazywhalecc
9463cf94ca
Prevent constructing builder without --arch options error
2024-06-30 23:25:58 +08:00
crazywhalecc
ba127f4e00
Use extra files instead of internal patch block for libyaml
2024-06-30 23:25:58 +08:00
crazywhalecc
d4da18e869
Disable getCpuCount log
2024-06-30 23:25:58 +08:00
crazywhalecc
334a3bdf5d
Add extension swow for Windows
2024-06-30 01:12:20 +08:00
crazywhalecc
a1f632e8c9
Add apcu test
2024-06-30 00:41:41 +08:00
crazywhalecc
3445a2cd58
Add extension tests
2024-06-30 00:41:41 +08:00
crazywhalecc
3100911802
Add several extensions and libs for windows
...
exts: bz2, sqlsrv, pdo_sqlsrv, yaml, zip, rar
libs: bzip2, libyaml, libzip, xz
2024-06-30 00:41:41 +08:00
crazywhalecc
a6236eb98c
Bump version
2024-06-30 00:41:41 +08:00
crazywhalecc
c22488ec57
Add pcre as internal extension
2024-06-30 00:41:41 +08:00
Jerry Ma
0857a19c3c
Increase memory_limit size ( #485 )
2024-06-28 12:14:36 +08:00
Jerry Ma
2a03c32bc0
Add full gd support on Windows ( #484 )
...
* Add full gd support (libjpeg, libpng, libwebp, libavif, freetype), and related patches
* cs fix
* Fix PHP 8.0 gd build
2.2.4
2024-06-26 20:35:11 +08:00
Jerry Ma
0b8a0504a2
Update GMP ver, using official 6.3.0 version ( #483 )
...
* Update GMP ver, using official 6.3.0 version
* Add GMP test
2024-06-26 11:30:19 +08:00
Kévin Dunglas
e9aff8f1d8
fix: error when building libtiff ( #481 )
...
* fix: error when building libtiff
* Update test-extensions.php
* Add test token
* Fix windows builds
* Fix token
* Fix token
* Test token
* Test token
* Test token
---------
Co-authored-by: Jerry Ma <jesse2061@outlook.com>
2024-06-25 12:38:38 +08:00
Jerry Ma
93cb7e9fbb
Add phpmicro win32 mode support ( #478 )
...
* Add phpmicro win32 mode support
* Bump version to 2.2.4
* Add micro win32 build tests for actions
* cs-fix and update deps
2024-06-20 14:46:08 +08:00
DubbleClick
2d2607cd7f
replace ext-zend-opcache with ext-opcache for spc extension list ( #475 )
...
* replace ext-zend-opcache with ext-opcache for spc extension list
* Use constant to set internal and filter extensions
---------
Co-authored-by: Marc Henderkes <m.henderkes@pc-college.de>
Co-authored-by: crazywhalecc <jesse2061@outlook.com>
2024-06-09 19:38:50 +08:00
Jerry Ma
d80406b8e0
Remove mongodb notes ( #474 )
...
* Ignore passed internal extensions
* Add tests
* Add tests
* Remove mongodb notes
* Remove mongodb notes
2.2.3
2024-06-06 01:17:23 +08:00
Jerry Ma
db9645641f
Ignore passed internal extensions ( #473 )
...
* Ignore passed internal extensions
* Add tests
* Add tests
2024-06-05 23:20:21 +08:00
crazywhalecc
b3018af61c
Fix mongodb support on macOS
2024-06-05 13:12:25 +08:00