From: Andrey Hristov Date: Sat, 19 Jul 2003 19:11:01 +0000 (+0000) Subject: Id tag added. X-Git-Tag: BEFORE_ARG_INFO~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71990112b77fe911ce743892758f5aef932eef84;p=php Id tag added. Proto fixes --- diff --git a/ext/xmlrpc/php_xmlrpc.h b/ext/xmlrpc/php_xmlrpc.h index 0b50fc253e..521931a478 100644 --- a/ext/xmlrpc/php_xmlrpc.h +++ b/ext/xmlrpc/php_xmlrpc.h @@ -51,6 +51,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef _PHP_XMLRPC_H #define _PHP_XMLRPC_H diff --git a/ext/xmlrpc/xmlrpc-epi-php.c b/ext/xmlrpc/xmlrpc-epi-php.c index a109b793da..b65fe30ffa 100644 --- a/ext/xmlrpc/xmlrpc-epi-php.c +++ b/ext/xmlrpc/xmlrpc-epi-php.c @@ -51,6 +51,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + /********************************************************************** * BUGS: * * - when calling a php user function, there appears to be no way to * @@ -817,7 +819,7 @@ PHP_FUNCTION(xmlrpc_server_create) } /* }}} */ -/* {{{ proto void xmlrpc_server_destroy(resource server) +/* {{{ proto int xmlrpc_server_destroy(resource server) Destroys server resources */ PHP_FUNCTION(xmlrpc_server_destroy) { @@ -1445,7 +1447,7 @@ PHP_FUNCTION(xmlrpc_get_type) } /* }}} */ -/* {{{ proto string xmlrpc_is_fault(array) +/* {{{ proto bool xmlrpc_is_fault(array) Determines if an array value represents an XMLRPC fault. */ PHP_FUNCTION(xmlrpc_is_fault) {