Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a way to upgrade PHP 5.3.3 to a later version - the repos are far behind, but this could be by design(?) - so asking before destroying anything ;-)

Even running two version would be okay - dare to dream... 5.4.6? o.0

PHP 5.3.3-1ubuntu9.10 with Suhosin-Patch (cli) (built: Feb 11 2012 06:21:15) Copyright (c) 1997-2009 The PHP Group Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies with Xdebug v2.1.0, Copyright (c) 2002-2010, by Derick Rethans

share|improve this question

closed as off topic by deceze, Mathieu Imbert, C. A. McCann, ЯegDwight, mgibsonbr Nov 3 '12 at 23:28

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

Rather than upgrading the php version in the installation you can disable or erase the package altogether and try xampp for linux..the fun of using it is that you just have to extract the tar.gz and start the daemon..easier upgrades..

It will help you to concentrate on development rather than on setting up the environment..

share|improve this answer
Thanks Rishi - i knew about wamp for windows, but did not know there was such a beast for linux. – geekbuntu Nov 7 '12 at 21:13

Not the answer you're looking for? Browse other questions tagged or ask your own question.