mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
ongoing development ...
This commit is contained in:
parent
207f26ae91
commit
c1fe9cd279
7 changed files with 268 additions and 66 deletions
|
@ -1,7 +1,11 @@
|
|||
#include <stdio.h>
|
||||
#include "../handler.h"
|
||||
#include "../php_rpc.h"
|
||||
|
||||
RPC_REGISTER_HANDLERS(com);
|
||||
RPC_REGISTER_HANDLERS(com)
|
||||
|
||||
RPC_FUNCTION_ENTRY_START(com)
|
||||
RPC_FUNCTION_ENTRY_END()
|
||||
|
||||
RPC_INIT_FUNCTION(com) {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue