php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22249 [PHPPear-DOC-bug] packages.networking.net_nntp.php
Submitted: 2003-02-17 07:22 UTC Modified: 2003-03-13 15:22 UTC
From: kevinwatt dot bbs at lls dot twbbs dot org Assigned:
Status: Closed Package: PEAR related
PHP Version: 4.2.3 OS: Debian unstable
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: kevinwatt dot bbs at lls dot twbbs dot org
New email:
PHP Version: OS:

 

 [2003-02-17 07:22 UTC] kevinwatt dot bbs at lls dot twbbs dot org
From
http://pear.php.net/manual/en/packages.networking.net_nntp.php

Net_NNTP::post Example

$response = $nntp->post($subject, $newsgroup, $body, $from, $addheader);

this line should be
$response = $nntp->post($subject, $newsgroup, $from, $body, $addheader);

cause from NNTP.php
function post($subject, $newsgroup, $from, $body, $aditional)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-13 15:22 UTC] mj@php.net
This has been fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 00:01:28 2024 UTC