ID: 37501 Updated by: [EMAIL PROTECTED] Reported By: geisel at 4up dot com dot br -Status: Closed +Status: Bogus Bug Type: Unknown/Other Function Operating System: linux PHP Version: 5.1.4
Previous Comments: ------------------------------------------------------------------------ [2006-05-24 11:49:29] geisel at 4up dot com dot br is other bug ... the limited length in exception message at the soap fault. ------------------------------------------------------------------------ [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