diff options
author | Jani Taskinen <jani@php.net> | 2008-08-13 00:53:28 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2008-08-13 00:53:28 +0000 |
commit | e5e6f553a25f972500b792170e03b5903ee924dd (patch) | |
tree | 4064bc661598ee9214a8517543b249c8d4d0dca0 /sapi/cli/php_cli.c | |
parent | f87d4530c299167f04a4d2cc076edb2432be3280 (diff) | |
download | php-git-e5e6f553a25f972500b792170e03b5903ee924dd.tar.gz |
MFH
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 6 |
1 files changed, 0 insertions, 6 deletions
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) { |