diff options
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 3aa88fdf64..6b8113ad17 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -704,6 +704,7 @@ static int do_cli(int argc, char **argv TSRMLS_DC) /* {{{ */ #endif get_zend_version() ); + sapi_deactivate(TSRMLS_C); goto out; case 'm': /* list compiled in modules */ |