php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #1571 support for mknod(): pipe creation
Submitted: 1999-06-19 14:22 UTC Modified: 2002-04-27 13:22 UTC
From: vorlon at netexpress dot net Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 OS: UNIX
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: vorlon at netexpress dot net
New email:
PHP Version: OS:

 

 [1999-06-19 14:22 UTC] vorlon at netexpress dot net
Message-passing between two php3 scripts can be useful under some circumstances (example: implementation of PAM conversation functions).
Making pipe creation available directly to php3 scripts on systems which support it provides a much more straightforward way to accomplish this (currently, it appears that inter-script message passing is only possible through either shared memory, or the use of an external database, both of which include unnecessary overhead compared to a pipe).

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-10 13:28 UTC] jimw@php.net
refiled against 4.0.
 [2002-04-27 13:22 UTC] jimw@php.net
posix_mkfifo() allows making named pipes.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun May 05 05:01:31 2024 UTC