FICHA · AUR

php83-shmop

shmop module for php83

  • PHP runtime module
  • RUNTIME-EXTENSION
  • Dependency only
official+codex · reviewed · Jun 3, 2026 description in en

Description

Programs running on PHP 8.3 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.