phpbb/phpBB/includes/extension
Erik Frèrejean cac3936066 [ticket/11283] Extension manager follow symlinks.
All extensions are located in the `phpBB/ext` directory,
however the `phpbb_extension_manager::all_available()`
method only looks into actual directories and ignores symlinks.

Add the `RecursiveDirectoryIterator::FOLLOW_SYMLINKS` flag to
the `new RecursiveDirectoryIterator` call so that you can store
extensions in a different location and use symlinks so that
phpBB can recognise them.

PHPBB3-11283
2012-12-23 16:20:37 +01:00
..
base.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
exception.php [ticket/10631] Simplify exceptions 2012-09-01 15:05:36 +01:00
finder.php [ticket/11012] Normalize $phpEx member vars to $php_ext 2012-07-21 16:19:01 +02:00
interface.php [ticket/9916] Updating header license and removing Version $Id$ 2011-12-31 13:32:52 +00:00
manager.php [ticket/11283] Extension manager follow symlinks. 2012-12-23 16:20:37 +01:00
metadata_manager.php [ticket/11015] Change more docblocks. 2012-12-04 04:29:31 -05:00
provider.php [ticket/10933] Expanded prose documentation for phpbb_extension_provider. 2012-11-02 18:07:00 -04:00