Re: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Dave Mertens
On Tue, Jan 14, 2003 at 02:48:04AM +0100, Pierre-Alain Joye wrote: > On Mon, 13 Jan 2003 20:46:45 -0500 > "Mike Robinson" <[EMAIL PROTECTED]> wrote: > > > Hiya, > > > > I'm wondering if it will be possible to build and use both PHP4 > > and PHP5 as apache modules on the same webserver, similar to

Re: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Hartmut Holzgraefe
Zeev Suraski wrote: > Wouldn't --enable-versioning work just fine? It didn't even work fine with php3/php4 last time I tried it. I was under the impression it works well... on some systems (Solaris ...) it will disable extension loading as there it does not only hide symbols towards the loade

RE: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Wez Furlong
On Tue, 14 Jan 2003, Mike Robinson wrote: > I'm assuming PHP5 will use _only_ ZE2 once it's forked? s/will/does/ s/once/now/ -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Mike Robinson
> From: James Cox wrote: >> "Mike Robinson" <[EMAIL PROTECTED]> wrote: >> >> I'm wondering if it will be possible to build and use >> both PHP4 and PHP5 as apache modules on the same webserver, >> similar to the way we could use both PHP3 and PHP4. [snip] > the patch for naming everything php

RE: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread James Cox
> On Tue, 14 Jan 2003, James Cox wrote: > > > > On Mon, 13 Jan 2003 20:46:45 -0500 > > > "Mike Robinson" <[EMAIL PROTECTED]> wrote: > > > > > > > I'm wondering if it will be possible to build and use both PHP4 > > > > and PHP5 as apache modules on the same webserver, similar to the > > > > way we

Re: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Pierre-Alain Joye
On Tue, 14 Jan 2003 11:59:27 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote: > You can't always have fun, but it has to do with responsibility to > users. :) Oh ? really ? *sick* ;-) pierre -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/u

RE: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Derick Rethans
On Tue, 14 Jan 2003, Zeev Suraski wrote: > At 12:40 14/01/2003, Derick Rethans wrote: > > > >hmm, I think a nice thing to do is to make a list of those things then, > >and how they can be solved. It's easier to start on that now then do > >that at the end, when we already forgot about it. > > Whe

RE: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Zeev Suraski
At 12:40 14/01/2003, Derick Rethans wrote: On Tue, 14 Jan 2003, Zeev Suraski wrote: > At 12:30 14/01/2003, Derick Rethans wrote: > > > Also, why would we need it for php4/php5? > > Because it'll probably not be 100.0% downwards compatible... hmm, I think a nice thing to do is to make a list of

RE: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Derick Rethans
On Tue, 14 Jan 2003, Zeev Suraski wrote: > At 12:30 14/01/2003, Derick Rethans wrote: > > > Also, why would we need it for php4/php5? > > Because it'll probably not be 100.0% downwards compatible... hmm, I think a nice thing to do is to make a list of those things then, and how they can be so

RE: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Zeev Suraski
At 12:30 14/01/2003, Derick Rethans wrote: On Tue, 14 Jan 2003, Zeev Suraski wrote: > At 08:26 14/01/2003, Derick Rethans wrote: > >A patch for naming it libphp5 or a patch that enables them to work > >together in the same webserver? The latter is quite hard and 'cookie a > >patch' for that will

Re: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Pierre-Alain Joye
On Tue, 14 Jan 2003 11:30:53 +0100 (CET) Derick Rethans <[EMAIL PROTECTED]> wrote: > It didn't even work fine with php3/php4 last time I tried it. that works for the core and for ie, mysql, as far as I remember :). > Also, why would we need it for php4/php5? If it s not too much work to make it

RE: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Derick Rethans
On Tue, 14 Jan 2003, Zeev Suraski wrote: > At 08:26 14/01/2003, Derick Rethans wrote: > >A patch for naming it libphp5 or a patch that enables them to work > >together in the same webserver? The latter is quite hard and 'cookie a > >patch' for that will almost certainly not work. > > Wouldn't --e

RE: [PHP-DEV] PHP4 + PHP5

2003-01-14 Thread Zeev Suraski
At 08:26 14/01/2003, Derick Rethans wrote: A patch for naming it libphp5 or a patch that enables them to work together in the same webserver? The latter is quite hard and 'cookie a patch' for that will almost certainly not work. Wouldn't --enable-versioning work just fine? Zeev -- PHP Develop

Re: [PHP-DEV] PHP4 + PHP5

2003-01-13 Thread Derick Rethans
On Tue, 14 Jan 2003, Pierre-Alain Joye wrote: > On Mon, 13 Jan 2003 20:46:45 -0500 > "Mike Robinson" <[EMAIL PROTECTED]> wrote: > > > > I'm wondering if it will be possible to build and use both PHP4 > > and PHP5 as apache modules on the same webserver, similar to the > > way we could use both PH

RE: [PHP-DEV] PHP4 + PHP5

2003-01-13 Thread Derick Rethans
On Tue, 14 Jan 2003, James Cox wrote: > > On Mon, 13 Jan 2003 20:46:45 -0500 > > "Mike Robinson" <[EMAIL PROTECTED]> wrote: > > > > > I'm wondering if it will be possible to build and use both PHP4 > > > and PHP5 as apache modules on the same webserver, similar to the > > > way we could use both P

Re: [PHP-DEV] PHP4 + PHP5

2003-01-13 Thread Magnus Määttä
On Mon, 13 Jan 2003 20:46:45 -0500 "Mike Robinson" <[EMAIL PROTECTED]> wrote: > Hiya, > > I'm wondering if it will be possible to build and use both PHP4 > and PHP5 as apache modules on the same webserver, similar to the > way we could use both PHP3 and PHP4. A very few messages before James jus

RE: [PHP-DEV] PHP4 + PHP5

2003-01-13 Thread James Cox
> On Mon, 13 Jan 2003 20:46:45 -0500 > "Mike Robinson" <[EMAIL PROTECTED]> wrote: > > > Hiya, > > > > I'm wondering if it will be possible to build and use both PHP4 > > and PHP5 as apache modules on the same webserver, similar to the > > way we could use both PHP3 and PHP4. > > I hope so. libphp5

Re: [PHP-DEV] PHP4 + PHP5

2003-01-13 Thread Pierre-Alain Joye
On Mon, 13 Jan 2003 20:46:45 -0500 "Mike Robinson" <[EMAIL PROTECTED]> wrote: > Hiya, > > I'm wondering if it will be possible to build and use both PHP4 > and PHP5 as apache modules on the same webserver, similar to the > way we could use both PHP3 and PHP4. I hope so. libphp5 will be the modul