FICHA · AUR

php83-sysvshm

sysvshm 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 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.