As a temporary solution, you can edit Zend/zend.c, search for 
ZEND_ERROR_BUFFER_SIZE, and increase the buffer size.   It's not a very 
good solution though, so it won't be merged in to the general 
distribution.  We'll try to make it work better in a future release.

Zeev

At 04:09 05-10-01, Siggy wrote:
>Is there a way to increase the length the error message string givento
>user_error ? It appears that it is limited to about one kilobyte; which is
>generally fine, except if you want to dump alot of information through it,
>(eg all variables set, other debugging info establishin what the client is
>doing in the program, complicated sql queries [which are morelikely to
>fail... :P ], states of files and so on), it is truncated...Am i forced to
>update my error logging routines to circumvent this limitation, shy of
>updating the php source code? :P
>
>Using PHP404pl1 on Redhat 7.1
>
>Siggy
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to