Home » Mail » Mail » Bug #4636
send() fails with more than one 'Received' header
Details
| Submitted | 2005-06-20 10:18 UTC |
|---|---|
| From | marek dot gleska at comp-win dot pl |
| Assigned | jon |
| Status | Closed |
| Package | |
| PHP Version | 4.3.10 |
| OS | Windows |
| Roadmaps | (Not assigned) |
Comments
[2005-06-20 10:18 UTC] marek dot gleska at comp-win dot pl
Description:
------------
Function send() requires $headers as an associative array.
There is no simple way to build $headers with two (or more) 'Received' headers - associative array allow only one value with 'Received' key.
Array operator '+' or array_merge() does not help too.
Reproduce code:
---------------
na
Expected result:
----------------
na
Actual result:
--------------
na
[2005-06-21 06:21 UTC] marek dot gleska at comp-win dot pl
Yes. I think it is the best, simple solution.