Re: [PHP-DEV] get_included_files From: Mark J. Hershenson (macosx <email protected>)
Date: 12/10/00

> get_included_files only shows files that have the .php extension.
>
> I would love you all so much if you could make that work when the next
> release comes out :)
>
> I've got a killer debug module that wants to list all included files, but
> can't ):
>
> _a

This seems somewhat odd considering that, among other factors, .phps is the
out-of-the-box extension Apache dictates for showing PHP source code. Are
there true limiting factors here?

I personally use .inc and sometimes .phx.

Perhaps get_included_files could be made more extensible akin to
strip_tags()?

  mjh

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>