droom: PHP Update

Beitrag lesen

Habe mich vertippt. Also Suse 10 habe ich und habe jetzt php 5.1.6 so installiert

0.  /etc/init.d/apache2 stop
1   PHP 5.1.6 herunterladen auf php.net
2.  gunzip php-5.1.6.tar.gz
3.  tar -xvf php-5.1.6.tar
4.  cd php-5.1.6
5.  ./configure --prefix=/usr --datadir= ... ( der alte config aus phpinfo())
6.   make
7.   make install
8.  /etc/init.d/apache2 start

alles lief ohne Problem und es sind auch neue Verzeichnisse in /usr/lib/ und so aber wenn ich phpinfo() aufrufe, habe ich immer 5.1.2. Also hat der Update nicht funktioniert?