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? Link to comment https://forums.phpfreaks.com/topic/165969-upgrading-to-php-53-xampp-jaunty/ 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. Link to comment https://forums.phpfreaks.com/topic/165969-upgrading-to-php-53-xampp-jaunty/#findComment-914450 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. Link to comment https://forums.phpfreaks.com/topic/165969-upgrading-to-php-53-xampp-jaunty/#findComment-914469 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.