PDA

View Full Version : Multiple PHP


Evoleto
05-26-2005, 09:43 AM
Hello,

I'm currently running a CLI compiled version of PHP as this is required by some mandatory web applications. I would really like to use the mod version of PHP for the rest of the hosted sites, but I don't know how can I have two different PHP compilations active same time (CLI and mod).

Any clues?

Thanks!

charles
05-26-2005, 12:36 PM
Yes you can. By default both a module and a standalone binary is built. You should just be able to use

/usr/bin/php

hth
charles

Evoleto
05-26-2005, 12:54 PM
That I was thinking myself, but looks like the problem is somewhere else then not in PHP.

I've upgraded PHP, and I'm having both libphp and /usr/bin/php, and the CLI dependended application refuses to work ...

Any tips (I assume something in the Apache config, but looks OK to me)?

charles
05-26-2005, 01:02 PM
How are you running it, and what errors do you get when you run it?

If you dont want to provide that info here, just open a support ticket and they will take care of you.

charles