aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/10931] Apply strtolower() correctly, i.e. not on false.Andreas Fischer2012-06-111-4/+5
* [ticket/10931] Make to_numeric function globally available.Andreas Fischer2012-06-111-15/+2
* [ticket/10931] Make sure get_bytes() always returns either an int or a float.Andreas Fischer2012-06-111-2/+15
* [ticket/10931] Correctly handle inputs such as '-k' as invalid in get_bytes().Andreas Fischer2012-06-111-0/+7
* [ticket/10931] Correctly use GNU GPL version 2.Andreas Fischer2012-06-111-1/+1
* [ticket/10931] Document that false is also returned if value is not well formedAndreas Fischer2012-06-111-0/+3
* [ticket/10931] Correct method description of get_string().Andreas Fischer2012-06-111-2/+1
* [ticket/10931] Let us try ini_get() without error suppression.Andreas Fischer2012-06-111-1/+1
* [ticket/10931] Add wrapper class for ini_get function.Andreas Fischer2012-06-111-0/+165