php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #9877 Need SYSV Message Queue Support
Submitted: 2001-03-20 12:06 UTC Modified: 2002-04-27 15:11 UTC
From: duritz at gbso dot net Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.4pl1 OS: POSIX
Private report: No CVE-ID: None
 [2001-03-20 12:06 UTC] duritz at gbso dot net
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!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-27 15:11 UTC] jimw@php.net
there's a sysvmsg extension in cvs now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 15:01:30 2024 UTC