php 5
Forum rules
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
Discussion of general topics related to the new release and its place in the world. Don't discuss new features, report bugs, ask for support, et cetera. Don't use this to spam for other boards or attack those boards!
-
- Registered User
- Posts: 3
- Joined: Thu Sep 30, 2004 10:18 pm
php 5
Will the new board, PHPBB 2.2 support the new version of PHP. Thanks.
Re: php 5
Let's hope so
I can't speak for the developers but the current code does have problems with PHP5, mostly with array_merge. If you have time you can fix them to make it work. A couple things that need to be done:

- You cannot mix scalars with arrays in the arguments to array_merge. If you do you get a warning and an empty array returned. A temporary fix is to cast scalars to arrays first.
- If one of the arrays is empty in the arguments to array_merge you'll get an empty array returned. An easy temporary fix is to check if the array is empty and to not pass it in the call.
Re: php 5
i only had that problem with the search, do almost all my testing on php5. will with php5.01 there was problem with the registering long veriables ( or maybe it was because i used mmcache !) it didn't register some $_SERVER but was fixed in php5.02. ( or maybe it thank i now don't hae mmcahe !)
form what the developers say there wouldn't be any formal support for php5. but i think it will show up.
form what the developers say there wouldn't be any formal support for php5. but i think it will show up.
- A_Jelly_Doughnut
- Registered User
- Posts: 1780
- Joined: Wed Jun 04, 2003 4:23 pm
Re: php 5
Only for 2.0.x. 2.2 should work on 5 out of the box.Viperal2 wrote: form what the developers say there wouldn't be any formal support for php5.
A_Jelly_Doughnut
-
- Registered User
- Posts: 3
- Joined: Thu Sep 30, 2004 10:18 pm
Re: php 5
I hope so, could a developer please give me an answer (it doesn't have to be immediate).Viperal2 wrote: Only for 2.0.x. 2.2 should work on 5 out of the box.
Re: php 5
I know I'm not a dev but I've been testing the CVS version of php 2.2 for awhile, nice board.
Anyway, my server is running off of php 5.0.0 and there is no problems at all with the CVS version. I mean everything works. So I would only assume that it would all work on the final version when it comes out. 8)
Anyway, my server is running off of php 5.0.0 and there is no problems at all with the CVS version. I mean everything works. So I would only assume that it would all work on the final version when it comes out. 8)
Re: php 5
I'll step up and answer this until one of the developers gets here 
Yes, phpBB 2.2 will support PHP 5.0.x when it is released (whether official support will be added to the 2.0.x line in the future has not been decided).
There are still a few minor issues with it (but most of them affect PHP 4.x as well), but these should be resolved before the final release.
Yes, phpBB 2.2 will support PHP 5.0.x when it is released (whether official support will be added to the 2.0.x line in the future has not been decided).
There are still a few minor issues with it (but most of them affect PHP 4.x as well), but these should be resolved before the final release.
-
- Registered User
- Posts: 3
- Joined: Thu Sep 30, 2004 10:18 pm
Re: php 5
Thanks, Graham. I thought this was the case but I wasn't sure. PHPBB is a great product!! Keep up the good work developers.
Re: php 5
Yeah same here I'm running the CVS version on my WIndows 2003 box with PHP 5 installed and the only bug I got is in the installation.
I get "unable to fetch array" errors but it does'nt seems to cause the installation to fail.
I get "unable to fetch array" errors but it does'nt seems to cause the installation to fail.
Re: php 5
I want to say that I whas wrong. With PHP5 under Windows 2003 when you go to the Administration Control Panel I whas not able to see the left panel where the options of administrations are. It whas showing only a "row2" grey panel.