ZOO-Project
Functions
service_internal_php.h File Reference
#include "service.h"
#include "service_internal.h"
#include <stdio.h>

Go to the source code of this file.

Functions

int zoo_php_support (maps **, map *, service *, maps **, maps **)
 Load a PHP script then run the function corresponding to the service by passing the conf, inputs and outputs parameters by reference. More...
 

Function Documentation

int zoo_php_support ( maps **  main_conf,
map request,
service s,
maps **  real_inputs,
maps **  real_outputs 
)

Load a PHP script then run the function corresponding to the service by passing the conf, inputs and outputs parameters by reference.

Parameters
main_confthe conf maps containing the main.cfg settings
requestthe map containing the HTTP request
sthe service structure
real_inputsthe maps containing the inputs
real_outputsthe maps containing the outputs