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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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: Fri May 10 22:01:32 2024 UTC