php5 ?

Want to chit chat about anything, do it here ... posting here won't increase your post count (or shouldn't!). Please do not post any "phpBB" specific topics here unless they do not fit into the category above. Do not post bug reports, feature or support requests!
Forum rules
Please do not post any "phpBB" specific topics here unless they do not fit into the category above.

Do not post bug reports, feature or support requests! No really... Do not post bug reports, feature or support requests! Doing so will make Bertie a very sad bear indeed. :(
Post Reply
Bizzeh
Registered User
Posts: 7
Joined: Wed Apr 28, 2004 6:12 pm

php5 ?

Post by Bizzeh »

php5 is almost ready for release... what are the plans of the phpbb guys for php5?

User avatar
Techie-Micheal
Registered User
Posts: 566
Joined: Sun Oct 14, 2001 12:11 am

Re: php5 ?

Post by Techie-Micheal »

Some time ago, psoTFX, the lead dev., tested phpBB 2.1 on PHP5, and it worked with very few problems. The devs do have plans to have support for PHP5.

sparkster
Registered User
Posts: 182
Joined: Mon Jan 05, 2004 1:18 am

Re: php5 ?

Post by sparkster »

Another thing to note, while PHP5 is getting closer to release, your average web host won't be updating for quite a while after release until any major bugs get sorted out.

Unless you are lucky and happen to own a dedicated server and are prepared to update, you will still be using PHP 4.3.6 for a while yet.

Skeleton
Registered User
Posts: 47
Joined: Wed Feb 25, 2004 5:25 pm
Location: Dunno
Contact:

Re: php5 ?

Post by Skeleton »

for lots ofm people it will be down to cpanel to decide when php5 is available on their web server

rabidgopher04
Registered User
Posts: 19
Joined: Mon Feb 23, 2004 4:42 am
Location: Minnesota
Contact:

Re: php5 ?

Post by rabidgopher04 »

Skeleton wrote:for lots ofm people it will be down to cpanel to decide when php5 is available on their web server
Unfortunately, yes. In fact my host (which uses cpanel) is still using php 4.3.3.

User avatar
olger901
Registered User
Posts: 536
Joined: Tue May 11, 2004 4:57 pm

Re: php5 ?

Post by olger901 »

Yup, my webservers will stay on PHP 4.3.6 for a while aswell. I am at least going to wait half a year and read reactions etc to see if it's really stable and safe for me to upgrade.
-

DJ_Max
Registered User
Posts: 5
Joined: Wed May 12, 2004 10:51 pm
Contact:

Re: php5 ?

Post by DJ_Max »

For the most part, cPanel is widely used, but it's not te only CP on the market, but most of the ones i've contacted are going to wait about a month after PHP5 is stable before supporting it.

Also, rabidgopher04, cPanel has some issues with some versions of cPanel, so that may be the reason you still have 4.3.3(Mainly because cPanel is so poorly writen.:roll: )


As for PHP5 support, the main thing taken out were the HTTP_POST_VARS, HTTP_GET_VARS, etc were taken out. And $_POST, $_GET have taken it's placed.
Other then that PHP5 as added a lot of new and good features.

rabidgopher04
Registered User
Posts: 19
Joined: Mon Feb 23, 2004 4:42 am
Location: Minnesota
Contact:

Re: php5 ?

Post by rabidgopher04 »

DJ_Max wrote:As for PHP5 support, the main thing taken out were the HTTP_POST_VARS, HTTP_GET_VARS, etc were taken out. And $_POST, $_GET have taken it's placed.
Other then that PHP5 as added a lot of new and good features.
I thought this was already in PHP4? I know it works for me already.

DJ_Max
Registered User
Posts: 5
Joined: Wed May 12, 2004 10:51 pm
Contact:

Re: php5 ?

Post by DJ_Max »

rabidgopher04 wrote:
DJ_Max wrote:As for PHP5 support, the main thing taken out were the HTTP_POST_VARS, HTTP_GET_VARS, etc were taken out. And $_POST, $_GET have taken it's placed.
Other then that PHP5 as added a lot of new and good features.
I thought this was already in PHP4? I know it works for me already.
Yeah it was, but PHP4 supported HTTP_POST_VARS & $_POST

In PHP5 HTTP_POST_VARS, etc is no longer supported.

User avatar
SHS`
Registered User
Posts: 1628
Joined: Wed Jul 04, 2001 9:13 am
Location: The Boonies, Hong Kong
Contact:

Re: php5 ?

Post by SHS` »

DJ_Max wrote:
In PHP5 HTTP_POST_VARS, etc is no longer supported.
Not quite, it's (long input arrays) are just OFF by default if you use php.ini-recommended
Jonathan “SHS`” Stanley • 史德信
phpBB™ 3.1.x, Bug/Security trackers
phpBB™ Bertie Bear 3.0 — prosilver Edition!Asking Questions The Smart Way

Post Reply