ID: 38431 Updated by: [EMAIL PROTECTED] Reported By: giunta dot gaetano at sea-aeroportimilano dot it -Status: Open +Status: Closed Bug Type: XMLRPC-EPI related Operating System: windows 2000 PHP Version: 5.1.4 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: ------------------------------------------------------------------------ [2006-08-11 15:03:38] giunta dot gaetano at sea-aeroportimilano dot it Description: ------------ xmlrpc_get_type crashes PHP+webserver when called with an object instance as parameter... Reproduce code: --------------- include('xmlrpc.inc'); var_dump(xmlrpc_get_type(new xmlrpcval('hello'))); Expected result: ---------------- 'struct', 'mixed' or 'whatever...' Actual result: -------------- apache 2 down in flames ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38431&edit=1
