Re: [PHP] PHP with POSIX style message queues (mq_open() and friends)

2010-10-28 Thread Nathan Nobbe
On Thu, Oct 28, 2010 at 12:52 PM, Jameson Williams < jame...@jamesonwilliams.com> wrote: > Hello, > > I need some way to interact with a POSIX message queue from PHP. I am > already aware that the PHP library provides for manipulation of Sys V style > queues (msg_get_queue(), etc.), but I cannot c

[PHP] PHP with POSIX style message queues (mq_open() and friends)

2010-10-28 Thread Jameson Williams
Hello, I need some way to interact with a POSIX message queue from PHP. I am already aware that the PHP library provides for manipulation of Sys V style queues (msg_get_queue(), etc.), but I cannot change the queue. I am hoping to accomplish this capability in a portable way, avoiding external dep