Page 1 of 1

Semaphore, Shared Memory and IPC

PostPosted: 06. February 2009 12:27
by phazei
I'm trying to use sem_get, shm_attach and related functions but am getting undefined function errors. How can I add support to my php? I'm using the latest version of XAMPP.

Thanks,
adam

Re: Semaphore, Shared Memory and IPC

PostPosted: 06. February 2009 13:39
by Wiedmann
I'm trying to use sem_get, shm_attach .... How can I add support to my php?

Not possible.

However, if you only need shared memory, use shmop_* instead.