From: foobar Date: Thu, 24 Jul 2003 02:53:46 +0000 (+0000) Subject: MFH: missing cvs Id tags, proto fixes X-Git-Tag: php-4.3.3RC2~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77ec2633291ed84cefbdadd5480917056ec5219b;p=php MFH: missing cvs Id tags, proto fixes --- diff --git a/ext/tokenizer/php_tokenizer.h b/ext/tokenizer/php_tokenizer.h index 0f3952d98b..ea5b9f62e5 100644 --- a/ext/tokenizer/php_tokenizer.h +++ b/ext/tokenizer/php_tokenizer.h @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifndef PHP_TOKENIZER_H #define PHP_TOKENIZER_H diff --git a/ext/tokenizer/tokenizer.c b/ext/tokenizer/tokenizer.c index 16995b1f3c..1ad86920d6 100644 --- a/ext/tokenizer/tokenizer.c +++ b/ext/tokenizer/tokenizer.c @@ -16,6 +16,8 @@ +----------------------------------------------------------------------+ */ +/* $Id$ */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/ext/xmlrpc/php_xmlrpc.h b/ext/xmlrpc/php_xmlrpc.h index c69a7e7581..368f4e4ad6 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 3c25adedf2..fc7d57ae55 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 * @@ -828,7 +830,7 @@ PHP_FUNCTION(xmlrpc_server_create) } } -/* {{{ proto void xmlrpc_server_destroy(handle server) +/* {{{ proto int xmlrpc_server_destroy(handle server) Destroys server resources */ PHP_FUNCTION(xmlrpc_server_destroy) { @@ -1478,7 +1480,7 @@ PHP_FUNCTION(xmlrpc_get_type) RETURN_STRING((char*) xmlrpc_type_as_str(type, vtype), 1); } -/* {{{ 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) {