diff options
Diffstat (limited to 'ext/xmlrpc/php_xmlrpc.h')
| -rw-r--r-- | ext/xmlrpc/php_xmlrpc.h | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/ext/xmlrpc/php_xmlrpc.h b/ext/xmlrpc/php_xmlrpc.h index 26c5c2fe3..257b55181 100644 --- a/ext/xmlrpc/php_xmlrpc.h +++ b/ext/xmlrpc/php_xmlrpc.h @@ -37,7 +37,7 @@ +----------------------------------------------------------------------+ | PHP Version 5 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2006 The PHP Group | + | Copyright (c) 1997-2007 The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -51,14 +51,11 @@ +----------------------------------------------------------------------+ */ -/* $Id: php_xmlrpc.h,v 1.11.2.1 2006/01/01 12:50:16 sniper Exp $ */ +/* $Id: php_xmlrpc.h,v 1.11.2.1.2.2 2007/01/12 12:32:15 tony2001 Exp $ */ #ifndef _PHP_XMLRPC_H #define _PHP_XMLRPC_H -/* You should tweak config.m4 so this symbol (or some else suitable) - gets defined. -*/ #if 1 /* HAVE_XMLRPC */ extern zend_module_entry xmlrpc_module_entry; @@ -71,9 +68,6 @@ extern zend_module_entry xmlrpc_module_entry; #endif PHP_MINIT_FUNCTION(xmlrpc); -PHP_MSHUTDOWN_FUNCTION(xmlrpc); -PHP_RINIT_FUNCTION(xmlrpc); -PHP_RSHUTDOWN_FUNCTION(xmlrpc); PHP_MINFO_FUNCTION(xmlrpc); PHP_FUNCTION(xmlrpc_encode); @@ -91,20 +85,6 @@ PHP_FUNCTION(xmlrpc_parse_method_descriptions); PHP_FUNCTION(xmlrpc_server_add_introspection_data); PHP_FUNCTION(xmlrpc_server_register_introspection_callback); -/* Fill in this structure and use entries in it - for thread safety instead of using true globals. -*/ -typedef struct { - int x; /* fix error in msvc, cannot have empty structs */ -} zend_xmlrpc_globals; - -/* In every function that needs to use variables in zend_xmlrpc_globals, - do call XMLRPCLS_FETCH(); after declaring other variables used by - that function, and always refer to them as XMLRPCG(variable). - You are encouraged to rename these macros something shorter, see - examples in any other php module directory. -*/ - #else #define phpext_xmlrpc_ptr NULL |
