mirror of
https://github.com/php/frankenphp.git
synced 2026-03-24 00:52:11 +01:00
14 lines
266 B
C
14 lines
266 B
C
#ifndef _FRANKENPPHP_H
|
|
#define _FRANKENPPHP_H
|
|
|
|
int frankenphp_init();
|
|
void frankenphp_shutdown();
|
|
|
|
int frankenphp_request_startup();
|
|
int frankenphp_request_shutdown();
|
|
|
|
int frankenphp_execute_script(const char* file_name);
|
|
int frankenphp_request_shutdown();
|
|
|
|
#endif
|