danrah Posted July 14, 2009 Share Posted July 14, 2009 hi, i have installed xampp on Ubuntu janunty but php version is 5.2.9. how can i upgrade it to php 5.3 without altering other components? Quote Link to comment Share on other sites More sharing options...
cpace1983 Posted September 8, 2009 Share Posted September 8, 2009 Download the Ubuntu source for MySQL, and download the PHP source from php.net. From there, configure, make, and make install. You keep your older version of MySQL this way. Or, find someone else who has prepackaged it for you. Quote Link to comment Share on other sites More sharing options...
trq Posted September 8, 2009 Share Posted September 8, 2009 I would remove xampp altogether, not sure why you would install via a third party package on Debian/Ubuntu. Then add.... deb http://php53.dotdeb.org stable all deb-src http://php53.dotdeb.org stable all To your /etc/apt/sources/list file then simply install php via apt-get, aptitude or synaptic. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.