diff options
author | Harald Radi <phanto@php.net> | 2002-03-15 00:00:34 +0000 |
---|---|---|
committer | Harald Radi <phanto@php.net> | 2002-03-15 00:00:34 +0000 |
commit | ff62e746d2883eae4a41b17ca58c12609ef94e60 (patch) | |
tree | e298b30c06ed354fda889a9fbdc03594fbf608ad /ext/rpc/com | |
parent | 7935e737499718eeaa7e1e6b6114e9fc15c45c61 (diff) | |
download | php-git-ff62e746d2883eae4a41b17ca58c12609ef94e60.tar.gz |
rpc apstraction module
does only work with ZendEngine2
Diffstat (limited to 'ext/rpc/com')
-rw-r--r-- | ext/rpc/com/com.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ext/rpc/com/com.c b/ext/rpc/com/com.c new file mode 100644 index 0000000000..b9b380e5c4 --- /dev/null +++ b/ext/rpc/com/com.c @@ -0,0 +1,7 @@ +#include <stdio.h> +#include "../handler.h" + +RPC_REGISTER_HANDLERS(com); + +RPC_INIT_FUNCTION(com) { +} |