From 1466c2eaefbd7b1b797c18c6c7d9357ea1ba4e5c Mon Sep 17 00:00:00 2001 From: Joop Date: Wed, 16 Jan 2019 01:13:01 +0100 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md 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.