PEAR is archived and read-only

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

Home » Mail » Mail_Mime » Bug #3471

Remove the constraint on order of get / header

Details

Request #3471Remove the constraint on order of get / header
Submitted2005-02-14 21:38 UTC
Fromlascauv4 at cti dot ecp dot fr
Assignedcipri
StatusWont fix
PackageMail_Mime
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2005-02-14 21:38 UTC] lascauv4 at cti dot ecp dot fr

Description:
------------
As indicated by the documentation of the header function, the function get() has to be called before calling headers().
I think it would be good to remove this constraint (by doing the necessary stuff in headers if it has not been done in get)