RE: [PHP] Question before upgrading to 5

2007-03-23 Thread Jake McHenry
ra 10 minutes... No biggie.. Thanks Jake > -Original Message- > From: Richard Lynch [mailto:[EMAIL PROTECTED] > Sent: Friday, March 23, 2007 8:59 PM > To: Jake McHenry > Cc: php-general@lists.php.net > Subject: RE: [PHP] Question before upgrading to 5 > > On Thu,

RE: [PHP] Question before upgrading to 5

2007-03-23 Thread Richard Lynch
On Thu, March 22, 2007 6:23 am, Jake McHenry wrote: > > Sorry about the delivery and read requests.. I was tired and forgot to > turn > them off for the list.. > >> alternatively you can search for 'Rasmus' and 'ProxyPass' in the >> list >> archive and use Rasmus' rather cool ProxyPass solution

Re: [PHP] Question before upgrading to 5

2007-03-23 Thread Richard Lynch
No, you can't load both PHP4 and PHP5 into the same Apache as Modules. You can run one as CGI. You can use proxy_server in one to shuttle requests to a different Apache pool. On Thu, March 22, 2007 12:07 am, Jake McHenry wrote: > Hi everyone, > > I just got done going through all my configure o

Re: [PHP] Question before upgrading to 5

2007-03-23 Thread Jochem Maas
Jake McHenry wrote: > I'll think about it.. We only use php for intranet applications I create, > so the server is basically dead at nights, which is when I do most of my > work. > I have worked like that in the past - at some point I decided that going to bed when I was tired rather then wh

Re: [PHP] Question before upgrading to 5

2007-03-22 Thread Myron Turner
Jochem Maas wrote: Jake McHenry wrote: I don't need them running parallel, only both installed I think you missed the point. you would have 2 apaches running, that is correct but the trick is to set it up so that they use the same document roots for each site that you are trying to con

RE: [PHP] Question before upgrading to 5

2007-03-22 Thread Jake McHenry
I'll think about it.. We only use php for intranet applications I create, so the server is basically dead at nights, which is when I do most of my work. > > Jake McHenry wrote: > > I don't want 2 instances of apache running, your over > thinking this... I > > whatever, I guess we have d

Re: [PHP] Question before upgrading to 5

2007-03-22 Thread Jochem Maas
Jake McHenry wrote: > I don't want 2 instances of apache running, your over thinking this... I whatever, I guess we have different opinions about trying to do things 'properly'. > only asked if I need to change only the prefix, or if there is anything > else, to get both php versions installe

Re: [PHP] Question before upgrading to 5

2007-03-22 Thread Tijnema !
On 3/22/07, Jake McHenry <[EMAIL PROTECTED]> wrote: I don't want 2 instances of apache running, your over thinking this... I only asked if I need to change only the prefix, or if there is anything else, to get both php versions installed. Once I see my scripts are working ok, or not, I'll be get

RE: [PHP] Question before upgrading to 5

2007-03-22 Thread Jake McHenry
I don't want 2 instances of apache running, your over thinking this... I only asked if I need to change only the prefix, or if there is anything else, to get both php versions installed. Once I see my scripts are working ok, or not, I'll be getting rid of php4. I'm not running a dev machine, this

Re: [PHP] Question before upgrading to 5

2007-03-22 Thread Jochem Maas
Jake McHenry wrote: > Sorry about the delivery and read requests.. I was tired and forgot to turn > them off for the list.. > >> alternatively you can search for 'Rasmus' and 'ProxyPass' in the list >> archive and use Rasmus' rather cool ProxyPass solution to running both >> php4 and php5 ...

RE: [PHP] Question before upgrading to 5

2007-03-22 Thread Jake McHenry
Sorry about the delivery and read requests.. I was tired and forgot to turn them off for the list.. > alternatively you can search for 'Rasmus' and 'ProxyPass' in the list > archive and use Rasmus' rather cool ProxyPass solution to running both > php4 and php5 ... his explanation should give

Re: [PHP] Question before upgrading to 5

2007-03-22 Thread Jochem Maas
alternatively you can search for 'Rasmus' and 'ProxyPass' in the list archive and use Rasmus' rather cool ProxyPass solution to running both php4 and php5 ... his explanation should give you enough info to set it up. Tijnema ! wrote: > On 3/22/07, Jake McHenry <[EMAIL PROTECTED]> wrote: >> Hi ever

Re: [PHP] Question before upgrading to 5

2007-03-22 Thread Tijnema !
On 3/22/07, Jake McHenry <[EMAIL PROTECTED]> wrote: Hi everyone, I just got done going through all my configure options for php5, and finally configure finished successfully... I didn't install it yet, have a question. Can I have both 4 and 5 installed temporarily until I'm sure all my scripts w

[PHP] Question before upgrading to 5

2007-03-21 Thread Jake McHenry
Hi everyone, I just got done going through all my configure options for php5, and finally configure finished successfully... I didn't install it yet, have a question. Can I have both 4 and 5 installed temporarily until I'm sure all my scripts work ok? They should, I've been careful, but I want to