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]

Reply via email to