xilon / php-mpm
Supports multi-processing event-driven model
Installs: 70
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/xilon/php-mpm
Requires
- php: ~7.3.3
- ext-event: ^2.4.0
- ext-inotify: *
- ext-pcntl: *
- ext-posix: *
- ext-socket: *
- ext-sysvsem: *
- ext-sysvshm: *
- dragonmantank/cron-expression: ^2.3
Requires (Dev)
- phpunit/phpunit: ^7.3
This package is auto-updated.
Last update: 2025-09-29 01:38:13 UTC
README
Tested with latest libevent version as of now 2.5.3
- If you use phread support in libevent do not compile libevent with asserts
How to test this development
This docker image is based on php 7.3.3 with debug-symbols enabled and core dump configured to log into /tmp directory. You can do the following to debug a core dump :
> docker-php-source extract # And in gdb you can now source /usr/src/php/.gdbinit to have specific debug command for php binary > gdb php <core_file>
docker run --privileged --ulimit core=10000000 -v $(pwd):/app -w /app -ti itengo/xilon:php7.3.3-fpm-debug bash
Todo
- Pooling /