From e5e6f553a25f972500b792170e03b5903ee924dd Mon Sep 17 00:00:00 2001 From: Jani Taskinen Date: Wed, 13 Aug 2008 00:53:28 +0000 Subject: MFH --- sapi/cli/php_cli.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index c0dd51d96b..6559e73dec 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -727,12 +727,6 @@ int main(int argc, char *argv[]) CG(in_compilation) = 0; /* not initialized but needed for several options */ EG(uninitialized_zval_ptr) = NULL; - if (cli_sapi_module.php_ini_path_override && cli_sapi_module.php_ini_ignore) { - PUTS("You cannot use both -n and -c switch. Use -h for help.\n"); - exit_status=1; - goto out_err; - } - while ((c = php_getopt(argc, argv, OPTIONS, &php_optarg, &php_optind, 0, 2)) != -1) { switch (c) { -- cgit v1.2.1