php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #40152 Documentation problem for error_log() page
Submitted: 2007-01-17 11:59 UTC Modified: 2007-01-20 22:21 UTC
From: davidp at preshweb dot co dot uk Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: N/A
Private report: No CVE-ID: None
 [2007-01-17 11:59 UTC] davidp at preshweb dot co dot uk
Description:
------------
On the documentation for the error_log() function, the destination parameter is described as follows:

destination

    The destination. Its meaning depends on the message 
    parameter as described above. 

Obviously, it should read "depends on the message_type parameter".


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-01-17 12:02 UTC] davidp at preshweb dot co dot uk
Oh, and also, the extra_headers parameter description contains a similar error:

extra_headers

    The extra headers. It's used when the message parameter 
    is set to 1. This message type uses the same internal 
    function as mail() does. 

Of course, it should read "when the message_type parameter...".
 [2007-01-20 22:21 UTC] didou@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.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 09 13:01:36 2025 UTC