I tried like described at
http://www.debianhelp.co.uk/php5.htm
But for some reason I still can't run PHP5. It is installed as shown by apt-get. But when I run
#php -v
I get:
PHP 4.3.10-16 (cli) (built: Aug 24 2005 20:25:01)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies
Also, when I run the phpinfo(); I get:
PHP Version 4.3.10-16
...
Someone knows how to actually activate php5? I even deleted php4 with
#apt-get remove php4
and restarted the webserver with
#/etc/init.d/apache2 restart
Even tried rebooting, but still it didn't work.
I need PHP5 because I'm using classes etc, otherwise I'll have to rewrite a lot of the stuff I'm developing to run on my vserver.