Commit Graph

10 Commits

Author SHA1 Message Date
Rob Landers
c158887b5c
Automatically Run Tests on PR and Push Docker Image (#38)
* Add github actions tests

* native running is a bit more complicated

* Add actual builder

* Add runner os

* and this one too

* fix naming

* checkout submodules

* remove backslash

* fix test runner

* Add documentation and fix up docker deployment stuff

* use different caching method

* also for tests

* update caches for main

* specify target

* specify target

* remove docker cache from tests

* Optimize dockerfile for better caching

* significantly speed up cached builds

* use gha cache

* update action versions

* only build one os for now

* test non-code change

* Update docker actions

* fix typo

* fake commit

* reset changes

* build other platforms for tests
2022-10-20 00:08:11 +02:00
Kévin Dunglas
1e453036b2
fix: signals handling (#39) 2022-10-19 11:19:49 +02:00
Rob Landers
2890aae4a5
POC: Enable extensions + staged build (#33) 2022-10-19 07:40:31 +02:00
Alex Rock
7460cbdb7c
Allow users to add php.ini files to /usr/local/lib/php/ without rebuilding the image (#27) 2022-10-15 18:57:16 +02:00
Alex Rock
ce873e4459
Use proper number of cpus to compile php instead of hardcoded value (#21) 2022-10-15 09:46:44 +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
c45a4c620f
feat: improve sessions handling in workers 2022-10-07 16:59:27 +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
7d81fa51fe
feat: add a woker mode (#1)
* refactor: better memory management

* wip

* tmp

* introduce a go-like api

* upgraded to PHP 8.2

* Fix thread safety issues

* fix tests

* wip

* refactor worker

* worker prototype

* fix populate env

* session

* improve tests

* fix Caddy tests

* refactor
2022-05-18 11:52:24 +02:00
Kévin Dunglas
a2607e6be7
initial commit 2021-09-24 18:52:20 +02:00