php-documentation-list | 2003031
Date: 03/06/03
- Next message: Philip Olson: "Re: [PHP-DOC] Trigger_error() bad info?"
- Previous message: Derick Rethans: "RE: [PHP-DOC] Web manual and manual.ced"
- Next in thread: Philip Olson: "Re: [PHP-DOC] Trigger_error() bad info?"
- Reply: Philip Olson: "Re: [PHP-DOC] Trigger_error() bad info?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Philip Olson: "Re: [PHP-DOC] Trigger_error() bad info?"
- Previous message: Derick Rethans: "RE: [PHP-DOC] Web manual and manual.ced"
- Next in thread: Philip Olson: "Re: [PHP-DOC] Trigger_error() bad info?"
- Reply: Philip Olson: "Re: [PHP-DOC] Trigger_error() bad info?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

