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