Page 1 of 1

What version has PHP 5.3.x and PHP question

PostPosted: 13. March 2014 11:37
by Gaz 7676
Hi,

What version has PHP 5.3.x?

Can I run multiple PHP versions?

Re: What version has PHP 5.3.x and PHP question

PostPosted: 13. March 2014 12:00
by Nobbie
Gaz 7676 wrote:What version has PHP 5.3.x?


The trailing number IS the version. So PHP 5.3.x has version 5.3.x.

Gaz 7676 wrote:Can I run multiple PHP versions?


It is possible to run multiple PHP versions, but you can run only one version as a module. If you need more versions at one time, you have to run PHP in "CGI Mode". In the PHP Folder usually comes a readme which shows how to run that version in CGI Mode.

You might run different PHP Versions in different VirtualHosts for example.