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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 23:01:28 2025 UTC