Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
UBBDev.com
UBBWiki.com
Who's Online
1 registered (Bjab), 25 Guests and 16 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 06/05/06
Posts: 469
Top Posters (30 Days)
Ruben 50
DennyP 24
Gizmo 23
Dunny 15
SteveS 13
AllenAyres 12
SD 10
dbremer 10
drkknght00 9
doug 8
Latest Photos
OK Corral Shoot Out
Testing
Basildon Train Station
Basildon Town Centre looking from the rounderbout
Basildon Town Square
Page 1 of 2 1 2 >
Topic Options
#30341 - 10/28/00 04:52 PM php version needed?
Anonymous
Unregistered

I've just discovered the version of php on my (CIHosted) server is PHP 3.0.15. Assuming phpw3t won't run on this should I try and get them to put PHP 4.0.3 on there? Will this have to replace the current 3.0.15 or can they both be there side-by-side? If it replaces 3.0.15 will stuff written for 3 (like phpMyAdmin) not run any more? If I do need it and they won't do it, is there a standalone way I can install it just on my domain?

<img src="http://www.amdragon.com/images/eileensig.gif" alt=" - " />
Top
#30342 - 10/28/00 05:24 PM Re: php version needed?
Anonymous
Unregistered

- You need PHP 4.0.x to run w3threads
- Putting PHP 3.x.x and PHP 4.x.x together is not a trivial task. Most of ISP will replace PHP3 by PHP4
- Some PHP3 scripts may need small modifications to be compatible with PHP3. The very last phpMyAdmin is compatible with PHP4.

> If I do need it and they won't do it, is there a standalone way I can install it just on my domain?
- Can't give you a sure answer. Sorry
Top
#30343 - 10/28/00 05:44 PM Re: php version needed?
Rick Offline
Post-a-holic
Registered: 06/04/06
Posts: 10164
Loc: Aberdeen, WA
Actually it should work with PHP3. You would just need to turn the option to use sessions off and use cookies instead. I've had a couple people install the snapshot on PHP3 and they only had to make minor changes, but this was due to a few bads on my part which I have since fixed.

---
Scream
<A HREF="http://www.wcsoft.net" target="_new">http://www.wcsoft.net</A>
Top
#30344 - 10/28/00 06:06 PM Re: php version needed?
Anonymous
Unregistered

Ah, that's good news. Even if they won't play, I'll be OK. Thanks, Scream.

<img src="http://www.amdragon.com/images/eileensig.gif" alt=" - " />
Top
#30345 - 10/28/00 06:09 PM Re: php version needed?
Anonymous
Unregistered

...the persistent orange is here too!

<img src="http://www.amdragon.com/images/eileensig.gif" alt=" - " />
Top
#30346 - 10/28/00 07:42 PM Re: php version needed?
Anonymous
Unregistered

You can run PHP4 and PHP3 side by side. There is a section of the manual to make this work. But 99.99999% of stuff that works on PHP3 works on PHP4. phpMyAdmin works just fine in PHP4. I also recommend that after a bit you install Zend Optimizer with PHP4. It helps out.
Top
#30347 - 10/28/00 07:44 PM Re: php version needed?
Anonymous
Unregistered

>> If I do need it and they won't do it, is there a standalone way I can install it just on my domain?
>- Can't give you a sure answer. Sorry

You could install the CGI version of PHP4 and that would work.
Top
#30348 - 10/28/00 10:26 PM Re: php version needed?
Anonymous
Unregistered

Thanks, If they won't do it, I'll go find the cgi version.

<img src="http://www.amdragon.com/images/eileensig.gif" alt=" - " />
Top
#30349 - 10/28/00 10:30 PM Re: php version needed?
Anonymous
Unregistered

I'll ask them to install the Zend Optimizer as well. I don't suppose there's a cgi version of that is there?

<img src="http://www.amdragon.com/images/eileensig.gif" alt=" - " />
Top
#30350 - 10/29/00 03:53 AM Re: php version needed?
Anonymous
Unregistered

That's actually a dynamic module that gets loaded by PHP when it starts up. It's a .so (like a .dll)
Top
#30351 - 10/29/00 03:57 AM Re: php version needed?
Anonymous
Unregistered

Don't forget you're speaking to a complete Patzer here! Where would I have to put it if I had to load it locally?

<img src="http://www.amdragon.com/images/eileensig.gif" alt=" - " />
Top
#30352 - 10/29/00 05:14 AM Re: php version needed?
Anonymous
Unregistered

Any folder you wanted with the correct read/write permissions. And then you'd just set the path to it in the php.ini file.

And don't you go to bed? It's 5:15 in the morning here and you're replying to me.....oh wait. I'm replying back to you myself. grin Whoops.
Top
#30353 - 10/29/00 05:17 AM Re: php version needed?
Anonymous
Unregistered

Hey, that's great.

A fellow night-owl? It's 2.15 am here in Sunny Southern California and maybe I'll go to bed soon...

<img src="http://www.amdragon.com/images/eileensig.gif" alt=" - " />
Top
#30354 - 10/29/00 01:16 PM Re: php version needed?
Anonymous
Unregistered

Yeah and that's after daylight savings. So it was more like 3:15 by you and 6:15 by me but we turned those clocks back (I personally love this one because we gain that extra hour). Hey I'm a college student on the weekend. If I make it back to the dorms by 3-4am then it's an early night. grin
Top
#30355 - 10/29/00 02:40 PM Re: php version needed?
Anonymous
Unregistered

Hehe. One of the really nice things about being old is being able to stay up all night if you like - and not have to get up early in the morning.

<img src="http://www.amdragon.com/images/eileensig.gif" alt=" - " />
Top
#30356 - 10/29/00 09:23 PM Re: php version needed?
Anonymous
Unregistered

I'm half asleep, and didn't see anyone address this, so I'll stick a little note here, to hopefully keep you from pulling your hair out if your php scripts don't work. You may need to get your hosting service to add a line in their server.cfg file that looks like this:

AddType application/x-httpd-php .php

in order for your php scripts to be parsed. Most likely, if they are running PHP 3x, then their AddType line is going to look like:

AddType application/x-httpd-php3 .php3

Just have them put the other AddType line right under this one, and you'll be good to go. If they won't do that, then just go thru all the .php scripts, and replace any instance of .php with .php3, and it should work.

Just thought I'd stick in my 2 cents worth.....

......
Forgive me Father, for I know not what I do.
Top
#30357 - 10/29/00 09:33 PM Re: php version needed?
Anonymous
Unregistered

Thanks, Adam. I'll note that for reference.

<img src="http://www.amdragon.com/images/eileensig.gif" alt=" - " />
Top
#30358 - 10/29/00 11:00 PM Re: php version needed?
Anonymous
Unregistered

I forgot that one...
Top
Page 1 of 2 1 2 >



Shout Box

Today's Birthdays
No Birthdays
Recent Topics
Temporary Password email not being received
by
05/24/12 10:02 PM
Ability to "like" individual posts (not Facebook "likes)
by doug
05/23/12 09:03 AM
Island Permissions
by ThreadsUser
05/22/12 03:03 PM
streaming video
by prkrgrp
05/20/12 07:02 PM
New Posts Corrupted? Can someone help?
by PianoWorld
05/19/12 09:41 AM
Forum Stats
10492 Members
36 Forums
33842 Topics
181709 Posts

Max Online: 978 @ 06/24/07 11:19 PM
Random Image