Commit Graph

6 Commits

Author SHA1 Message Date
Kévin Dunglas
13fb0beae9
fix: remove some more memory leaks in worker mode (#65)
* refactor: worker mode

* chore: small cleanup

* fix: remove some more memory leaks in worker mode
2022-10-24 20:38:09 +02:00
Marko Korhonen
4293397541
feat: add Alpine based Docker image (#43)
* Gitignore .idea folder (PhpStorm etc)

* Alpine version of Dockerfile

* Bake definition to build Docker images

* Docs for Docker image building

* Link to docker.md

* Use latest change on using official php-src repo and PHP-8.2 branch

* Remove ARGS and get other changes from Dockerfile (original)

* Update GHA workflows with Dockerfile.alpine
2022-10-21 15:23:23 +02:00
Kévin Dunglas
0b8e322375
fix: preserve autoloading in worker mode 2022-10-06 15:25:58 +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
290e9e1114
feat: Caddy module 2021-11-01 00:18:30 +01:00
Kévin Dunglas
a2607e6be7
initial commit 2021-09-24 18:52:20 +02:00