php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #28756 Error in mail() example of german doc
Submitted: 2004-06-12 16:19 UTC Modified: 2004-10-31 11:47 UTC
From: alexander dot gitter at student dot uni-tuebingen dot d Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: alexander dot gitter at student dot uni-tuebingen dot d
New email:
PHP Version: OS:

 

 [2004-06-12 16:19 UTC] alexander dot gitter at student dot uni-tuebingen dot d
Description:
------------
Example no 4 in the german documentation of mail() has "name <foo@bar.com>" as the $to parameter - right below the example there is a notice that $to mustn't be in this form

Reproduce code:
---------------
/* Empf?nger */
$to  = "Mary <mary@example.com>" . ", " ; // beachten Sie das Komma
$to .= "Kelly <kelly@example.com>";


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-06-12 17:29 UTC] nlopess@php.net
The english file is correct.
The problem is that the german version is outdated.
The file will be updated when translators have time to do it.
 [2004-10-31 11:47 UTC] wiesemann@php.net
This bug has been fixed in the documentation's XML sources. Since the
online and downloadable versions of the documentation need some time
to get updated, we would like to ask you to be a bit patient.

Thank you for the report, and for helping us make our documentation better.

German translation is now up-to-update.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue Aug 05 18:00:02 2025 UTC