|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-08-11 17:45 UTC] tony2001@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 18:00:01 2025 UTC |
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