ID: 32179 Updated by: [EMAIL PROTECTED] Reported By: spmhere1 at lenivec dot com -Status: Assigned +Status: Closed Bug Type: XMLRPC-EPI related Operating System: * PHP Version: 5CVS, 4CVS (2005-03-09) Assigned To: tony2001 New Comment:
This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2005-03-03 18:28:50] spmhere1 at lenivec dot com Description: ------------ Following code produces segmentation fault - because of recursive reference Reproduce code: --------------- $data = array(); $data['a'] =& $data; $data_xml = xmlrpc_encode($data); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32179&edit=1