diff options
author | Harald Radi <phanto@php.net> | 2003-01-16 17:49:22 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2003-01-16 17:49:22 +0000 |
commit | 7f127a22df65c4db3614e9dd2e6ef5cd90af430d (patch) | |
tree | 542ff69bdaef3ec04237e9cb15ca22edd0a5ccb5 /ext/rpc/skeleton/skeleton.c | |
parent | dacf98c86f15a8c759410e94016e584961a8b7b1 (diff) | |
download | php-git-7f127a22df65c4db3614e9dd2e6ef5cd90af430d.tar.gz |
make layers loadable as self-sustaining php extension
which registeres itself in the rpc framework.
Diffstat (limited to 'ext/rpc/skeleton/skeleton.c')
-rw-r--r-- | ext/rpc/skeleton/skeleton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/rpc/skeleton/skeleton.c b/ext/rpc/skeleton/skeleton.c index b9a2d4d775..5f1440ab86 100644 --- a/ext/rpc/skeleton/skeleton.c +++ b/ext/rpc/skeleton/skeleton.c @@ -36,7 +36,7 @@ static int skeleton_unset_property(rpc_string, void **); static int skeleton_get_properties(HashTable **, void **); /* register rpc callback function */ -RPC_REGISTER_HANDLERS_START(skeleton) +RPC_REGISTER_HANDLERS_BEGIN(skeleton) FALSE, /* poolable TRUE|FALSE*/ DONT_HASH, /* hash function name lookups to avoid reflection of the object for each * method call. hashing is done either by mapping only the function name |