Commit Graph

23 Commits

Author SHA1 Message Date
Kévin Dunglas
334139ca2b
feat: improve install script (#1097)
Some checks are pending
Lint Code Base / Lint Code Base (push) Waiting to run
Sanitizers / ${{ matrix.sanitizer }} (asan) (push) Waiting to run
Sanitizers / ${{ matrix.sanitizer }} (msan) (push) Waiting to run
Tests / tests (8.2) (push) Waiting to run
Tests / tests (8.3) (push) Waiting to run
Tests / tests (8.4) (push) Waiting to run
2024-10-15 18:06:21 +02:00
Kévin Dunglas
e9c075a4a5
feat: add build tag to skip Watcher support (#1076)
Some checks are pending
Lint Code Base / Lint Code Base (push) Waiting to run
Sanitizers / ${{ matrix.sanitizer }} (asan) (push) Waiting to run
Sanitizers / ${{ matrix.sanitizer }} (msan) (push) Waiting to run
Tests / tests (8.2) (push) Waiting to run
Tests / tests (8.3) (push) Waiting to run
Tests / tests (8.4) (push) Waiting to run
* feat: add build tag to skip Watcher support

* fix

* fix

* cleanup
2024-10-08 23:23:53 +02:00
Kévin Dunglas
0500ebc191
perf: improve PHP thread management (#898) 2024-07-09 09:39:03 +02:00
Michael Schubert
5cb5d0b8f1 docs: fix typo
`inlcuidng` -> `including`
2024-04-14 19:55:38 +02:00
Kévin Dunglas
2426a2fff7 docs: fix translation intructions 2024-03-18 11:54:24 +01:00
Kévin Dunglas
7b4f34d7da docs: how to translate the docs 2024-03-13 22:00:00 +01:00
Kévin Dunglas
e0531fa17c ci: build static binary with debug symbols 2024-03-09 00:33:11 +01:00
Kévin Dunglas
b624a13430
docs: improve HTTPS documentation (#480) 2024-01-20 11:49:16 +01:00
Kévin Dunglas
5c9d7d3f6d docs: link to the website 2023-12-07 00:31:04 +01:00
Kévin Dunglas
c9bf9940d1
ci: add Super-Linter (#323) 2023-12-01 17:26:21 +01:00
Kévin Dunglas
ca76e3a763 ci: disable tests with 8.3 shared library 2023-11-16 14:06:51 +01:00
hs son
2a205b16ce docs: add dockerignore issue in lower docekr version to CONTRIBUTING.md 2023-10-17 16:35:24 +02:00
Kévin Dunglas
546dfbcbaf feat: upgrade to PHP 8.3RC2 2023-09-18 08:16:43 +02:00
Kévin Dunglas
70110dcc77 ci: Docker images for various PHP versions
Also adds semver support.
2023-07-17 10:18:33 +02:00
Kévin Dunglas
2785b2b070 docs: explain how to debug a segfault
fix
2023-07-10 20:19:50 +02:00
Flug
d0123ad97d
fix typo (#91) 2022-11-08 12:00:11 +01:00
Alexander Schranz
3641552483
docs: building Docker images (#75)
* Add docs for custom docker image

* docs: improve Docker documentation

* more docs

Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
2022-11-03 09:04:29 +01:00
Joe Watkins
163373714e
Fix CONTRIBUTING.md (#77)
- fix build command
  - include CAP/seccomp in run (for least surprising gdb experience)
2022-10-31 21:57:43 +01:00
Kévin Dunglas
1e453036b2
fix: signals handling (#39) 2022-10-19 11:19:49 +02:00
Kévin Dunglas
291b9464bc
docs: improve contribution guide 2022-10-15 18:42:24 +02:00
Kévin Dunglas
acc48830f7
feat: improve Dockerfile and add some docs (#15) 2022-10-13 18:05:22 +02:00
Kévin Dunglas
796476d537
feat: use threads instead of GoRoutines (#6)
* feat: use threads instead of GoRoutines

* many improvements

* fix some bugs
2022-10-04 14:41:19 +02:00
Kévin Dunglas
a2607e6be7
initial commit 2021-09-24 18:52:20 +02:00