Is it possible to get PHP5.2.3 for debian etch?

I got 5.2.0-8+etch13

link|improve this question

Any particular reason why you want 5.2.3 specifically? – andol Dec 5 '09 at 16:52
Yes. I want to run Kohana framework. It is a requirement (kohanaphp.com) – Cudos Dec 5 '09 at 16:58
Seems as if the Kohana Requirements page say "PHP version >= 5.2.3". That is, you need 5.2.3, or newer. – andol Dec 5 '09 at 17:04
Correct, I need 5.2.3 or newer. – Cudos Dec 5 '09 at 17:16
feedback

2 Answers

up vote 3 down vote accepted

Not directly from official Debian repositories but you can 'backport' newer PHP packages yourself if really needed.

It requires a few development packages, a few packaging knowledge and time.

Some people already did

link|improve this answer
feedback

Yes. Change your apt sources to fetch from unstable.

link|improve this answer
Actually, Debian unstable currently has PHP 5.2.11. The same goes for testing (squeeze). – andol Dec 5 '09 at 16:54
Ok, based on new info, never mind I guess. – andol Dec 5 '09 at 17:04
feedback

Your Answer

 
or
required, but never shown

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