Re: [PHP-DEV] Semaphore, Shared Memory and IPC Functions

2002-09-05 Thread Sendron
Yes, i have set it up like that. And the example code on that page works. Hmm... after a closer look, i think it all ends up with that the msg_ functions is not yet supported by any released php version. Would make sense since the sem_ functions work to... Ok ill have to wait for a newer version

Re: [PHP-DEV] Semaphore, Shared Memory and IPC Functions

2002-09-05 Thread Markus Fischer
From http://www.php.net/manual/en/ref.sem.php: Installation Support for this functions are not enabled by default. To ennable System V semaphore support compile PHP with the option --enable-sysvsem. To enable the System V shared memory support compile PHP with the option

[PHP-DEV] Semaphore, Shared Memory and IPC Functions

2002-09-05 Thread Sendron
Hi there good folks! Im developing a webbased admintool on a redhat server. Im in need to use the message queing functions. But having a hardtime finding some info on how this works. My apache and php should be configured proerly to. The phpinfo() tells me that sysvsem is a additional module. Bu