FICHA · MANJARO

php82-shmop

shmop module for php82

  • language-extension
  • Dev
  • System
  • IPC
  • Dependency only
  • Same app · 2 sources
official+codex · reviewed · Jun 3, 2026 description in en

Description

Programs running on PHP 8.2 can read and write System V shared memory segments. This runtime extension is useful for specialized local IPC patterns where scripts or worker processes exchange small pieces of state without a database. It is dependency-only and has no separate launcher; PHP code uses it when enabled. Shared memory can leak data between processes or leave stale state behind, so permissions, keys, cleanup, and size limits matter.

Permissions

Permissions not analysed for this source yet.