1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-11 19:24:01 +02:00

Merge pull request #5850 from rubencm/ticket/16352

[ticket/16352] Deprecate a few functions/classes
This commit is contained in:
Marc Alexander
2020-02-14 07:11:12 +01:00
5 changed files with 225 additions and 214 deletions

View File

@@ -17,6 +17,7 @@ namespace phpbb\php;
* Wrapper class for ini_get function.
*
* Provides easier handling of the different interpretations of ini values.
* @deprecated 3.2.10 (To be removed 4.0.0)
*/
class ini
{