Create README.md

This commit is contained in:
Joop 2019-01-16 01:13:01 +01:00 committed by GitHub
parent a296fd61aa
commit 1466c2eaef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
# php-async
Asynchronous PHP callable processing with return values via SysV shared memory.<br/>
Requires the `php-sysvshm` extension.<br/>
Works with PHP from version 5.3 upwards due to `shm_attach(...)` returning a resource instead of an int.