mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
rpc apstraction module
does only work with ZendEngine2
This commit is contained in:
parent
7935e73749
commit
ff62e746d2
7 changed files with 502 additions and 0 deletions
7
ext/rpc/com/com.c
Normal file
7
ext/rpc/com/com.c
Normal file
|
@ -0,0 +1,7 @@
|
|||
#include <stdio.h>
|
||||
#include "../handler.h"
|
||||
|
||||
RPC_REGISTER_HANDLERS(com);
|
||||
|
||||
RPC_INIT_FUNCTION(com) {
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue