mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Reset option parsing
# i swear i had them in before last commit
This commit is contained in:
parent
129d0898ca
commit
1c1aa38ee5
@ -683,6 +683,8 @@ int main(int argc, char *argv[])
|
||||
INI_HARDCODED("implicit_flush", "1");
|
||||
INI_HARDCODED("max_execution_time", "0");
|
||||
|
||||
optind = orig_optind;
|
||||
optarg = orig_optarg;
|
||||
while ((c = php_getopt(argc, argv, OPTIONS, &optarg, &optind, 0)) != -1) {
|
||||
switch (c) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user