$HTTP_POST_VARS is available in more versions of PHP. BUT its deprecated in the latest version, ie soon to be disappearing.
You would global $HTTP_POST_VARS the entire array, I don't believe PHP will allow you to do just elements.
If I were you, I'd write a function to check the PHP version and options, and have your script choose which to use from there.