zoe Thu Feb 14 10:15:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/scripts/dev generate_phpt.php Log: Fixing typo arg->arglist at line 195. Thanks Chris J! http://cvs.php.net/viewvc.cgi/php-src/scripts/dev/generate_phpt.php?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/scripts/dev/generate_phpt.php diff -u php-src/scripts/dev/generate_phpt.php:1.1.2.2 php-src/scripts/dev/generate_phpt.php:1.1.2.3 --- php-src/scripts/dev/generate_phpt.php:1.1.2.2 Wed Feb 6 10:56:22 2008 +++ php-src/scripts/dev/generate_phpt.php Thu Feb 14 10:15:44 2008 @@ -912,7 +912,7 @@ break; default: - echo "Command line option $arg[$j] not recognised\n"; + echo "Command line option $arglist[$j] not recognised\n"; print_opts(); }
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php