|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[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".
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 19 06:00:01 2025 UTC |
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...".