diff options
author | Harald Radi <phanto@php.net> | 2002-06-10 21:16:25 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-06-10 21:16:25 +0000 |
commit | fd8082ef67032ec838fec0a37c40869510da0e3c (patch) | |
tree | 81aec54555cf6ecadf840405a0ea130e94bd8212 /ext/rpc/php_rpc.h | |
parent | f1f6818c20143abcb0253906a15c16e9fec778bb (diff) | |
download | php-git-fd8082ef67032ec838fec0a37c40869510da0e3c.tar.gz |
pooling and singleton finally work
Diffstat (limited to 'ext/rpc/php_rpc.h')
-rw-r--r-- | ext/rpc/php_rpc.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/ext/rpc/php_rpc.h b/ext/rpc/php_rpc.h index 32074ee70d..165f3e07ac 100644 --- a/ext/rpc/php_rpc.h +++ b/ext/rpc/php_rpc.h @@ -29,16 +29,6 @@ ZEND_FUNCTION(rpc_get); ZEND_FUNCTION(rpc_singleton); ZEND_FUNCTION(rpc_poolable); -ZEND_BEGIN_MODULE_GLOBALS(rpc) - TsHashTable *proxy; -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 |