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:
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
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