aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/10931] Let us try ini_get() without error suppression.Andreas Fischer2012-06-111-1/+1
| | | | PHPBB3-10931
* [ticket/10931] Add wrapper class for ini_get function.Andreas Fischer2012-06-111-0/+165
Provides easier handling of the different interpretations of ini values. PHPBB3-10931