rryqszq4 / ngx-php

ngx-php - Embedded php7 or php8 scripting language for nginx module. Mainline development version of the ngx-php.
BSD 2-Clause "Simplified" License
642 stars 55 forks source link

Symfony runtime for ngx-php #192

Open joanhey opened 3 months ago

joanhey commented 3 months ago

I'm creating a php-runtime for ngx-php, so hundreds of Symfony apps could use ngx-php without any change. https://github.com/php-runtime

Here is the repo: https://github.com/joanhey/ngx-php-runtime

For now I'm testing in local the symfony demo with a docker container, that later I'll share.

But we need to fix a small problem, munmap_chunk(): invalid pointer and I need the help of @rryqszq4

We will inform you about the progress !!