• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

How do I upgrade to PHP 5

on my private debian server I had to install these packages in order to compile php5:
mysql-server-4.1
libbz2-dev
libxml2-dev
apache2-threaded-dev
libsybdb3
libcurl3-dev
libjpeg-mmx-dev
libpng3-dev
xlibs-dev
libfreetype6-dev
libt1-dev
libgd2-xpm-dev
libc-client-dev
libmhash-dev
libmysqlclient10-dev
libsnmp5-dev
freetds-dev

but that was a different configure command
For the php installation I mentioned before I didn't made a list.
The package names may vary on your system. One tip, if configure stops, then copy the error message into google an search for it. Propably you will find the name of the package which is missing.

Gunter
 
I think im just going to wait until php 5.1 comes out, and pray that ART releases some RPMS.

- Eric
 
Actually I did release php5 rpms a while back, but I havent really played around with them in the context of psa 7.5.3. As I recall the major issues were with webmail (squirrelmail and horde) not being able to compose messages.
 
I tried installing your RPMs and they got messed up.

All of the PSA config files are looking for that mod_apache2.c to see if php is enabled, which really isn't correct, it shoudl be looking for php...
 
Back
Top