From:             kevinwatt dot bbs at lls dot twbbs dot org
Operating system: Debian unstable
PHP version:      4.2.3
PHP Bug Type:     Documentation problem
Bug description:  [PHPPear-DOC-bug] packages.networking.net_nntp.php

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)


-- 
Edit bug report at http://bugs.php.net/?id=22249&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22249&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22249&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22249&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22249&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22249&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22249&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22249&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22249&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22249&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22249&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22249&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22249&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22249&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22249&r=gnused


-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to