rpc apstraction module

does only work with ZendEngine2
This commit is contained in:
Harald Radi 2002-03-15 00:00:34 +00:00
parent 7935e73749
commit ff62e746d2
7 changed files with 502 additions and 0 deletions

7
ext/rpc/com/com.c Normal file
View file

@ -0,0 +1,7 @@
#include <stdio.h>
#include "../handler.h"
RPC_REGISTER_HANDLERS(com);
RPC_INIT_FUNCTION(com) {
}