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

upgrading php....

T

Thargor

Guest
Hello,

i have running Linux 9.1, Plesk 7.5.2 and PHP 4.3.4.
Now i wanted to upgrade my PHP to version 4.3.10.
I've done the following steps:

Code:
./configure --prefix=/usr --datadir=/usr/share/php 
--mandir=/usr/share/man --bindir=/usr/bin --libdir=/usr/share 
--includedir=/usr/include --sysconfdir=/etc --with-_lib=lib --with-
config-file-path=/etc --with-exec-dir=/usr/lib/php/bin --disable-
debug --enable-inline-optimization --enable-memory-limit 
--enable-magic-quotes --enable-safe-mode --enable-sigchild 
--disable-ctype --disable-session --without-mysql --disable-cli 
--without-pear --with-openssl

make
make install
rcapache2 restart

Then i've taken a look at the phpinfo() Page at one of my domains. But there is still PHP 4.3.4 working.
What have i done wrong or how i have to upgrade my PHP Version?

Hope someone can help me.

Greetz
Thargor
 
Try to use "Configure Command" from your phpinfo(); to build php.
 
Originally posted by luksa
Try to use "Configure Command" from your phpinfo(); to build php.

the configure command from above is the one from my phpinfo().
And the Configuration isn't the problem. There were no failures during the configuration and installation. But if i take a look at my phpinfo after installing there is still the version 4.3.4.... :confused:


Greetz
Thargor
 
Originally posted by eWebtricity
restart httpd? do you have zend or ioncube installed?

In my phpinfo() i can see the following:

Code:
This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2003 Zend Technologies with the ionCube PHP Loader v2.4, Copyright (c) 2002-2003, by ionCube Ltd.

I've alreday restarted httpd with the "xinetd"-command. Or should i do it on an other way?

Greetz Thargor
 
Back
Top