boardom Forum Index boardom
b2 message board
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Which version of PHP are you using ?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    boardom Forum Index -> Announcements
View previous topic :: View next topic  

Which version of PHP are you using ?
4.0.6 or older
 8%  [ 11 ]
4.1.0 or newer (newest release is 4.2.3)
 91%  [ 119 ]
Total Votes : 130

Author Message
michel v
Site Admin


Joined: 25 Jan 2002
Posts: 799
Location: Corsica

PostPosted: Thu Sep 19, 2002 10:46 pm    Post subject: Which version of PHP are you using ? Reply with quote

I'm stumbling on some bugs in PHP 4.2.3, on how PHP handles the old $HTTP_*_VARS array.
The problem would be solved by making b2 use the more recent $_* arrays, but that would mean the required PHP version would be 4.1.0.

So, in order to decide whether I'll just use the new format, or try to find more tricks to accomodate older versions of PHP, I need to know just how many of you are using a version of PHP that's older than 4.1.0.

Thanks in advance for responding to this poll ! Smile


Note: To know your PHP version, you can do this: create a file named phpinfo.php, inside it you will write this: <?php phpinfo() ?> - then upload it and check what it says.

2nd Note: If you are running PHP 4.0.6 or older, it would be nice to tell the name of your webhost so that we could contact them about upgrading to a newer, better PHP Smile
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
GamerZ



Joined: 15 May 2002
Posts: 537
Location: Singapore

PostPosted: Fri Sep 20, 2002 1:49 am    Post subject: Reply with quote

my server did not upgrade its php as usual using 4.0.6. My localhost using 4.2.2
_________________

++ GamerZ.Per.Sg - Complex Simplicity
Back to top
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger MSN Messenger
dotdotspace



Joined: 15 Mar 2002
Posts: 138
Location: Seattle, WA

PostPosted: Fri Sep 20, 2002 4:34 am    Post subject: Reply with quote

good thing i'm my own webhost
Back to top
View user's profile Send private message Send e-mail Visit poster's website
allusion



Joined: 16 Jun 2002
Posts: 73
Location: Houston

PostPosted: Fri Sep 20, 2002 8:34 am    Post subject: Reply with quote

4.0.6 is getting pretty long in the tooth now. If there's anybody whose host just won't upgrade, I'm sure there are enough kind people on this board to help out. I'll be happy to.
Back to top
View user's profile Send private message Visit poster's website AIM Address
amcd



Joined: 05 Apr 2002
Posts: 16
Location: Scotland

PostPosted: Fri Sep 20, 2002 9:40 am    Post subject: Reply with quote

My isp is www.force9.net

Still stuck on 4.0.4pl1... I enquired about them upgrading to the latest version last week, and was told they are considering an upgrade to their cgi server but don't know any timescales yet.

I'm not holding my breath any way. Getting quite used to having to change php scripts to work around the bugs in 4.0.4... preg_replace doesn't work right.... the DISTINCT queries in the b2 archives don't work right either in 4.0.4 (had to change them to GROUP BY 1,2,3 etc)

I know the answer is to move hosts but money is in short supply and force9 do all my domain hosting, mail, dial-up etc in one package.

Not to worry.... If I know what the problems with HTTP_GET_VARS are I'll work round them.

Cheers

Allan
Back to top
View user's profile Send private message Visit poster's website
TS.



Joined: 25 Jan 2002
Posts: 11
Location: London

PostPosted: Sat Sep 21, 2002 12:37 am    Post subject: Reply with quote

I just downgraded mine to 4.0.6. I was having major login problems with 4.2.3. Browsers with cookies already planted before my upgrade were fine. But I have been in a cleaning mood and I was only left with the ability to update in only one location.
My vote goes for support 4.2.
As always Michel thanks for your hardwork.
Back to top
View user's profile Send private message Visit poster's website
smf



Joined: 05 Aug 2002
Posts: 5

PostPosted: Sat Sep 21, 2002 12:44 pm    Post subject: PHP ver Reply with quote

