@@ -133,6 +133,12 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
133133 - ``4.0.0-a1 ``
134134 - Introduced form_helper for generating and checking form tokens.
135135
136+ * - ``\phpbb\php\ini ``
137+ - ``phpbb/php/ini.php ``
138+ - Removed
139+ - ``4.0.0-a1 ``
140+ - Use ``\bantu\IniGetWrapper\IniGetWrapper `` instead.
141+
136142 * - ``get_user_avatar ``
137143 - ``includes/functions_compatibility.php ``
138144 - Removed in ``4.0.0-a1 ``, deprecated in ``3.1.0-a1 ``
@@ -229,6 +235,48 @@ Also have a look at the `phpBB API documentation <https://area51.phpbb.com/docs/
229235 - ``4.0.0-a1 ``
230236 - Use ``\phpbb\request\request::variable() `` instead.
231237
238+ * - ``set_var ``
239+ - ``includes/functions_compatibility.php ``
240+ - Removed
241+ - ``4.0.0-a1 ``
242+ - Use ``\phpbb\request\type_cast_helper::set_var() `` instead.
243+
244+ * - ``phpbb_email_hash ``
245+ - ``includes/functions_compatibility.php ``
246+ - Removed
247+ - ``4.0.0-a1 ``
248+ - No longer used.
249+
250+ * - ``phpbb_http_login ``
251+ - ``includes/functions_compatibility.php ``
252+ - Removed
253+ - ``4.0.0-a1 ``
254+ - No longer used.
255+
256+ * - ``phpbb_load_extensions_autoloaders ``
257+ - ``includes/functions_compatibility.php ``
258+ - Removed
259+ - ``4.0.0-a1 ``
260+ - No longer used.
261+
262+ * - ``phpbb_build_hidden_fields_for_query_params ``
263+ - ``includes/functions_compatibility.php ``
264+ - Removed
265+ - ``4.0.0-a1 ``
266+ - No longer used.
267+
268+ * - ``phpbb_delete_user_pms ``
269+ - ``includes/functions_compatibility.php ``
270+ - Removed
271+ - ``4.0.0-a1 ``
272+ - Use ``phpbb_delete_user_pms `` instead. Pay attention to pay array instead of single user id.
273+
274+ * - ``phpbb_to_numeric ``
275+ - ``includes/functions_compatibility.php ``
276+ - Removed
277+ - ``4.0.0-a1 ``
278+ - No longer used.
279+
232280 * - ``get_tables ``
233281 - ``includes/functions_compatibility.php ``
234282 - Removed
0 commit comments