We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43ea45 commit a127502Copy full SHA for a127502
1 file changed
sapi/cli/cli.h
@@ -54,6 +54,7 @@ typedef struct php_cli_server_context {
54
php_cli_mode mode;
55
} php_cli_server_context;
56
57
+/* this performs full cli-SAPI boot, loads modules, sets up TSRM and co. */
58
extern PHP_CLI_API int do_php_cli(int argc, char *argv[]);
59
60
#endif /* CLI_H */
0 commit comments