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
 [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: Thu Apr 25 09:01:29 2024 UTC