DubbleClick
|
9a3a536479
|
runtime object patch for shared extensions
|
2025-06-25 14:32:00 +07:00 |
|
DubbleClick
|
cb62ffdfc2
|
we manage -fno-sanitize in code, only needed for opcache with jit
|
2025-06-25 11:24:01 +07:00 |
|
DubbleClick
|
5334727528
|
remove -L/usr/lib64 (need to put it in the zig-cc script, stupid to add it in 15 different places instead)
|
2025-06-24 23:07:17 +07:00 |
|
DubbleClick
|
e1028b0348
|
swoole has date time conversion error in c++ code, clang needs -lunwind
|
2025-06-24 20:43:38 +07:00 |
|
DubbleClick
|
74849a8d48
|
-fno-sanitize=undefined is enabled in zig by default, not in gcc and clang
|
2025-06-24 09:05:44 +07:00 |
|
DubbleClick
|
ee0de6933f
|
deprecated linker option
|
2025-06-23 19:21:51 +07:00 |
|
DubbleClick
|
7628847a46
|
suboptimal solutions, but a bit closer to building
|
2025-06-23 12:57:00 +07:00 |
|
DubbleClick
|
32a1fd45df
|
don't disable warnings
|
2025-06-22 17:21:28 +07:00 |
|
DubbleClick
|
2cce02bfa9
|
liblz4 replacement
|
2025-06-22 17:01:08 +07:00 |
|
DubbleClick
|
40d602c82e
|
xcaddy fails with this, because the module still calls itself dunglas/frankenphp
|
2025-06-19 12:08:53 +07:00 |
|
crazywhalecc
|
437d6810b7
|
Bump version, update docs, change owner dunglas to php
|
2025-06-19 13:01:26 +08:00 |
|
DubbleClick
|
5f3f999222
|
run go mod frankenphp automatically when running craft
|
2025-06-19 10:36:31 +07:00 |
|
crazywhalecc
|
7dc3b7c8ac
|
Merge remote-tracking branch 'origin/main' into sapi/frankenphp
|
2025-06-19 10:11:26 +08:00 |
|
DubbleClick
|
8c6a708764
|
ah, the infamous arm64 bug with -fpic vs -fPIC
it's a bit slower, but oh well
|
2025-06-18 12:46:05 +07:00 |
|
DubbleClick
|
d58534b07d
|
add support for frankenphp directory from file system, instead of pulling latest xcaddy module
|
2025-06-18 12:19:33 +07:00 |
|
DubbleClick
|
d094824d76
|
--with github.com/dunglas/caddy-cbrotli requires brotli
|
2025-06-18 11:54:03 +07:00 |
|
DubbleClick
|
c1870af1b1
|
add frankenphp sapi
|
2025-06-18 11:15:16 +07:00 |
|
DubbleClick
|
0ee9a0cfa4
|
oops, don't pass -fpic to CPPflags, I misread it as CXXflags
|
2025-06-12 11:45:47 +07:00 |
|
DubbleClick
|
d9f7aa760e
|
update default env (shouldn't we pass -fpic to default c flags on macos?)
|
2025-06-12 11:40:32 +07:00 |
|
DubbleClick
|
01ab0d3530
|
update default flags
|
2025-06-12 11:01:05 +07:00 |
|
Marc
|
dbc7ff5de7
|
Merge pull request #746 from crazywhalecc/fix/embed-soname
-release (soname) compilation support for linux shared embed
|
2025-06-06 13:44:34 +07:00 |
|
DubbleClick
|
161a553948
|
-release (soname) compilation support for linux shared embed
|
2025-06-05 13:54:17 +07:00 |
|
DubbleClick
|
9665473669
|
revert env
|
2025-05-25 11:02:54 +07:00 |
|
DubbleClick
|
95a2f4600b
|
rework building of shared extensions so that builtin extensions are built at php-src/configure -> make time
|
2025-05-21 12:01:00 +07:00 |
|
DubbleClick
|
a9f81dd38e
|
remove -fpic and -fpie (-fPIC and -fPIE are still there)
|
2025-05-20 20:03:02 +07:00 |
|
crazywhalecc
|
8b07b15f6c
|
Merge branch 'main' into feat/xdebug-dynamic
|
2025-04-18 09:45:19 +08:00 |
|
DubbleClick
|
7501ae4b4d
|
don't set EXTENSION_DIR by default
|
2025-04-14 11:01:39 +07:00 |
|
DubbleClick
|
48f257f85a
|
unixconfigurearg needs to know if currently building shared or static
|
2025-03-27 11:12:19 +07:00 |
|
crazywhalecc
|
8909b62dc4
|
Some prerequisites for refactor
|
2025-03-24 19:25:38 +08:00 |
|
Jerry Ma
|
b4f3657323
|
Remove SPC_NO_MUSL_PATH, remove --libc, use SPC_LIBC instead (#642)
* Remove SPC_NO_MUSL_PATH, remove --libc, use SPC_LIBC instead
* Fix tests
* Internally use GNU_ARCH for unified
* Update EXTENSION_DIR comments for env.ini
* Remove redundant -fPIC cflags in curl
|
2025-03-14 18:22:50 +08:00 |
|
Marc Henderkes
|
d15b387bea
|
don't require libacl and attr for non fpm compilation
|
2025-03-12 08:59:47 +01:00 |
|
Marc Henderkes
|
f246125677
|
requested changes
|
2025-03-11 07:44:31 +01:00 |
|
crazywhalecc
|
ec3c0dc934
|
Add SPC_CMD_VAR_PHP_EMBED_TYPE for embed building in glibc mode
|
2025-03-11 07:08:44 +01:00 |
|
crazywhalecc
|
89e8c152dc
|
Emegency fix env.ini
|
2025-03-11 13:33:03 +08:00 |
|
crazywhalecc
|
1ce1c326b2
|
Add SPC_CMD_VAR_PHP_EMBED_TYPE for embed building in glibc mode
|
2025-03-10 16:15:47 +08:00 |
|
crazywhalecc
|
2a9cd436b6
|
Support -fPIC and -fPIE for most libs and PHP
|
2025-03-10 00:39:20 +08:00 |
|
crazywhalecc
|
4f87e01bff
|
Use similar optimize flags for compiling PHP (bump major ver)
|
2024-11-23 11:55:29 +08:00 |
|
crazywhalecc
|
83ab430b9a
|
Adjust windows build CI
|
2024-10-05 14:14:36 +08:00 |
|
crazywhalecc
|
5349ebe73f
|
Fix linux concurrency build
|
2024-10-05 14:14:36 +08:00 |
|
crazywhalecc
|
ee8d9eeee9
|
Update env-vars docs
|
2024-10-05 14:14:36 +08:00 |
|
crazywhalecc
|
1ce3c1bc47
|
Use CPU_COUNT instead of SPC_CONCURRENCY
|
2024-10-05 14:14:36 +08:00 |
|
crazywhalecc
|
8f80548739
|
Fix LD_LIBRARY_PATH
|
2024-10-05 14:14:36 +08:00 |
|
crazywhalecc
|
4e88dba630
|
Separate env to env.ini file
|
2024-10-05 14:14:36 +08:00 |
|