Skip to content

Commit 831eb20

Browse files
committed
sapi/was/main: --system-id implies --no-php-ini
1 parent 720695a commit 831eb20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sapi/was/was_main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ ParseCommandLine(int argc, char *argv[], struct CommandLine *command_line)
702702

703703
case 'y':
704704
command_line->print_system_id = true;
705+
command_line->ini_ignore = true;
705706
break;
706707

707708
case PHP_GETOPT_INVALID_ARG: /* print usage on bad options, exit 1 */

0 commit comments

Comments
 (0)