Marc
81474336c1
Update dom.php
2025-05-18 18:29:43 +07:00
henderkes
6b50700d8c
remove dom extra cake
2025-05-18 18:24:09 +07:00
henderkes
f708907d99
zstd pic
2025-05-18 17:59:12 +07:00
Marc
117923791a
Update test-extensions.php
2025-05-18 17:46:55 +07:00
henderkes
ea7c145c62
libxml2 pic...
2025-05-18 15:52:15 +07:00
henderkes
bdd764218b
install headers and modules from shared extensions
2025-05-18 12:53:49 +07:00
henderkes
1fbd2c1adc
-fPIC for postgresql CFLAGS, but it's still erroring out
2025-05-18 12:46:55 +07:00
henderkes
2ff300970a
-fPIC for unixodbc
2025-05-18 12:19:26 +07:00
henderkes
f88c10d4aa
restore buildphp command
2025-05-18 08:57:07 +07:00
henderkes
eab8c27e4a
shared dom ext requires xml
2025-05-17 22:43:34 +07:00
henderkes
c1e91e1ccb
sockets doesn't install header?!
2025-05-17 22:40:30 +07:00
henderkes
05e9129a66
refactor dom out to its own extension, fails shared build
2025-05-17 19:01:32 +07:00
henderkes
76a9be2167
fix shared bz2 build
2025-05-17 19:00:57 +07:00
Marc
872673655e
oopsie in opcache
2025-05-16 00:26:23 +07:00
Marc
1ae27c7b5a
oopsie
2025-05-16 00:24:18 +07:00
henderkes
b402b735d6
fix copy command with BUILD_MODULES_CONSTANT
2025-05-15 23:30:07 +07:00
henderkes
22001792cd
remove static target for swoole
2025-05-15 21:51:18 +07:00
henderkes
9557c9ef21
remove static target for zip
2025-05-15 21:50:35 +07:00
henderkes
6fe8b591ce
ld library path for shared extension building
2025-05-15 19:52:30 +07:00
henderkes
23ae3f60f3
remove unused option
2025-05-15 15:35:13 +07:00
henderkes
03b634b961
fix libsodium with -fPIC too
2025-05-15 15:29:12 +07:00
henderkes
2897fdda04
fix icu for relocatable objects (required by libphp.so building)
2025-05-15 14:47:54 +07:00
henderkes
f5fffafd43
format setEnv§
2025-05-15 14:46:44 +07:00
Marc
e884f97621
Merge pull request #723 from crazywhalecc/fix/xslt
...
fix libxslt build when trying to create a PIE executable using it
2025-05-07 10:50:04 +07:00
DubbleClick
e4028da886
typo
2025-05-06 16:56:06 +07:00
DubbleClick
a65bc95091
test arm64 too
2025-05-06 16:54:20 +07:00
DubbleClick
14563417a7
don't test on windows x)
2025-05-06 16:53:52 +07:00
DubbleClick
a3ee3e5a24
add to tests
2025-05-06 16:41:35 +07:00
DubbleClick
16a36b8315
damn comma
2025-05-06 16:39:02 +07:00
DubbleClick
861c49c9bc
make sure -fpic -fpie from CFLAGS bleeds through to libxslt compilation
2025-05-06 16:35:41 +07:00
Jerry Ma
e7d6f37e98
Fix windows xlswriter duplicate md5 symbol bug ( #719 )
...
* Add missing SOURCE_PATH before making cmake toolchain
* Fix windows xlswriter duplicate md5 symbol bug
* Add detection for patchFile to prevent duplicate patches
* Add tests
2025-04-28 14:35:08 +08:00
Marc
f755d66342
fix attr and acl build without autogen.sh (if we don't download from git) ( #718 )
2025-04-28 11:14:46 +08:00
Jerry Ma
22a438ed5e
Add xlswriter extension windows support ( #712 )
...
* Add xlswriter extension windows support
* cs fix
2025-04-24 14:21:37 +08:00
Jerry Ma
a014294d58
Fix ghrel download link, use API directly ( #711 )
...
* Fix ghrel download link, use API directly
* Add missing GH token for downloading API
2025-04-24 14:21:22 +08:00
Jerry Ma
39953b5223
Fix pack lib command with wrong compression ( #710 )
...
* Fix pack lib command with wrong compression
* Update src/SPC/command/dev/PackLibCommand.php
Co-authored-by: Marc <m@pyc.ac>
---------
Co-authored-by: Marc <m@pyc.ac>
2025-04-24 14:21:07 +08:00
Jerry Ma
455ed7d503
Add alt download for Downloader ( #706 )
...
* Add alt download for Downloader
* Test broken url
* Break another source
* Good!
* Rename alt_sources variable
* Use SPC_DOWNLOAD_RETRIES instead of SPC_RETRY_TIME
* Apply new curlExec args
2025-04-22 20:25:44 +08:00
Marc
637ae89583
Merge pull request #707 from crazywhalecc/retries
...
rename SPC_RETRY_TIME to SPC_DOWNLOAD_RETRIES to clear up what it's doing sleep 5 seconds between retries
2025-04-22 15:45:02 +07:00
DubbleClick
7fd858b472
Revert "unwrap cast to unify curlDown with curlExec"
...
This reverts commit 74d8377400630ad88a5736b8b595c6c98b456e8a.
2025-04-22 14:44:57 +07:00
DubbleClick
74d8377400
unwrap cast to unify curlDown with curlExec
2025-04-22 14:36:58 +07:00
DubbleClick
a29992b907
rename retry to retries
2025-04-22 14:34:43 +07:00
Jerry Ma
57097d1275
Fix postgresql macOS 15.4 build bug ( #705 )
2025-04-22 15:09:31 +08:00
tricker
b21c62c11d
Allow CI build to be called by other worklows ( #698 )
...
* add workflow_call
* change type choice string
* remove options for type string
* when vendor-mode run composer install
* move vendor-mode composer install
* debug
* move out vendor-mode inputs
2025-04-22 15:09:17 +08:00
DubbleClick
0b3421e3cd
rename SPC_RETRY_TIME to SPC_DOWNLOAD_RETRIES to clear up what it's doing
...
sleep 5 seconds between retries
2025-04-22 12:24:08 +07:00
Jerry Ma
a7adec1341
Add extension ev support ( #703 )
...
* Add extension ev support
* Sort config
* Correct ev build arg for windows
* Use static-php mirror of nasm
* Fix windows ev patch
* Oops
2.5.2
2025-04-19 20:39:48 +08:00
crazywhalecc
a236ee3ac3
Prepare for 2.5.2
2025-04-19 16:22:26 +08:00
DubbleClick
d7b9e5a7d4
better matching pattern just in case we forget x)
2025-04-19 16:17:12 +08:00
DubbleClick
3d1738b14b
add mirror sources to savannah downloads
2025-04-19 16:14:09 +08:00
Jerry Ma
f0e634a4fa
Merge pull request #673 from crazywhalecc/feat/xdebug-dynamic
...
add xdebug dynamic extension
2025-04-19 16:01:07 +08:00
crazywhalecc
0f5f60e477
Fix gnu static extension build test
2025-04-19 15:18:48 +08:00
crazywhalecc
9fe09f57f6
Add Chinese docs and additional option docs
2025-04-19 15:04:29 +08:00