Skocz do zawartości
Zaloguj się, aby obserwować  
Meyer

Przejście z php 5.3.x na php 5.2.x

Polecane posty

Witam, panowie mam problem mam panel który nie działa na php 5.3 i chciałbym przejść do php 5.2 ale nie mam pojęcia jak to zrobić :( znalazłem jakieś repo na tym forum pod php 5.2 ale niestety nic nie działa :( moj system to debian 32bit . I nie chcial bym robić reinstala maszyny tylko bezpiecznie przejść na 5.2.x . Z góry dziekuję za odpowiedzi.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

instalowalem tylko:

apt-get install apache2

apt-get install php5

apt-get install phpmyadmin

apt-get install mysql-server

apt-get install libapache2-mod-auth-mysql

apt-get install php5-mysql

 

i przez

 

<?php

phpinfo();
?>

pokazuje : PHP Version 5.3.3-7+squeeze14

Edytowano przez Meyer (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

A ja w tym wypadku polecam apt-get purge całego PHP i kompilacja ze źródeł. Musiałbyś zamrozić repozytoria na jakiś starych wersjach, a to nie jest dobre.

 

P.S. Sposób, który podał regdos też będzie działać i możesz się nim zainteresować. A squeeze w standardowych repo ma PHP 5.3 i musisz brać wersje z lenny'ego.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

@regdos

Zrobiłem tak jak w tym pierwszym linku co podałeś to fajnie odinstalowało dodałem te repozytoria do tych które były i ta sama wersja się zainstalowała, za 2 razem usunąłem te moje co były i dałem te z poradnika to wyskakuje:

 


root@dedyk:/# apt-get -t oldstable install `dpkg -l | grep php5| awk '{print $2}' |tr "\n" " "`
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package php5-gd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5-common is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5-suhosin is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package libapache2-mod-php5 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5-mysql is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5-mcrypt is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package php5-cli is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libapache2-mod-php5' has no installation candidate
E: Package 'php5-cli' has no installation candidate
E: Package 'php5-common' has no installation candidate
E: Package 'php5-gd' has no installation candidate
E: Package 'php5-mcrypt' has no installation candidate
E: Package 'php5-mysql' has no installation candidate
E: Package 'php5-suhosin' has no installation candidate
root@dedyk:/#

 

więc wina jest tych repozytoriów tylko skąd wziąć inne? :)

 

proszę o pomoc :(

Edytowano przez Meyer (zobacz historię edycji)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Bądź aktywny! Zaloguj się lub utwórz konto

Tylko zarejestrowani użytkownicy mogą komentować zawartość tej strony

Utwórz konto

Zarejestruj nowe konto, to proste!

Zarejestruj nowe konto

Zaloguj się

Posiadasz własne konto? Użyj go!

Zaloguj się

Zaloguj się, aby obserwować  

×