Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 581 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 581 Bytes

System V Shared Memory Table & Deque on Ring Buffer

A PHP FFI module that implements a couple of data structures on of SysV shared memory.

  • standard table with rows and columns
  • addition of ring/circular buffer storage
  • addition of deque semantics.

Installation

You can try the install using composer:

composer require zeroshotlabs/sysv_shmop

That, however, may very well not work, and there have been some recent changes that haven't been fully tested.

Easy enough too is copying things where needed and adding:

incude src/header.inc

PRs welcome.