1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-17 07:01:22 +02:00
Files
php-phpbb/phpBB/includes
rxu 055a5f8040 [ticket/14972] Fix sizeof calls
As of PHP 7.2, only arrays and objects implementing the Countable interface
should be passed as a count() or sizeof() parameter.
See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198
Also, sizeof() seems to be sheduled for deprecation, see
https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations

PHPBB3-14972
2017-07-17 16:56:54 +07:00
..
2017-06-24 21:42:54 +02:00
2017-06-25 11:06:47 +02:00
2017-07-16 21:42:30 +02:00
2016-08-21 18:57:37 +02:00
2017-06-24 21:42:54 +02:00
2017-06-25 21:27:09 +02:00
2017-07-17 16:56:54 +07:00