Date: 03/02/01
- Next message: victor.dias-fernandes <email protected>: "[PHP-DEV] PHP 4.0 Bug #9526: Copy function is not affected by the security settings"
- Previous message: Neil Kimber: "[PHP-DEV] Any way of finding out what files have been included?"
- In reply to: Neil Kimber: "[PHP-DEV] Any way of finding out what files have been included?"
- Next in thread: alain.defrance <email protected>: "[PHP-DEV] PHP 4.0 Bug #9493 Updated: compilation and make with ldap ok but problem during make with apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 02 Mar 2001, Neil Kimber wrote:
> I'm testing for efficiency and realise that it's possible that some pages
> include files, that in turn include files, that in turn etc....
>
> Some of these includes are probably not needed and are bloating my site. Is
> there an easy way to determine which files have currently been loaded via
> includes and requires? This would help me to create an include file audit
> check and allow me to identify unnecessary bloat.
get_included_files()
-Andrei
"I think it would be a good idea." -- Mahatma Gandhi,
when asked what he thought of Western civilization...
-- 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>
- Next message: victor.dias-fernandes <email protected>: "[PHP-DEV] PHP 4.0 Bug #9526: Copy function is not affected by the security settings"
- Previous message: Neil Kimber: "[PHP-DEV] Any way of finding out what files have been included?"
- In reply to: Neil Kimber: "[PHP-DEV] Any way of finding out what files have been included?"
- Next in thread: alain.defrance <email protected>: "[PHP-DEV] PHP 4.0 Bug #9493 Updated: compilation and make with ldap ok but problem during make with apache"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

