1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-04 07:47:34 +02:00

[ticket/16189] Update version

PHPBB3-16189
This commit is contained in:
rubencm
2019-10-24 20:31:16 +00:00
parent b6a99e7dca
commit 0a7e98951b
2 changed files with 6 additions and 5 deletions

View File

@@ -635,7 +635,7 @@ function phpbb_checkdnsrr($host, $type = 'MX')
* @return mixed false on failure,
* string otherwise
*
* @deprecated 3.2.9 (To be removed: 4.0.0)
* @deprecated 3.3.0-b2 (To be removed: 4.0.0)
*/
function phpbb_inet_ntop($in_addr)
{
@@ -706,7 +706,7 @@ function phpbb_inet_ntop($in_addr)
* @return mixed false if address is invalid,
* in_addr representation of the given address otherwise (string)
*
* @deprecated 3.2.9 (To be removed: 4.0.0)
* @deprecated 3.3.0-b2 (To be removed: 4.0.0)
*/
function phpbb_inet_pton($address)
{