- 
            
            as seen on Server Fault
            - Search for 'Server Fault' 
            
 Hi guy,
I would like to update my php 5 in my server. At this moment, I use php 5.2.0 so I want to update it to php 5.2.4 (not php 5.3). I tried to do this:
aptitude update
aptitude upgrade
63 packets were updated but not php which is always in 5.0
How can I update my php please ?
Here is the…
            >>> More
 
- 
            
            as seen on Server Fault
            - Search for 'Server Fault' 
            
 I just tried to upgrade my version of PHP on Ubuntu 12.04 and now I have messed it up.  First I did this:
sudo add-apt-repository ppa:ondrej/php5-oldstable
Then I did this:
sudo apt-get update
Then finally I did this:
sudo apt-get install php5
And now I am getting an error message about Sub-process…
            >>> More
 
- 
            
            as seen on Server Fault
            - Search for 'Server Fault' 
            
 I want to add command-line support for PHP5 on my server. When I run aptitude install php5-cli I get a message saying that my PHP modules/packages have unmet dependencies.
Here is a list of packages that suffer from these "unmet dependencies" and needs and upgrade:
php5-gd
php5-curl
php5-mysql
php5-cgi
They…
            >>> More
 
- 
            
            as seen on Server Fault
            - Search for 'Server Fault' 
            
 I want to add Mysqli support to a machine running:
Server Version: Apache/2.2.4 (Ubuntu) PHP/5.2.3-1ubuntu6.3
I would rather not update more things then I need to.
I run the following: sudo apt-get install php5-mysql
However, as the ubuntu version is old I get the following.
WARNING: The following…
            >>> More
 
- 
            
            as seen on Ask Ubuntu
            - Search for 'Ask Ubuntu' 
            
 i wanted to install php5 5.3.2, so first deleted all the php5 files
 sudo apt-get purge php5 php5-cli php5-common php5-mysql 
and also delete the deb files form 
/var/cache/apt/archives
so now there is no deb file on the system then i add this person repository
sudo apt-add-repository ppa:sushkov/personal
because…
            >>> More