• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Issue Latest Plesk Onyx - PHP 7.2 - INTL EXT Problem (compiled against old ICU)

futureweb

Regular Pleskian
Hey there,
I just activated PHP 7.2 on one of our Plesk Onyx Servers (Centos 6.9) and noticed a big Problem.

Code:
mod_fcgid: stderr: PHP Deprecated:  idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated

should normally be no problem ... just change Variant to supported INTL_IDNA_VARIANT_UTS46 ...
Code:
$email = idn_to_ascii("österreich.at"); //DEPRECATED
$email1 = idn_to_ascii("österreich.at", 0, INTL_IDNA_VARIANT_UTS46); //NORMALLY OK SINCE PHP 5.x ...

But not with Plesk compiled PHP ... ;-)

Code:
mod_fcgid: stderr: PHP Warning:  Use of undefined constant INTL_IDNA_VARIANT_UTS46 - assumed 'INTL_IDNA_VARIANT_UTS46'

Seems like the INTL EXT is compiled against a REALLY, REALLY OLD ICU?

intl / icu on Plesk Server:
upload_2018-2-14_11-3-43.png

intl / icu on one of my Centos 7 Servers with PHP from IUS Rep:

upload_2018-2-14_11-4-47.png

I guess I don't need to mention what Problems this brings ... when old Variant is deprecated and throwing Errors but the new replacement isn't available because the Ext is compiled against and old ICU ... ;-)

Hope you gonna fix that ASAP ... (deliver updated ICU Package with Plesk?)

thx, bye from sunny Austria
Andreas Schnederle-Wagner

ps) Bug Report: INTL EXT compiled against old ICU
 

Attachments

  • upload_2018-2-14_11-4-34.png
    upload_2018-2-14_11-4-34.png
    9.6 KB · Views: 3
Last edited:
Thank you for report. I have forwarded it to developers for investigation. I will update thread with results.
 

Similar threads

Back
Top