FICHA · AUR

php84-sysvshm

sysvshm module for php84

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

Description

Programs running on PHP 8.4 can share structured data through System V shared memory. This runtime extension is useful for specialized worker or service setups that keep local state across related processes. It is dependency-only and has no separate launcher; PHP code uses it when enabled. Shared segments need permissions, size limits, cleanup, and trusted data formats because stale or cross-process data can leak or corrupt state.

Permissions

Permissions not analysed for this source yet.