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

[ticket/16352] Deprecate a few function/classes

PHPBB3-16352
This commit is contained in:
rubencm
2020-02-03 00:44:44 +00:00
parent 7de24bad2e
commit d668f3a3c3
3 changed files with 46 additions and 43 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.9 (To be removed 4.0.0)
*/
class ini
{