My host is pair.com. They have recently upgraded to PHP Version 4.2.2.

Thanks for your wonderful work M. V.

Stan

http://finleydataservices.com/weblog/
Back to top
View user's profile Send private message Visit poster's website
SAS



Joined: 04 Jun 2002
Posts: 26

PostPosted: Mon Sep 30, 2002 7:49 pm    Post subject: Reply with quote

4.1.2 :(
_________________
http://www.projectigi2.co.uk
IGI 2 Covert Strike Fan Site
http://deltaforcecommand.org.uk
General Special Forces Games.
http://flashpoint.deltaforcecommand.org.uk
Flashpoint Site
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
kemal



Joined: 30 Sep 2002
Posts: 1

PostPosted: Mon Sep 30, 2002 11:23 pm    Post subject: 4.2.3 Reply with quote

Both of web hosters I currently use have upgraded to PHP 4.2.3.

MV, I think making the jump to newer PHP versions also allows you to clean-up the b2 code a bit.
Back to top
View user's profile Send private message
Cyberian75



Joined: 26 Sep 2002
Posts: 1274
Location: Oregon

PostPosted: Tue Oct 01, 2002 7:38 pm    Post subject: Reply with quote

My hosting provider is webguyz.ws, and there are using 4.1.1. Please contact and ask them to upgrade.


Michael
_________________
Michael P.

Back to top
View user's profile Send private message AIM Address
WERUreo



Joined: 26 Apr 2002
Posts: 16
Location: Daytona Beach, Florida

PostPosted: Fri Oct 18, 2002 11:36 pm    Post subject: Reply with quote

The host that my personal web site is on uses v4.1.2. Unfortunately, the host that another site I work on is on is still using v4.0.2. I tried writing them an e-mail to see if they are planning to upgrade their PHP, but I never got a response.
Back to top
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger MSN Messenger
Nodecam



Joined: 05 Apr 2002
Posts: 66
Location: Saskatoon, Saskatchewan, Canada

PostPosted: Thu Oct 31, 2002 3:59 pm    Post subject: Reply with quote

Has anybody tried the PHP Accelerator? Does it improve performance for B2?

I'm thinking I'm going to try it out, unless someone tells me that it won't work...

I don't see how it can reduce the MySQL overhead, but I don't know what proportion of the page generation speed is due to MySQL, and what proportion is PHP. I'll try to keep you posted here.
Back to top
View user's profile Send private message Visit poster's website
dotdotspace



Joined: 15 Mar 2002
Posts: 138
Location: Seattle, WA

PostPosted: Thu Oct 31, 2002 7:07 pm    Post subject: Reply with quote

that php-accelerator page loaded pretty slow to me, and I'm on the backbone of the internet right now (at the University of Washington) connected via 11Mbps wi-fi. so if that page takes a while to load at 11Mbps, I don't know what to think.. Smile
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Nodecam



Joined: 05 Apr 2002
Posts: 66
Location: Saskatoon, Saskatchewan, Canada

PostPosted: Sun Nov 03, 2002 11:27 pm    Post subject: Reply with quote

Well, that site is located in the UK, so if it's loading slowly for you, it's not necessarily a reflection on the server speed. Backbone or no, you're halfway around the world from the server.

Unfortunately they don't offer a binary for the version of PHP that I'm running on the OS that I'm running, so I've got to upgrade PHP. I'm not likely going to bother doing that any time soon.


Last edited by Nodecam on Sun Nov 03, 2002 11:43 pm; edited 1 time in total
Back to top
View user's profile Send private message Visit poster's website
michel v
Site Admin


Joined: 25 Jan 2002
Posts: 799
Location: Corsica

PostPosted: Sun Nov 03, 2002 11:35 pm    Post subject: Reply with quote

Nodecam, most of the page generation time is really spent querying the database. So I'm not sure which kind of benefit PHPA would bring...
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    boardom Forum Index -> Announcements All times are GMT + 1 Hour
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2 © 2001, 2002 phpBB Group