PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_NNTP » Bug #2285

feature references overview with XHDR

Details

Request #2285feature references overview with XHDR
Submitted2004-09-06 09:45 UTC
Frompaul at vanbrouwershaven dot com
StatusBogus
PackageNet_NNTP
PHP Version4.3.1
OSLinux
Roadmaps(Not assigned)

Comments

[2004-09-06 09:45 UTC] paul at vanbrouwershaven dot com

Description:
------------
Wrong command at line 437

Expected result:
----------------
$overview = $this->cmdXOver($first.'-'.$last);

Actual result:
--------------
$overview = $this->cmdXROver($first.'-'.$last);

[2004-09-06 15:49 UTC] heino at gehlsen dot dk

I'm guessing here, but if you are actually referring to line 437 in the Net_NNTP class, I don’t see why getReferencesOverview() should call cmdXOver() and not xmdXROver(), since getReferencesOverview() is supposed to return only references and not the entire collection of header fields...

[2004-09-06 17:10 UTC] paul at vanbrouwershaven dot com

Ok, It's now not returning teh references. I think the INN news server does not support this command. I get a "500 What?" response.

[2004-09-08 20:18 UTC] paul at vanbrouwershaven dot com

This command is also supported by INN

XHDR References 1-10
XHDR References '. $first .'-'. $last

[2004-11-02 10:09 UTC] heino at gehlsen dot dk

Closing this bugger - it didn't seem to lead anywhere...