crazywhalecc
9fe09f57f6
Add Chinese docs and additional option docs
2025-04-19 15:04:29 +08:00
crazywhalecc
cf24b88bc8
Add final full test
2025-04-19 14:43:51 +08:00
DubbleClick
d34fa0ba4e
check for SPC_LIBC
2025-04-18 16:03:49 +07:00
DubbleClick
f40170ee6f
update extension tests to support shared extensions
2025-04-18 15:43:54 +07:00
crazywhalecc
2da750d5f9
Fix phpunit, add skip extraction arg for SPCConfigUtil new builder
2025-04-18 14:50:58 +08:00
crazywhalecc
720e700701
Merge branch 'main' into feat/xdebug-dynamic
2025-04-18 14:43:34 +08:00
crazywhalecc
b452f7f32a
Add default shared target
2025-04-18 14:38:42 +08:00
crazywhalecc
7bfb8d6f53
Use SPCConfigUtil to generate shared extension env
2025-04-18 14:38:22 +08:00
crazywhalecc
b06db1f920
Add more PHPUnit tests
2025-04-18 14:03:54 +08:00
crazywhalecc
61eafa48ff
Add static extension filter
2025-04-18 12:18:20 +08:00
crazywhalecc
8b07b15f6c
Merge branch 'main' into feat/xdebug-dynamic
2025-04-18 09:45:19 +08:00
Marc
5e67133495
Merge pull request #693 from crazywhalecc/fix/libheif-with-heic
...
explicitly state libheif -> --with-heic
2025-04-14 16:25:46 +07:00
Marc
30b740b7f0
Merge pull request #696 from crazywhalecc/remove-extension_dir
...
don't set EXTENSION_DIR by default
2025-04-14 14:35:09 +07:00
DubbleClick
7501ae4b4d
don't set EXTENSION_DIR by default
2025-04-14 11:01:39 +07:00
DubbleClick
4391c30299
explicitly state libheif -> --with-heic
2025-04-12 09:49:00 +07:00
Marc
536641eadd
Merge pull request #692
...
mimalloc v2.2.3 is bugged on musl
2025-04-12 09:32:02 +07:00
DubbleClick
21594cd4c0
mimalloc v2.2.3 is bugged on musl
2025-04-12 09:30:37 +07:00
Jerry Ma
d4b263bc9f
Merge pull request #689 from crazywhalecc/fix/extract-source-only
...
Add extract source only mode for SourceManager
2025-03-31 21:56:51 +08:00
crazywhalecc
4e4eaed123
Add extract source only mode for SourceManager
2025-03-31 16:37:24 +08:00
Jerry Ma
610843398e
Merge pull request #681 from crazywhalecc/fix/remove-libgomp
...
Remove openmp support for imagemagick
2025-03-31 16:17:05 +08:00
Jerry Ma
615e680b9b
Update extension-notes.md
2025-03-31 16:15:12 +08:00
DubbleClick
4e67c63808
add note to sharedExtensionCheck
2025-03-31 00:10:27 +07:00
DubbleClick
f556f375ee
add zlib...
2025-03-31 00:04:55 +07:00
DubbleClick
f21f833aed
add phar?!
2025-03-30 23:58:33 +07:00
DubbleClick
0c6dd7a577
warning for building an extension as both static and shared
2025-03-30 23:50:49 +07:00
Marc
fc4872c5d6
Merge branch 'main' into feat/xdebug-dynamic
2025-03-30 23:39:30 +07:00
DubbleClick
3fe50e9ca3
let tests succeed
2025-03-30 23:37:22 +07:00
DubbleClick
a5e4d6a5ec
xdebug and ffi compilable shared, updated notes
2025-03-30 23:36:23 +07:00
Marc
0524129b64
add notes to imagick
2025-03-30 23:34:52 +07:00
Marc
7ce13751a0
Merge pull request #677 from crazywhalecc/dynamic-ext-refactor
...
Dynamic extension build support for macOS and glibc Linux
2025-03-30 23:23:43 +07:00
Marc
e149ee0d70
Merge branch 'main' into fix/remove-libgomp
2025-03-30 23:05:17 +07:00
Jerry Ma
2f3c71e55a
Downloader enhancement ( #685 )
...
* Quiet console output for non --debug mode
* Adjust console output and PHPDoc
* Allow locking different arch pre-built content
* Add install-pkg and pre-built test
* Fix typo
* Add debug console output for Downloader
* Add libc version for pre-built content name
* Separate musl-dist and non-musl-dist
* Add additional log output for pre-built finder
* Return default version for musl and musl-wrapper
* Test arm runner
* Re-enable musl version detect
* Add upx cmd for tests
* Remove comment
* Add SPC_DOCKER_DEBUG for gnu docker, remove classmap for alpine docker
* Add glibc build for CI
* Fix PHP warning in test-extensions.php
* Remove redundant suffix, add libc version suffix
* Fix redundant pre-built name calling
* Fix redundant pre-built name calling
* Fix CI wrong runner name
* Fix end of line space
* Full spell for SPC_DOWNLOAD
2025-03-31 00:01:11 +08:00
crazywhalecc
5c04638cb4
Full spell for SPC_DOWNLOAD
2025-03-30 23:27:43 +08:00
crazywhalecc
6dd6d807b6
Fix end of line space
2025-03-30 23:27:23 +08:00
crazywhalecc
237d39f09c
Fix CI wrong runner name
2025-03-30 23:27:05 +08:00
DubbleClick
7a2f77193f
add imagick extension note
2025-03-30 22:22:22 +07:00
DubbleClick
d21980170e
bring back openmp for musl, add TODO to add it back in on glibc
2025-03-30 22:07:56 +07:00
crazywhalecc
7dec34bdfe
Fix redundant pre-built name calling
2025-03-30 22:05:50 +08:00
crazywhalecc
62d619b6cd
Fix redundant pre-built name calling
2025-03-30 22:05:20 +08:00
crazywhalecc
67afffeb96
Remove redundant suffix, add libc version suffix
2025-03-30 21:59:58 +08:00
crazywhalecc
c58ea0c3bd
Fix PHP warning in test-extensions.php
2025-03-30 21:24:46 +08:00
crazywhalecc
acb8cea437
Add glibc build for CI
2025-03-30 21:14:27 +08:00
crazywhalecc
11f0957963
Add SPC_DOCKER_DEBUG for gnu docker, remove classmap for alpine docker
2025-03-30 21:03:40 +08:00
crazywhalecc
2d7c052fd9
Remove comment
2025-03-30 21:03:19 +08:00
crazywhalecc
23bd216cc7
Add upx cmd for tests
2025-03-30 21:03:11 +08:00
crazywhalecc
50cfc5899b
Re-enable musl version detect
2025-03-30 20:54:32 +08:00
crazywhalecc
01d3cb4b11
Test arm runner
2025-03-30 20:53:41 +08:00
crazywhalecc
a940200164
Return default version for musl and musl-wrapper
2025-03-30 20:34:57 +08:00
crazywhalecc
4e5c0f0a48
Add additional log output for pre-built finder
2025-03-30 20:21:56 +08:00
crazywhalecc
8e5657eff0
Separate musl-dist and non-musl-dist
2025-03-30 20:20:04 +08:00