1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/13904] Use \phpbb\php\ini class for ini_get()

PHPBB3-13904
This commit is contained in:
Marc Alexander
2015-08-26 13:57:42 +02:00
parent 02f94b7527
commit cdde86ce7e
7 changed files with 65 additions and 39 deletions

View File

@@ -12,6 +12,7 @@ services:
scope: prototype
arguments:
- @filesystem
- @php_ini
- @language
- %core.root_path%
- @mimetype.guesser
@@ -23,6 +24,7 @@ services:
arguments:
- @filesystem
- @files.factory
- @php_ini
- @language
- @request
- %core.root_path%