
Asher Wolfstein - 2006-11-06 18:34:19 -
In reply to message 1 from Jean Pierre Daviau
After double checking it seems to work on my end. I added a check to make sure we're not 'globalizing' the '$GLOBALS' variable to begin with in the new version.
Please insert this code sample right before the eval statement and return the results here. From there I should be able to ascertain the problem:
$code_ar = explode( "\n", $code );
$linec = 1;
foreach( $code_ar as $line ) {
echo "$linec $line\n";
$linec++;
}
Thanks for the update and notification! We'll get it fixed,
Asher