Re: multiple PHP 5 subversions
..oO(Ivan Slavkov)
>Is it possible to use multiple PHP 5 subversions in Apache e.g. PHP
>5.2.5 and PHP 5.3 . I just want to use PHP 5.2.5 by default and PHP
>5.3 for partucular Virtual Host. The problem is that the LoadModule
>directive in httpd.conf is php5_module but I want to have e.g.
>php5_module and php5.3_module ?
You could run one version as a module and the other(s) as CGI.
Micha
|