• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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