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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: duritz at gbso dot net
New email:
PHP Version: OS:

 

 [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: Sun May 05 06:01:33 2024 UTC