aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/di/container_builder.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14957] Do not use method return in write contextMarc Alexander2017-01-031-1/+2
| | | | | | Fix for PHP 5.3.x compatibility. PHPBB3-14957
* [ticket/14957] Do not cache database config entriesMarc Alexander2017-01-031-0/+13
| | | | PHPBB3-14957
* [ticket/13903] Replacing regexp path naming for container by md5.Wardormeur2015-06-161-2/+1
| | | | | | | Replacement of the path creation based on a blacklist by a md5 filename to support broader configurations PHPBB3-13903
* [ticket/13061] Replace the service event.subscriber_loader by a compiler passTristan Darricau2014-09-131-1/+4
| | | | PHPBB3-13061
* [ticket/12855] Dump the container based on DEBUG_CONTAINER instead of DEBUGOliver Schramm2014-07-151-1/+1
| | | | PHPBB3-12855
* [ticket/12775] Add the definition of dbal.conn in fixtures/config/services.ymlTristan Darricau2014-07-071-1/+4
| | | | PHPBB3-12775
* [ticket/12775] Inject the connection when created in the containerTristan Darricau2014-07-071-3/+2
| | | | PHPBB3-12775
* [ticket/12775] Rename config_php_handler to config_php_file container_builderTristan Darricau2014-07-071-9/+9
| | | | PHPBB3-12775
* [ticket/12775] Fix doc blocks in the container builderTristan Darricau2014-07-071-9/+14
| | | | PHPBB3-12775
* [ticket/12775] Move phpbb_convert_30_dbms_to_31 into the config file classTristan Darricau2014-07-071-1/+1
| | | | PHPBB3-12775
* [ticket/12775] Fix commentsTristan Darricau2014-07-071-1/+0
| | | | PHPBB3-12775
* [ticket/12775] Fix container_builderTristan Darricau2014-07-071-1/+1
| | | | PHPBB3-12775
* [ticket/12775] Rename config_php to config_php_fileTristan Darricau2014-07-071-2/+2
| | | | PHPBB3-12775
* [ticket/12775] Renamed to \phpbb\di\container_builderTristan Darricau2014-07-071-0/+396
PHPBB3-12775