|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-12-18 11:32 UTC] [email protected]
[2005-12-18 17:56 UTC] richton at nbcs dot rutgers dot edu
[2005-12-19 00:00 UTC] [email protected]
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Fri Jan 02 05:00:01 2026 UTC |
Description: ------------ ext/xmlrpc/libxmlrpc/xmlrpc_introspection.c has a couple inline functions: inline XMLRPC_VALUE find_named_value(XMLRPC_VALUE list, const char* needle) { inline void describe_method(XMLRPC_SERVER server, XMLRPC_VALUE vector, const char* method) { They are referenced elsewhere in the file, but there is no external definition. See C99 specification section 6.7.4. An extra keyword here would go a long way... Reproduce code: --------------- make Expected result: ---------------- successful compile Actual result: -------------- Undefined first referenced symbol in file find_named_value ext/xmlrpclibxmlrpc/.libs/ xmlrpc_introspection.o describe_method ext/xmlrpclibxmlrpc/.libs/ xmlrpc_introspection.o ld: fatal: Symbol referencing errors. No output written to sapi/cli/php