remove depreciation notice for php 7.x.x in captcha class
Регистрация по почте будет уже в 7.2.0?)
# Jesk (25.02.2017 / 19:19)
Эти фиксы 6ке будут?
6-ка имеет другой код, фиксы отсюда туда не подойдут.
Надо будет пилить отдельно.
# Devendraoli (25.02.2017 / 20:47)
remove depreciation notice for php 7.x.x in captcha class
Where do you see there depreciation notice?
Development is made in PHP 7 and here on the site too PHP 7 and no any depreciation notice are visible.
# Дедушко_АнаниЙ (25.02.2017 / 23:21)
Where do you see there depreciation notice?
Development is made in PHP 7 and here on the site too PHP 7 and no any depreciation notice are visible.
same function and class name is depricated from php 7.xx.
since
captcha.php contains same class as constructer function.
if you run captcha.php with php 7 you will not get any results from the captcha class even error messages because the page contains image headers so the result will be blank image
so if you want to make it work just change function name
KAPTCHA to
__construct
# Devendraoli (25.02.2017 / 23:45)
same function and class name is depricated from php 7.xx.
since captcha.php contains same class as constructer function.
if you run captcha.php with php 7 you will not get any results from the captc
Yes, indeed it is necessary to fix it.
При установке, если выбран английский установщик, кидает предупреждение на отсутствие ключа finish.
#ru,
#en.
Ребят, аналога функции is_mobile больше нету?
intelligent, посмотри в сторону класса browser
покруче будет