getopt() has an optional third parameter that exposes
the index of the next element in the argument vector list to be processed.
This is done via a by-ref parameter.
getenv() no longer requires its parameter. If the
parameter is omitted, then the current environment variables will be
returned as an associative array.
get_headers() now has an additional parameter to enable
for the passing of custom stream contexts.