• 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.

Php 5.2.8

J

jamescrown

Guest
Hello,

There is a recent vulnerability in PHP 5.2.6

The available build of plesk 9.0 081208.18 is currently installing PHP 5.2.6 to %plesk_bin% and %plesk_dir%\additional\pleskphp5

Can you please release a new build of Plesk 9.0 which uses PHP 5.2.8 ?

Thank you.
 
I think you can just intall the new version into that directory and it should work fine, the same apply to php4
 
That works for %plesk_dir%\additional\pleskphp5 only. So yes, the PHP version clients use can be upgraded however the version that plesk control panel uses cannot as it will cause errors. Currently this is causing sites hosted on Plesk servers to fail PCI compliance unless you prevent the scanner access to port 8880 and 8443.
 
you will have to replace the php.ini file that plesk is using. Plesk is using the php.ini file under admin folder
do not forget to copy some settings from the old php.ini
 
Hello,

Do you currently have PHP 5.2.8 working from %plesk_bin%? Please only respond to this post if you know how to get PHP 5.2.8 working from %plesk_bin%.
 
Hello,

There is a recent vulnerability in PHP 5.2.6

The available build of plesk 9.0 081208.18 is currently installing PHP 5.2.6 to %plesk_bin% and %plesk_dir%\additional\pleskphp5

Can you please release a new build of Plesk 9.0 which uses PHP 5.2.8 ?

Thank you.

It will pass 50 years before parallels will be able to release abything like that.
They are not able to fix bugs that were present in plesk 8.6 and are still present in plesk 9.
I can tell you that they are probably amazed that php works with theire product.
They are just lame so dont't expect anything except more bugs.
 
How to "get around" PCI Compliance

The default installation for Plesk php exposes the php header information by adding it's signature to the web server header. That is how the PCI Compliance companies "see" what version you are using. You can turn this off with (so far) no ill effects by going to php.ini in %plesk_dir%/admin and changing:

expose_php = On

to

expose_php = Off
 
Back
Top