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

[ticket/16352] Deprecate more functions

PHPBB3-16352
This commit is contained in:
rubencm
2020-02-03 01:38:35 +00:00
parent d668f3a3c3
commit 2fea7969d3
4 changed files with 160 additions and 106 deletions

View File

@@ -17,7 +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)
* @deprecated 3.2.10 (To be removed 4.0.0)
*/
class ini
{