From:             [EMAIL PROTECTED]
Operating system: POSIX
PHP version:      4.0.4pl1
PHP Bug Type:     Feature/Change Request
Bug description:  Need SYSV Message Queue Support

I applaud everyone for doing a fantastic job on everything. However, I have a small 
dilemma. 

        I have some existing code for a project I started some years back. It's 
semi-client-server (sending/receiving messages via a SysV message queue). I came to 
the realization that it would be great to have access to via the web. 
        PHP was, of course, my first choice. Ideally, I would reimplement the 
client-side (really just putting messages on a queue) in PHP, and attach forms to it. 
However, after looking around I couldn't find any references to a SysV Message Queue 
implementation for PHP. Am I mistaken? If not, would it be possible to get such 
support? I realize that I can wrap PHP around the cmdline client app I wrote, but I'd 
rather have it be pure PHP.

Thanks for everything!


-- 
Edit Bug report at: http://bugs.php.net/?id=9877&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to