ID: 37501 User updated by: geisel at 4up dot com dot br Reported By: geisel at 4up dot com dot br -Status: Feedback +Status: Closed Bug Type: Unknown/Other Function Operating System: linux PHP Version: 5.1.4 New Comment:
is other bug ... the limited length in exception message at the soap fault. Previous Comments: ------------------------------------------------------------------------ [2006-05-19 08:54:41] [EMAIL PROTECTED] Mind telling us the error? ------------------------------------------------------------------------ [2006-05-18 14:53:35] geisel at 4up dot com dot br Description: ------------ The following code does an error in soap messages. Switching to var_export($e,false) corrects it, but at the documentation, true is the correct parameter. Reproduce code: --------------- try { throw new Exception('x'); } catch(exception $e) { throw new SoapFault('Erro:',var_export($e,true)); } ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=37501&edit=1