shmop is to provide a symple interface to shared memory that can be used with OTHER NON php shm creators.
Versions of Windows previous to Windows 2000 do not support shared memory.
Remember, that shared memory is NOT safe against simultaneous access.
shm
This extension is not available on Windows platforms.
Remember, that shared memory is NOT safe against simultaneous access. Use semaphores for synchronization.
PHP compilation options :
Runtime option:
Création d'une block de mémoire partagée et remplissage avec plusieurs variables. Lecture de ce block et ces variables. Destruction du bloque de mémoire partagée.