Atualize o PHP no Ubuntu de 5.3.2 para 5.3.3

1

Estou tentando atualizar minha instalação do PHP no Ubuntu 10.04 LTS, mas sem sucesso.

Eu estou tentando atualizar de: 5.3.2-1ubuntu4.5 com Suhosin-Patch para PHP 5.3.3

Isto:

sudo apt-get install PHP5-cgi PHP5-cli

não fez o trabalho. Alguma idéia é?

    
por sanders 03.10.2010 / 10:03

4 respostas

3

O PHP 5.3.3 ainda não está disponível no repositório do Ubuntu (como pode ser visto aqui ), você pode baixe a fonte e compile manualmente embora. Faça o download da fonte aqui .

    
por 03.10.2010 / 12:02
1

O patch é empacotado para o Ubuntu como php5-suhosin .

    
por 03.10.2010 / 15:55
1

PHP 5.3.3 instalação ou atualização na máquina linux, desta site

Comandos para proceder à instalação -

copy PHP_5.3.3.tar file on the local machine using WinSCP or share drive

Untar the tar file use below command

tar -xvf PHP_5.3.3.tar

Then copy or move Unzipped/untar Folder in "usr/opt"

cd /usr/opt

cd PHP_5.3.3

./configure

make

make install

Installation will take 2/3 mint to upgrade or install the services.

once the installation complete kindly check the installation status or PHP status using below command

command : php -v

    
por 12.03.2014 / 06:44
0

acima não funcionou eu segui o tutorial aqui

sudo aptitude install php5 php5-cli
    
por 23.07.2012 / 11:19