From 30f8f951971d02e87e90ea697ba7604ce25d64a2 Mon Sep 17 00:00:00 2001 From: SVN Migration Date: Sat, 16 Mar 2002 08:11:53 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'ZendEngine2'. --- ext/rpc/php_rpc.h | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 ext/rpc/php_rpc.h (limited to 'ext/rpc/php_rpc.h') diff --git a/ext/rpc/php_rpc.h b/ext/rpc/php_rpc.h deleted file mode 100644 index 96e4e21942..0000000000 --- a/ext/rpc/php_rpc.h +++ /dev/null @@ -1,40 +0,0 @@ -#ifndef PHP_RPC_H -#define PHP_RPC_H - -#include "zend.h" - -extern zend_module_entry rpc_module_entry; -#define phpext_rpc_ptr &rpc_module_entry - -#ifdef PHP_WIN32 -#define PHP_RPC_API __declspec(dllexport) -#else -#define PHP_RPC_API -#endif - -#ifdef ZTS -#include "TSRM.h" -#endif - -PHP_MINIT_FUNCTION(rpc); -PHP_MSHUTDOWN_FUNCTION(rpc); -PHP_MINFO_FUNCTION(rpc); - -ZEND_FUNCTION(rpc_load); -ZEND_FUNCTION(rpc_call); -ZEND_FUNCTION(rpc_set); -ZEND_FUNCTION(rpc_get); - -ZEND_BEGIN_MODULE_GLOBALS(rpc) - int dummy; -ZEND_END_MODULE_GLOBALS(rpc) - -#ifdef ZTS -#define RPC_G(v) TSRMG(rpc_globals_id, zend_rpc_globals *, v) -#else -#define RPC_G(v) (rpc_globals.v) -#endif - -#define phpext_rpc_ptr &rpc_module_entry - -#endif /* PHP_RPC_H */ \ No newline at end of file -- cgit v1.2.1