Re: multiple PHP 5 subversions

Re: multiple PHP 5 subversions

am 29.03.2008 20:15:42 von Kees Nuyt

On Fri, 28 Mar 2008 23:03:03 -0700 (PDT), Ivan Slavkov
wrote:

>On Mar 28, 11:49 pm, Jerry Stuckle wrote:
>> Ivan Slavkov wrote:
>> > Hello,
>>
>> > 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 ?
>>
>> > The modules are apxs. The server is runing on Linux
>>
>> > - Ivan
>>
>> Nope, don't think you can do it.  But you could run multiple Apache
>> servers on different ports.
>>

> Where is the problem to change the module name in some way ?

The problem is not the module names, but the names of
the entry points in the php libraries and in the php
extension libraries.

The solution of Michael Fesser is the only one that
will work within one Apache instance.

Running more than one Apache is really not all that
bad. One of them could even be a proxy for the other
one.
--
( Kees
)
c[_] I tried to daydream, but my mind kept wandering. (#22)