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 .
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 é?
O patch é empacotado para o Ubuntu como php5-suhosin
.
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
acima não funcionou eu segui o tutorial aqui
sudo aptitude install php5 php5-cli
Tags upgrade updates php ubuntu-10.04