-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add FILENO method to FCGI.pm to comply with IO:: interface
FILENO method returns a defined but invalid value (can never be defined as the error return from the syscall is -1) to placate things such as IPC::Run which call fileno to check if a filehandle is open. Closes bugs: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544540 http://rt.cpan.org/Public/Bug/Display.html?id=50972 Removes need for upstream patch in OpenBSD
- Loading branch information
1 parent
b4e48a7
commit 6447e29
Showing
2 changed files
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
o Add FILENO method which returns a defined but invalid value to | ||
placate things such as IPC::Run which call fileno to check if a | ||
filehandle is open. | ||
Closes bugs: | ||
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544540 | ||
http://rt.cpan.org/Public/Bug/Display.html?id=50972 | ||
Removes need for upstream patch in OpenBSD | ||
|
||
Version 0.68 -- 21 June 2003 <[email protected]> Sven Verdoolaege | ||
|
||
o Call the fcgi lib's attach/detach <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters