Use prefixed globals in eval.php main loop
authorTim Starling <tstarling@wikimedia.org>
Sat, 18 Oct 2014 22:37:56 +0000 (15:37 -0700)
committerMaxSem <maxsem.wiki@gmail.com>
Mon, 20 Oct 2014 07:58:32 +0000 (07:58 +0000)
commit2537ca28e905a773aa1d076154fd5866862a15a3
treeda99ba1e2f33644d4bbb0d3a6476b977428b08b2
parent9928512037b27df14f38e968bf4f065db33fa62a
Use prefixed globals in eval.php main loop

Use globals with less-common names so that variables created by the
command line are less likely to conflict with the ones used by the
eval.php loop.

Change-Id: Id3aa87cfa039eb7555f44e17134c7cdbb5f25cc1
maintenance/eval.php