Rob Landers
|
022b8f1094
perf: use buffered chans for requests (#1146)
|
1 day ago |
Kévin Dunglas
|
9013614801
fix: sapi_module.getenv() should delegate to Go
|
5 days ago |
Kévin Dunglas
|
75dab8f33d
chore: bump deps and misc improvements (#1135)
|
1 week ago |
Alexander Stecher
|
1c3ce114f6
perf: use hot worker threads when possible (#1126)
|
1 week ago |
Alexander Stecher
|
e5ca97308e
perf: optimize $_SERVER import (#1106)
|
1 week ago |
Kévin Dunglas
|
69c43ee43d
chore: use upstream e-dant/watcher headers and build system (#1119)
|
1 week ago |
Kévin Dunglas
|
d53f909d20
chore: various cleanups
|
2 weeks ago |
Rob Landers
|
e812473fe1
implement getenv and putenv in go (#1086)
|
3 weeks ago |
Kévin Dunglas
|
dbd3ae54af
fix: always ignore SIGPIPE (#1101)
|
3 weeks ago |
Alexander Stecher
|
d99b16a158
perf: remove all cgo handles (#1073)
|
1 month ago |
Alexander Stecher
|
8d9b6e755b
feat: restart workers when on source changes (#1013)
|
1 month ago |
Rob Landers
|
aa585f7da0
handle worker failures gracefully (#1038)
|
1 month ago |
Rob Landers
|
5d43fc2c8d
add basic metrics (#966)
|
1 month ago |
Kévin Dunglas
|
a16076e082
perf: prevent useless logger allocs
|
2 months ago |
Kévin Dunglas
|
7a524ddbd5
ci: add back -Wall -Werror
|
2 months ago |
Kévin Dunglas
|
968176a948
ci: run tests with ASAN and MSAN (#955)
|
3 months ago |
Kévin Dunglas
|
2af8fd2e31
chore: remove useless cgo directive
|
3 months ago |
Kévin Dunglas
|
0500ebc191
perf: improve PHP thread management (#898)
|
4 months ago |
Kévin Dunglas
|
3714fdf3a1
fix: superglobals-realated crash with custom extensions in worker mode (#796)
|
5 months ago |
Rob Landers
|
b96db939b7
feat: option to enable full duplex for HTTP/1 connections (#692)
|
5 months ago |
Kévin Dunglas
|
90a7b98b10
feat: log the number of threads and workers during startup
|
5 months ago |
Rob Landers
|
d973206174
fix reading post bodies (#686)
|
7 months ago |
Kévin Dunglas
|
1511decad6
chore: some CS changes
|
8 months ago |
Kévin Dunglas
|
07a74e5c5a
perf: reduce allocs when creating $_SERVER (#540)
|
8 months ago |
Kévin Dunglas
|
b71dae9b03
fix: prevent crash when calling apache_request_headers() in non-HTTP context
|
8 months ago |
Kévin Dunglas
|
fe7e9e7c79
fix: crash when using apache_request_headers() (#536)
|
9 months ago |
Kévin Dunglas
|
49baf02035
feat: add go_apache_request_headers()
|
9 months ago |
naoki kuroda
|
3692818d0c
perf: optimize cookie handling in request (#459)
|
10 months ago |
Rob Landers
|
7830aae549
Ensure we don't modify a shared env (#452)
|
10 months ago |
Rob Landers
|
2055142904
apply just an optimization (#450)
|
10 months ago |
Rob Landers
|
5bda50cbd7
Fix memory leak (#442)
|
10 months ago |
Kévin Dunglas
|
7c5f18fe3f
ci: fix changelog generation
|
11 months ago |
Kévin Dunglas
|
3709c2a50b
chore: switch to upstream C-Thread-Pool
|
11 months ago |
Kévin Dunglas
|
6509cddd2a
feat: embed PHP apps into the FrankenPHP binary
|
11 months ago |
Shyim
|
bb931c99ff
remove sqlite3 requirement on darwin, fixes #330
|
11 months ago |
Kévin Dunglas
|
b4aa8038ff
feat: detect when worker crashes or terminates normally (#315)
|
11 months ago |
Kévin Dunglas
|
aa1d968dcf
refactor: faster $_SERVER variables creation
|
1 year ago |
Kévin Dunglas
|
4d2cd5f715
perf: write the response body directly from the memory allocated by PHP
|
1 year ago |
Kévin Dunglas
|
a4938102e1
perf: read the request body directly in the memory allocated by PHP
|
1 year ago |
Kévin Dunglas
|
120006a297
chore: bump deps
|
1 year ago |
Kévin Dunglas
|
ec35afdc7f
chore: remove C-Thread-Pool/example.c (#259)
|
1 year ago |
Kévin Dunglas
|
c615fe0087
feat: add experimental CLI support (#239)
|
1 year ago |
shangyuanchun
|
52caf17a40
fix: to solve php versions like: 9.0 / 9.1
|
1 year ago |
Kévin Dunglas
|
e193a374d3
freat: set thread name to frankenphp
|
1 year ago |
Kévin Dunglas
|
1f3007337d
feat: create a static build of FrankenPHP (#198)
|
1 year ago |
Kévin Dunglas
|
f5b599bc2b
fix: superfluous response.WriteHeader call
|
1 year ago |
Kévin Dunglas
|
ab0783519e
perf: reduce the number of calls to cgo to set the headers
|
1 year ago |
Kévin Dunglas
|
e65fdfff2f
chore: better cgo directives
|
1 year ago |
Kévin Dunglas
|
e0f2323bf6
fix : make sure the PHP request body buffer is full before giving it back (#187)
|
1 year ago |
Kévin Dunglas
|
2dbc94508c
chore: better Zend Max Execution Timers message
|
1 year ago |