henderkes
eff46209da
add --pgi and --pgo to facilitate PGO builds
2026-04-27 19:34:45 +07:00
henderkes
0a3c56ba49
set lcompiler_rt only when building shared extensions
2026-04-17 17:04:57 +07:00
henderkes
f39d77dde0
lint
2026-04-17 14:19:29 +07:00
henderkes
cc7a22922c
add -lcompiler_rt to SPC_COMPILER_EXTRA instead
2026-04-17 14:17:39 +07:00
henderkes
1a395a2b0f
fix zig 0.16.0
2026-04-17 01:51:01 +07:00
henderkes
2073652744
fix macOS
2026-04-16 14:29:13 +07:00
henderkes
834cc4d16e
fix lint
2026-04-16 13:50:52 +07:00
henderkes
a9c16b74d7
fix libkrb5 and decimal shard build
2026-04-16 13:46:12 +07:00
henderkes
be24fd9467
remove workaround for zig < 0.16
2026-04-14 23:05:08 +07:00
crazywhalecc
1c3dc91845
Fix paths for PostgreSQL library and header file copying on Windows
2026-04-14 11:25:15 +08:00
Marc
f48961c72d
Remove unused import in libmpdec.php
...
Removed unused import of FileSystem.
2026-04-12 16:09:55 +07:00
henderkes
a0c2fefd24
fix windows crash
2026-04-12 15:55:57 +07:00
henderkes
f585cc446a
attempt
2026-04-12 13:30:22 +07:00
henderkes
4f27d2d9d1
add ext-decimal
2026-04-12 12:28:27 +07:00
crazywhalecc
864fa9d0eb
Fix #1083
2026-04-10 16:09:35 +08:00
crazywhalecc
26a14bccbe
Disable iouring on glibc build
2026-04-10 14:21:06 +08:00
crazywhalecc
da49c056c9
test
2026-04-10 12:49:10 +08:00
crazywhalecc
7fc5dd428d
Fix krb5 CI build by the way
2026-04-10 12:24:25 +08:00
crazywhalecc
9d777ca650
fix(icu_static_win): update paths for ICU static libraries and includes
2026-04-09 23:37:36 +08:00
Marc
fb7730989c
Apply suggestions from code review
...
Co-authored-by: Marc <m@pyc.ac >
2026-04-09 14:00:10 +07:00
Kévin Dunglas
4d2036f20e
fix(xlswriter): use -std=gnu17 to fix K&R declarations rejected by C23
...
The bundled minizip in xlswriter has K&R C function declarations in
multiple files (mztools.c, ioapi.c). Apple Clang (Xcode 16+) defaults
to C23, which removed K&R from the standard, causing hard build errors.
Instead of patching individual files, downgrade the C standard to gnu17
for the whole build when xlswriter is enabled. This covers all K&R
occurrences in the bundled code.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-09 08:49:49 +02:00
Kévin Dunglas
105f0328e6
fix(xlswriter): convert K&R function declaration to ANSI C in bundled minizip
...
The bundled minizip in xlswriter (pinned at libxlsxwriter RELEASE_1.0.0)
uses a K&R-style function declaration in mztools.c. Modern Clang on macOS
(defaulting to C23) rejects this as a hard syntax error since K&R
declarations were removed from the C23 standard.
The upstream libxlsxwriter has already fixed this on their main branch.
This patch applies the same fix during the build process.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-08 21:33:59 +02:00
crazywhalecc
0b2b1d51e1
Fix file paths for SQLSRV
2026-04-04 18:39:28 +08:00
crazywhalecc
c339b900f8
Disable simd for libjpeg
2026-04-03 11:33:55 +08:00
crazywhalecc
3ded9881e1
Disable openssl for ngtcp2 temporarily
2026-04-03 09:55:46 +08:00
crazywhalecc
a7184d0411
Fix sqlsrv redundant cflags when building PHP
2026-04-02 16:32:43 +08:00
henderkes
daae5f2a7c
libjpeg-turbo mustn't compile zlib symbols on its own
2026-03-30 00:56:51 +07:00
crazywhalecc
a99b6bebae
Remove freetype useless lib suggestions
2026-03-23 16:08:09 +08:00
Hendrik Mennen
864678ab46
Merge branch 'main' into feat/windows-libaom-brotli
2026-03-22 13:12:47 +01:00
Hendrik Mennen
c03508a84b
Improve zlib Windows library detection for future zlib versions ( #1070 )
...
Co-authored-by: Hendrik Mennen <hmennen@gambio.ec1.de >
2026-03-22 20:11:29 +08:00
Hendrik Mennen
963e2a084a
Add Windows builders for libaom and brotli libraries
...
Both libraries are listed in lib.json and used as transitive dependencies
(libaom via libavif, brotli via freetype/curl) but had no Windows builder,
causing builds to fail with "library [X] is in the lib.json list but not
supported to compile".
libaom: Uses builddir instead of build to avoid collision with the
source tree's build/cmake/ directory. Matches the Unix builder's
AOM_TARGET_CPU=generic setting for portability.
brotli: Standard CMake build with shared libs and tools disabled.
Also adds static-libs-windows entry for libaom in lib.json.
2026-03-22 09:07:47 +01:00
Marc
5404926a14
Merge branch 'main' into fix/lide265
2026-03-20 19:47:47 +07:00
Nils Silbernagel
295df19484
Add shared-extensions, frankenphp and zts to build-unix workflow ( #1062 )
...
Co-authored-by: crazywhalecc <jesse2061@outlook.com >
2026-03-20 20:37:25 +08:00
Jerry Ma
54915028d7
Fix zlib produced lib file names from different zlib version ( #1066 )
2026-03-20 19:35:51 +08:00
henderkes
823fe96942
attempt
2026-03-18 23:26:57 +07:00
Marc
463ec546fa
Merge branch 'main' into fix/lide265
2026-03-18 15:51:03 +07:00
henderkes
60b2aea09e
fix libde265 on ancient debian OS?
2026-03-18 11:57:27 +07:00
henderkes
85b0cd8b4b
only disable when building ftp static, shared is fine
2026-03-11 13:54:24 +07:00
henderkes
1fcb74ad9b
swoole-ftp conflicts with ftp
2026-03-11 13:42:38 +07:00
henderkes
1049a3ce66
curl is always supported now (swoole no longer supports php < 8.1)
2026-03-11 10:32:58 +07:00
henderkes
1b8b53d47f
update swoole args for 6.2
2026-03-11 10:19:08 +07:00
henderkes
a335d050cf
cs fix
2026-03-11 09:46:41 +07:00
henderkes
ef4b2997a7
test
2026-03-11 09:45:56 +07:00
henderkes
901da8fa41
remove ldtl from odbc libs private (using built in ltdl)
2026-03-11 09:43:02 +07:00
Jerry Ma
281b958075
Fix grpc build ( #1055 )
2026-03-10 20:35:51 +09:00
Kévin Dunglas
92f5b56c74
fix: FrankenPHP build args
2026-03-10 11:57:23 +01:00
Jerry Ma
2350d2d5ca
Merge branch 'main' into fix/grpc-build
2026-03-10 14:52:21 +09:00
crazywhalecc
086c855a43
Use custom config.m4 for grpc extension
2026-03-10 13:49:53 +08:00
Marc
5d5a50a33c
Update src/SPC/builder/LibraryBase.php
...
Co-authored-by: Jerry Ma <jesse2061@outlook.com >
2026-03-10 10:57:49 +07:00
henderkes
1edf14e642
set custom binary name for frankenphp
2026-03-10 08:52:15 +07:00