From b98ceb5e40560523c0aaa0a0d63d1de13a1d27f6 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Sat, 19 Feb 2011 16:32:00 +0000 Subject: - Fixed build --- sapi/cli/php_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 2816e67885..45fa019b8a 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -1131,7 +1131,7 @@ int main(int argc, char *argv[]) } if (interactive && cli_shell_callbacks.cli_shell_run) { - exit_status = cli_shell_callbacks.cli_shell_run(); + exit_status = cli_shell_callbacks.cli_shell_run(TSRMLS_C); } else { php_execute_script(&file_handle TSRMLS_CC); exit_status = EG(exit_status); -- cgit v1.2.1