php-async/README.md

245 B

php-async

Asynchronous PHP callable processing with return values via SysV shared memory.
Requires the php-sysvshm extension.
Works with PHP from version 5.3 upwards due to shm_attach(...) returning a resource instead of an int.