php-documentation-list | 2003031

[PHP-DOC] Trigger_error() bad info? From: John Coggeshall (john <email protected>)
Date: 03/06/03

I haven't confirmed this in the source, but in the trigger_error() docs:

Note: error_msg is limited to 1024 characters in length. Any additional
characters beyond 1024 will be truncated.

Shouldn't it truncate at the size specified by the log_errors_max_len,
(whose default is 1024) not always 1024?

John

-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php