summaryrefslogtreecommitdiff
path: root/ext/xmlrpc
diff options
context:
space:
mode:
authorAndrey Hristov <andrey@php.net>2003-07-19 19:11:01 +0000
committerAndrey Hristov <andrey@php.net>2003-07-19 19:11:01 +0000
commit71990112b77fe911ce743892758f5aef932eef84 (patch)
tree5adbbe55f6502fcad7a04bbe188e6770631dee0e /ext/xmlrpc
parentb1f96b77fbf8791eb34eb3f7ba03838f7f3c0b9c (diff)
downloadphp-git-71990112b77fe911ce743892758f5aef932eef84.tar.gz
Id tag added.
Proto fixes
Diffstat (limited to 'ext/xmlrpc')
-rw-r--r--ext/xmlrpc/php_xmlrpc.h2
-rw-r--r--ext/xmlrpc/xmlrpc-epi-php.c6
2 files changed, 6 insertions, 2 deletions
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)
{