diff --git a/README.md b/README.md new file mode 100644 index 0000000..db5af5e --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# 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.