In PHP 4.0.1pl2 and previous versions
get_required_files() assumed that the required
files ended in the extension .php, other
extensions would not be returned. The array returned by
get_required_files() was an associative array
and only listed files included by require()
and require_once().