From: Alan Knowles Date: Mon, 5 Aug 2002 12:58:38 +0000 (+0000) Subject: revert change - this was due to an bug in php HEAD a few days ago X-Git-Tag: dev~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4ef31db26a00737b12f2203003035da8cb32231;p=php revert change - this was due to an bug in php HEAD a few days ago --- diff --git a/pear/Console/Getopt.php b/pear/Console/Getopt.php index 15fe9efe34..964421943f 100644 --- a/pear/Console/Getopt.php +++ b/pear/Console/Getopt.php @@ -82,7 +82,6 @@ class Console_Getopt { } if (isset($args[0]{0}) && $args[0]{0} != '-') { array_shift($args); - $args = array_values($args); } reset($args); while (list($i, $arg) = each($args)) {