• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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