tkrebs / ep3-bs

Online booking system for courts
http://bs.hbsys.de/
MIT License
180 stars 108 forks source link

Error in Zend/Validator/EmailAddress.php #537

Closed mjmpeace closed 2 years ago

mjmpeace commented 2 years ago

[15-Mar-2021 17:01:06 Europe/Berlin] PHP Deprecated: idn_to_utf8(): INTL_IDNA_VARIANT_2003 is deprecated in /kunden/238965_27580/webseiten/halle/vendor/zendframework/zendframework/library/Zend/Validator/EmailAddress.php on line 545 [15-Mar-2021 17:01:06 Europe/Berlin] PHP Deprecated: idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated in /kunden/238965_27580/webseiten/halle/vendor/zendframework/zendframework/library/Zend/Validator/EmailAddress.php on line 532

Was bedeutet das - das kommt dauernd.

cbits68 commented 2 years ago

vermutlich, dass Deine verwendete PHP Version nicht mehr supportet ist! PHP 7.2 und 7.3 sind end of life und bekommen auch keine Security Updates mehr. Nur 7.4 ist noch bis Ende November 2022 im "security fix only" Support. image

mjmpeace commented 2 years ago

Die Meldung bedeutet nur, dass die genutzte Funktion ausläuft und später nicht mehr unterstützt wird in höheren PHP Versionen.