Reset option parsing

# i swear i had them in before last commit
This commit is contained in:
Marcus Boerger 2003-04-27 19:41:36 +00:00
parent 129d0898ca
commit 1c1aa38ee5

View File

@ -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) {