gorp wrote: but I've heard from several sources that PHP is on its way out and that PHP, in a near future (2 years or so?), will not be well supported and that it will involve different security risks to use etc.
What sources? There is a big gap between what developers want to use and what is getting deployed
The programming languages for server side web development have changed over time.
Before PHP perl was the lingua franca for web. PHP was born in 1995 and has changed over time.
We have seen ColdFusion, ASP.NET, Java etc. The last big impact on the web programming language scene was ruby on rails (as a framework for the language ruby, which was also born in 1995). Python and Go are also used for web-applications.
The advantage of PHP was never the language itself (you will always find a "better" concept implementation in other languages), but the deployment on a webserver itself. The ease of use and the stability of running a php application in combination with a webserver is still unmatched.
A programmer wants to code and develop. Running and maintaining a web-application is often a different thing.
So you need to put one eye on the programming languages itself and the other on the technical debt you will get into to run and maintain the web application.
I have seen the decline of Perl before.The decline starts slowly. Currently I don't see any signs of decline in PHP usage and support. For the next five years I see no need to think about switching from PHP to a different language. We don't know how Go and other languages evolve, but PHP has evolved too.
LimeSurvey won't switch to a different language in the next years. But let's see what the developers comments are.